Skip to content

Instantly share code, notes, and snippets.

@hhirsch
Created March 1, 2018 10:18
Show Gist options
  • Save hhirsch/ddb6fef065909b10ef19795d50ddf353 to your computer and use it in GitHub Desktop.
Save hhirsch/ddb6fef065909b10ef19795d50ddf353 to your computer and use it in GitHub Desktop.
$collection = Mage::getSingelton('checkout/session')->getQuote()->getItemsCollection();
$collection->getSelect()->order('created_at DESC');
$latestItem = $collection->getFirstItem();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment