Product Carousel not showing correct translated ID
-
Hi,
I have translated products with WPML. On the single product page the product variations (in this case flags for languages) show correctly. However, on the product carousel on the frontpage (spanish version) don’t. There are product variations missing.
Have you seen this before?
Thanks
Danny
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
The topic ‘Product Carousel not showing correct translated ID’ is closed to new replies.