Frage

In my custom theme I need to modify the product list/grid templates for products that were placed there using the page builder.
Can anyone please tell me where I can find these template files? Thanks

War es hilfreich?

Lösung 2

I found the right templates. The page builder uses the templates from the catalog-widget module.

Andere Tipps

You can find your files here

Layout files vendor/magento/module-catalog/View/frontend/layout/

Templates files vendor/magento/module-catalog/View/frontend/templates/

It is not a good practice to do direct edit in magento's core files If you wish to customise it, then you should first create your own module and then you can do your changes in that. If you wanna create your own module please check out this documentation

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top