Sanjoy Roy

[MCM, MCP, SCJP] – Senior Programmer, Sites n Stores Pty Ltd.

Tag Archives: Session

Magento storing in session

$storage = array(‘a’=>’b'); // store data so we can fetch it in subtotal methods Mage::getSingleton(‘core/session’)->setRbanhShipping(serialize($storage)); // get data $rbanhShipping = Mage::getSingleton(‘core/session’)->getRbanhShipping(); $rbanhShipping = unserialize($rbanhShipping);

Follow

Get every new post delivered to your Inbox.