gpt4 book ai didi

时事通讯中的 Magento 全局消息

转载 作者:行者123 更新时间:2023-12-04 06:00:05 29 4
gpt4 key购买 nike

我试图在 subscribe.phtml 中显示时事通讯的成功消息我认为应该很简单的文件,但它不是..
代码如下:

`<?php echo $this->getChildHtml('global_messages') ?>`

和:
<?php // Getting Messages from Session
$messages=$messages=Mage::getSingleton("core/session")->getMessages();
echo $this->getLayout()->createBlock("core/messages")->setMessages($messages)->getGroupedHtml();?>

似乎不起作用。对此有何建议?

干杯,
鸟类

最佳答案

看看/app/code/core/Mage/Newsletter/controllers/SubscriberController.php
有这样一行,它被执行:

else {
$session->addSuccess($this->__('Thank you for your subscription.'));
}

我的文件中的第 68 行。

这也可以在 /app/locale/en_US/Mage_Newsletter.csv 中编辑文件,以及您希望支持的任何其他语言。

更改 "Thank you for your subscription.","Thank you for your subscription."

"Thank you for your subscription.","This will be my new message, that I wish to display to users, after subscribing."

或者
"Thank you for your subscription.",""

此处不显示任何内容。

关于时事通讯中的 Magento 全局消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9017919/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com