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 Easytabs 插件。我想在Magento Easytabs 插件.phtml的文件中包含 n 文件。app/design/frontend/default/default/template/easytabs/tabs.phtml
.phtml
app/design/frontend/default/default/template/easytabs/tabs.phtml
我怎样才能做到这一点?
在下一行之后
<block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs">
请添加下一行代码
<block type="core/template" name="my_product_finder" as="my_product_finder" template="templatedir/productfinder.phtml"/>
希望这对你有帮助。