gpt4 book ai didi

magento - 在 block 中覆盖 itemrender - Magento

转载 作者:行者123 更新时间:2023-12-02 22:42:36 26 4
gpt4 key购买 nike

我是 Magento 的新手,如果这是一个新手问题,我很抱歉

基本上在 layout.xml 文件中有一个如下声明的 block :

<block type="checkout/cart" name="checkout.cart">
<action method="setCartTemplate"><value>checkout/cart.phtml</value></action>
<action method="setEmptyTemplate"><value>checkout/cart/noItems.phtml</value></action>
<action method="chooseTemplate"/>
<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/item/default.phtml</template></action>
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/item/default.phtml</template></action>

我想覆盖 <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>使用自定义模板。

这里既然调用了一个方法,模板怎么改?

非常感谢!

Krt_马耳他

最佳答案

在你的模块布局文件或 local.xml 中

<reference name="checkout.cart">
<action method="addItemRender">
<type>simple</type><block>checkout/cart_item_renderer</block><template>path/to/your/item/default.phtml</template>
</action>
</reference>

模板文件的路径是相对于你的主题模板文件夹

你可能想检查一下 http://www.classyllama.com/development/magento-development/the-better-way-to-modify-magento-layout

关于magento - 在 block 中覆盖 itemrender - Magento,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10553325/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com