Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top