Viewing 1 replies (of 1 total)
  • Hi @filipwac,

    Sorry for the delay.

    You can have more flexible advanced review position by enabling shortcode mode in the module’s setting. Ref: https://i.snipboard.io/RXA8fG.jpg

    Then add this PHP snippet to your site with the help code snippet plugin. You can find it from this directory search: https://www.ads-software.com/plugins/search/code+snippet/.

    add_action('woocommerce_after_single_product_summary', function() {
    echo do_shortcode('[merchant_module_advanced_reviews]');
    }, 15);

    To have exact position you want, you can change the position number. For example from 15 to 9999. To more higher the number the module display will be more bottom.

    Hope this reply helps.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.