Hi,
I'm facing this issue, how can I fix it?
I have resolved this issue with my project. The problem was the name of the view folder:
app>>code>>Vendor>>ModuleName>>View>>frontend>>templates>>magicheader.phtml
This needed to be:
app>>code>>Vendor>>ModuleName>>view>>frontend>>templates>>magicheader.phtml
It may help you!
Problem Solved? Click on Kudos & Accept as Solution!
Hi @clemence_benharbon ,
It seems like you have overridden the magento catalog widget template file. Please check in your code and database where this grid_v16.phtml file is mentioned because default html file Is grid.phtml
Also cross check whether you have this grid_v16 html present in your custom theme or module.
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!