SIGN UP FOR OUR NEWSLETTER
伙计们,我在哪里可以找到在 magento 模板页脚上呈现的模板?
谢谢。
你可以去扔这一步来显示从哪里来
1. Open the admin control panel
2. Open the system tab and select configuration
3. Select Main Website or Name of your website (NOT DEFAULT CONFIG) from the Current 4.Configuration Scope drop down
5.Select Developer on the left sidebar
6.Open the Debug drop down
7.Set Template Path Hints To Yes
单击保存配置以保存您的更改
你也可以像这样在你的xml中找到
<block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"/>
只需检查哪个是您的父标签。
替代解决方案:转到模板文件:app\design\frontend\package\theme\template\page\html\footer.phtml 并将以下脚本放入其中,您需要。
{{block type="newsletter/subscribe" template="newsletter/subscribe.phtml"}}