Question

i want to update this file in my custome theme

magento2\vendor\magento\module-catalog\view\base\templates\product\price\amount\default.phtml

i have add it here in my theme

magento2\app\design\frontend\vendor\theme\Magento_Catalog\view\base\templates\product\price\amount\default.phtml

but its not working. please guide me how to make changes init.

Was it helpful?

Solution

You have to keep your file inside below path,

magento2\app\design\frontend\vendor\theme\Magento_Catalog\templates\product\price\amount\default.phtml

please remove view\base folder from your path.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top