Warning: Cannot modify header information - headers already sent by (output started at /www/wwwroot/sbboke.com/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php:409) in /www/wwwroot/sbboke.com/wp-content/themes/pacify/content-single.php on line 5

如何在magento中添加自定义错误消息

对于黄色“警告”消息(您可能想要用于此目的的消息),请使用

Mage::getSingleton('core/session')->addNotice('Please log in to track your order');

要获得绿色“成功”消息,请使用

Mage::getSingleton('core/session')->addSuccess('Tracking successful');

对于红色“错误”消息,请使用

Mage::getSingleton('core/session')->addError('There was an error tracking your parcel');

相关文章

0 0 投票数
文章评分
订阅评论
提醒
0 评论
内联反馈
查看所有评论