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归因
scroll top