Color swatches doesn´t show on products grid
-
hi, we configured the products grid to show the colors, and it only shows one color, but in the product are more colors. See the screencaptures. Thanks!!
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached.
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_swatches_on_grid_right_order', '__return_false' );
Best Regards.
Hello,
I have logged into your website and added the code in the child theme functions.php file and activated the child theme and the swatches are working fine.
Please clear cache and check back.
Screenshot for Clarification: https://ibb.co/xq84nH1
Best Regards.