Hello,
I want to override
/vendor/magento/module-catalog/view/base/templates/product/price/amount/default.phtml file to show another price with current template.
I've searched for it in forums people say just copy the file to app/design directory but it didn't work.
My path for this file is now
/app/design/frontend/Magento/luma/templates/product/price/amount/default.phtml.
but it still reads the file in vendor instead of overriden one. thank you