Replies: 1 comment
-
Breeze doesn't provide a ready-to-use solution for this. How would you do this in Luma? Since this block is fully client-side, you need to add swatches info to this JSON data: To do this you need to create a plugin for Magento\Catalog\Block\Ui\ProductViewCounter When the swatch data will be available in the json, you can override recent-products.phtml in your custom theme and render swatches manually using Magento_Swatches/js/swatch-renderer widget. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How can I add/enable hover swatches on Recently viewed product carousel on PDP ?
I checked and the products are rendering from breeze template of recent-products.
Can you please help me for this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions