• Is it possible to make the user reviews (comments) show up in all languages? Currently they only show in the language they were submitted in.

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is a plugin available to merge comments,

    https://www.ads-software.com/extend/plugins/wpml-comment-merging/

    But it requires some modification in order to work

    On line number 27 in wpml-comment-merging.php file

    $othercomments = get_comments( array(‘post_id’ => $otherID, ‘status’ => ‘approve’, ‘order’ => ‘ASC’) );

    to

    $othercomments = get_comments( array(‘post_id’ => $otherID, ‘status’ => ‘approve’, ‘order’ => ‘DESC’) );

    1) Upload wpml-comment-merging.php to the /wp-content/plugins/wpml-comment-merging directory

    2) Activate the plugin through the ‘Plugins’ menu in WordPress

    Let me know how it goes.

    Hello Ukwpexperts,
    Do you know a plugin or a way to do this with Polylang (instead WPML) ?
    Thank you,
    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Universal comments in Woocommerce’ is closed to new replies.