cancel
Showing results for 
Search instead for 
Did you mean: 

price template override

SOLVED

price template override

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: price template override

@agiorgini,

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.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

3 REPLIES 3

Re: price template override

@agiorgini,

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.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: price template override

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

Re: price template override

Hi Rakesh,

 

sorry my fault, the path is correct.