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

有帮助吗?

解决方案 2

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

其他提示

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

许可以下: CC-BY-SA归因
scroll top