How to override Magento_CatalogWidget::product/widget/content/grid.phtml widget template in custom Module?
I want to override grid.phtml in custome module without using preference.I have tried this link but it does not work for me. widget.xml <?xml version=”1.0″ encoding=”UTF-8″?> <widgets xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Widget:etc/widget_file.xsd”> <widget id=”products_list”> <parameters> <parameter name=”template” xsi:type=”select”> <options> <option name=”grid” value=”Vendor_Module::product/widget/content/grid.phtml”> <label… Read More »How to override Magento_CatalogWidget::product/widget/content/grid.phtml widget template in custom Module?