Magento2 Template Overrides – Override Default Product Page Template File

magento2overridestemplate

I want to add some static data in magento 2 product page in details.phtml

So please tell me how can i override this file without create any new module :

/opt/lampp/htdocs/magento2/vendor/magento/module-catalog/view/frontend/templates/product/view/details.phtml

Best Answer

You have to just override in your theme.

app/design/frontend/Vendor/themename/Magento_Catalog/templates/product/view/details.phtml
Related Topic