标签: magento
我在购物车页面中设置了自定义Magento核心会话变量。
Mage::getSingleton('core/session')->setMyPoints('4');
我需要在结帐页面中检索上面的会话值。但它在使用以下代码检索结帐页面中的会话变量时显示空值。
echo Mage::getSingleton('core/session')->getMyPoints();
任何人都可以帮忙吗。
任何帮助很多的appriciation。