TheCoachSMB

Archives June 6, 2022

How to override a phtml file in a custom module in Magento 2

While development, most of the times, we need to change/add code in the template file (.phtml file). In this case, we can not modify the core template file, so what…

Magento 2
How to override a phtml file in a custom module in Magento 2

While development, most of the times, we need to change/add code in the template file (.phtml file). In this case, we can not modify the core template file, so what…