Hi,
I know how to override template files in in M1 and I have found some answers online, but not sure whether they were meant for M2.3.
So the question is how does one override template files in Magento 2.3.3?
Thanks,
Yuan
Solved! Go to Solution.
They reference docs you find for Magento 2 to override the template files are perfectly works for Magento 2.3.3 version as well.
Ultimately overriding the template in our custom theme and custom module will have specific standard which works in Magento 2 all the versions.
Coming back to the questions, to override the template files you will require to either create a custom theme or custom module, following i am listing a reference docs which helps you to achieve the same.
https://www.classyllama.com/blog/template-override-m2
https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/templates/template-override.html
Hope it helps !
They reference docs you find for Magento 2 to override the template files are perfectly works for Magento 2.3.3 version as well.
Ultimately overriding the template in our custom theme and custom module will have specific standard which works in Magento 2 all the versions.
Coming back to the questions, to override the template files you will require to either create a custom theme or custom module, following i am listing a reference docs which helps you to achieve the same.
https://www.classyllama.com/blog/template-override-m2
https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/templates/template-override.html
Hope it helps !