Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在处理时事通讯时,我在 Magento CE 1.7 上遇到了麻烦。
我试图在我的时事通讯模板中放置一个小部件,但不幸的是,在呈现预览或接收电子邮件时它没有显示。
时事通讯模板是否支持小部件?我有问题吗,它取决于配置还是其他?
把它放在你的模板中:
<?php $filter = new Mage_Widget_Model_Template_Filter(); $_widget = $filter->filter('{{widget type="cms/widget_page_link" template="cms/widget/link/link_block.phtml" page_id="2"}}'); echo $_widget; ?>