1

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.

1 Answers1

0

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.

Rakesh Jesadiya
  • 42,221
  • 18
  • 132
  • 183