Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Magento 商店工作,我想在产品视图页面中添加一些与价格接近的价格相关的信息。所以我在 price.phtml 文件中添加了相同的价格。但问题是,在所有调用产品价格的区块中,附加信息都伴随着价格。
例如,该信息也出现在产品列表页面、产品比较和最新产品中。我想限制它并仅在产品视图页面中显示信息。
谢谢,
使用句柄,在价格块内容呈现的位置之后<catalog_product_view>,将您自己的块中的附加信息添加到catalog/product/view.phtml模板。或者,做同样的事情,但将getChildHtml调用添加到价格块。
<catalog_product_view>
getChildHtml