Magento:addSuccess()在外部脚本中没有正确保存

时间:2011-09-13 14:50:49

标签: magento

我有一个外部脚本(不在magento中)。我想弄清楚为什么这条消息没有显示在购物车页面上......

    <?php 
            require_once '../app/Mage.php';
            umask(0);
            Mage::app();    

            [...]

            Mage::getSingleton('core/session')->addSuccess("Stuff just happened");
            header('Location: http://example.com/checkout/cart');
    ?>

有什么想法吗?

1 个答案:

答案 0 :(得分:4)

尝试添加到结帐/会话单例