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

Override Module_ConfigurableProduct/final_price.phtml file in theme in magento 2

在 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

请帮忙 谢谢

我认为你犯了一些大写的小类型错误

您必须更新文件路径

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

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