If you want to get last order Id from session, just use this code:
Mage::getSingleton('checkout/session')->getLastOrderId();
This will give you last order id.
That's all.. :)
Mage::getSingleton('checkout/session')->getLastOrderId();
This will give you last order id.
That's all.. :)
1 comment:
Thank you for ssharing
Post a Comment