0

在其中一家 Magento 商店中,我不得不限制客户一次性添加更多产品。我检查了购物车并将错误传递给客户。但是 Magento 没有在产品视图页面中显示任何消息。

Mage::getSingleton('core/session')->addNotice('You have already added this product in your cart');

检查上面的代码,我把它放在控制器文件中。我认为这是正确的。让我知道我错过了什么。

4

1 回答 1

3

我稍后会添加一个解释,试试这个:

Mage::getSingleton('catalog/session')->addNotice('You have already added this product in your cart');

于 2012-08-27T14:26:53.693 回答