【问题标题】:Magento2 want to override final_price.phtml fileMagento2 想要覆盖 final_price.phtml 文件
【发布时间】:2016-10-28 07:25:27
【问题描述】:
我正在使用 magento2 并想覆盖文件
/vendor/magento/module-catalog/view/base/templates/product/price/final_price.phtml
我尝试复制到我的主题中
/app/design/frontend///Magento_Catalog/templates/product/final_price.phtml
但它不起作用,文件仍然来自 /vender 文件夹
谢谢
【问题讨论】:
标签:
php
overriding
magento2
【解决方案1】:
您必须在下面的路径上添加最终价格,然后它才能正常工作,
app/design/frontend/PACKAGENAME/THEMENAME/Magento_Catalog/templates/product/price/final_price.phtml
【解决方案2】:
您必须在下面的路径上添加最终价格,然后它才能正常工作,
/app/design/frontend/Company/Theme/Magento_Catalog/templates/product/price/final_price.phtml
/app/design/frontend/Company/Theme/Magento_ConfigurableProduct/templates/product/price/final_price.phtml