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

[Save Config] をクリックして、変更を保存します。

また、このように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 に答える