- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2020
02:04 AM
07-22-2020
02:04 AM
CatalogWidget issue
Hi,
I'm facing this issue, how can I fix it?
Error filtering template: Invalid template file: 'product/widget/content/grid_v16.phtml' in module: 'Magento_CatalogWidget' block's name: 'product\productslist_0'
thanks
Sharon
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2020
02:29 AM
07-22-2020
02:29 AM
Re: CatalogWidget issue
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!
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2020
02:34 AM
07-22-2020
02:34 AM
Re: CatalogWidget issue
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!