문제

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 ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top