Home Forums WoodMart support forum Product Carousel not showing correct translated ID

Product Carousel not showing correct translated ID

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #205508

    dannyb
    Participant

    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

    #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

    #205985

    dannyb
    Participant

    perfect, many thanks

    #205991

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Product Carousel not showing correct translated ID’ is closed to new replies.