Mage::getSingleton("core/session")->setCustomPriceValue($myvalue);
我在我的前端 phtml 文件中设置了一个会话。
为了获得我在我Mage::getSingleton("core/session")->getCustomPriceValue();
的一个块中调用的值,Mage_Adminhtml_Block_Sales_Order_Create_Totals_Shipping
...
但我无法获得那里的价值。
我也试过Mage::getSingleton("adminhtml/session")
了。但它也失败了!:(
有人能指出为什么吗?