Product swatches display problem
-
My site is bilingual by WPML,
swatches of some products cannot display at the shop page in language A, but display properly in language B.
I tried to disable plugins and test but still cannot find out what’s the problem.
Hi,
Most likely that some terms fields were not translated on language B.
Regards
Hello,
I have the same problem with WPML and I don’t find any solution, the swatches not appear in product grid.
The test product with color variation is:
http://www.alchimiabeachwear.com/product/variable-product-example
Could you help me?
Regards
Andrea
Hi,
Could you please provide us your FTP access so we can check it?
Hello,
Try to add the following code snippet to the functions.php file in the child theme
add_filter('basel_swatches_on_grid_right_order', '__return_false');
Regards