Home › Forums › WoodMart support forum › Product Carousel not showing correct translated ID › Reply To: Product Carousel not showing correct translated ID
June 23, 2020 at 6:52 am
#205569
Artem Temos
Keymaster
Hello,
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' );
Regards