Viewing 9 replies - 1 through 9 (of 9 total)
  • This is impossible for us to do. Disqus provides no way to stop them from taking over any of all comment forms (which includes the WooCommerce review form).

    Thread Starter thirdeyeblind82

    (@thirdeyeblind82)

    There is no solution then! 🙁
    The only thing I can do is to disable product reviews. Is there a way by Woocommerce settings?

    If you want to use Disqus in other places, then no there is no way of enabling your reviews on WooCommerce products.

    You’ll have to disable the reviews for your products. They follow the comment status of your products, so if you want to change all of them you simply bulk edit your products and set the ‘Allow comments’ box to ‘Do not allow’.

    Thread Starter thirdeyeblind82

    (@thirdeyeblind82)

    Thank you so much! You’ve been really helpful! 🙂

    @thirdeyeblind82, if this is still an issue, I figured out how to disable Disqus on certain post types. In this case, I disabled it on “product” and now reviews work again!

    How to disable Disqus on WordPress custom post types

    hi its simple

    include the <?php comments_template(); ?>
    to tabs.php

    and its work for me

    I face same problem .And i solved it using following
    i added following JQuery code in header.php
    ..i hope useful for someone..

    (function($){
    $(window).load(function(){
    $(“.add_review”).click(function(){
    $(“#review_form_wrapper”).css(‘display’,’block’);
    });
    });
    })(jQuery);

    i would have really preferred to have the ‘reviews’ tab under my products but for this bug, i opted to go with disqus and disabled ‘Reviews’ under Product> Advanced>

    seems the solutions available aren’t bulletproof so i’ll just do without

    peter.grafico

    (@petergrafico)

    see this https://proserveweb.com/product-reviews-not-working-woocommerce/
    I had the same problem and resolved it with this code

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Review in Woocommerce after Disqus’ is closed to new replies.