静态块在 magento 中无法正常工作
Static block not working properly in magento
我正在使用此代码在静态块中调用 phtml 文件,但它不起作用:
{{block type="newsletter/subscribe" name="newsletter" template="newsletter/subscribe.phtml"}}
谁能给我一个解决方案???
Magento CE 1.9.2.2 包括 recent-patch SUPEE-6788 的所有更改,其中之一是默认限制可在 CMS 块、页面、电子邮件(等...)中使用的块。
您可以通过 System > Permissions > (Blocks | Variables)
下的管理员将其他块列入白名单
在 CMS 页面上包含静态块,同时清除缓存并重新索引数据
我正在使用此代码在静态块中调用 phtml 文件,但它不起作用:
{{block type="newsletter/subscribe" name="newsletter" template="newsletter/subscribe.phtml"}}
谁能给我一个解决方案???
Magento CE 1.9.2.2 包括 recent-patch SUPEE-6788 的所有更改,其中之一是默认限制可在 CMS 块、页面、电子邮件(等...)中使用的块。
您可以通过 System > Permissions > (Blocks | Variables)
在 CMS 页面上包含静态块,同时清除缓存并重新索引数据