0

SIGN UP FOR OUR NEWSLETTER伙计们,我在哪里可以找到在 magento 模板页脚上呈现的模板?

在此处输入图像描述

谢谢。

4

2 回答 2

2

你可以去扔这一步来显示从哪里来

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"/>

只需检查哪个是您的父标签。

于 2013-07-17T04:22:09.357 回答
0

替代解决方案:转到模板文件:app\design\frontend\package\theme\template\page\html\footer.phtml 并将以下脚本放入其中,您需要。

{{block type="newsletter/subscribe" template="newsletter/subscribe.phtml"}}
于 2013-09-24T03:27:16.743 回答