覆盖magento 2中主题中的Module_ConfigurableProduct / final_price.phtml文件

时间:2018-10-24 14:03:25

标签: magento2

在Magento 2中,我必须将final_price.phtml文件覆盖到主题中。

vendor/magento/module-configurable-product/view/base/templates/product/price/final_price.phtml

我尝试通过

相同的文件夹结构覆盖主题
/app/design/frontend/Company/Theme/Magento_ConfigurableProduct/templates/Product/Price/final_price.phtml 

我也按模块尝试过。但是我得到了这个error

请帮助 谢谢

1 个答案:

答案 0 :(得分:0)

我认为您犯了一些大写的小写错误

您必须更新文件路径

  

/ app / design / frontend / Company /主题/Magento_ConfigurableProduct/templates/Product/Price/final_price.phtml

  

/app/design/frontend/Company/Theme/Magento_ConfigurableProduct/templates/product/price/final_price.phtml