Hi,
using 2.1.
I already overridden many templates on my own theme, but I cannot find the right path to override base/templates/product/price/amount/default.phtml.
any hint?
thanks
Solved! Go to Solution.
You need to override at below path,
app/design/frontend/{Vendorname}/{themename}/Magento_Catalog/templates/product/price/amount/default.phtml
if issue solved, Click Kudos/Accept as solutions.
You need to override at below path,
app/design/frontend/{Vendorname}/{themename}/Magento_Catalog/templates/product/price/amount/default.phtml
if issue solved, Click Kudos/Accept as solutions.
Hi,
thanks for your answer, but unfortunately I already tried that with no luck. I have some other templates overridden correctly inside
app/design/frontend/{Vendorname}/{themename}/Magento_Catalog/templates/
but this one is not working.
Any further hint?
Thanks
Hi Rakesh,
sorry my fault, the path is correct.