문제

Magento2 how I am supposed to override renderer.phtml of module swatches?

I have already tried Magento_Swatches::product/listing/renderer.phtml, but doesn't seem to be working?

Any advice will be appreciated.

도움이 되었습니까?

해결책

Please make sure you have added your file in this location

app/design/frontend/Vendor/Theme/Magento_Swatches/templates/product/listing/renderer.phtml

This should work.

다른 팁

But you can override from your custom module. Need create Module with sequence Magento_Swatches and create file in similar location app/code/Namespace/Module/view/templates/product/listing/renderer.phtml

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top