• Hi Yith team,

    Thank you for your plugin!

    I have found a bug of your plugin. Please check and fix it. When I click the Add to cart button on the compare popup, it does not finish. A js error appears: Uncaught ReferenceError: redirect_to_cart is not defined https://prnt.sc/cp4t8z

    Best regards,

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    sorry for this issue. The developer has solved it and an update will be released as soon as possible.
    If you do not want to wait until this, just open the file compare.php ( yith-woocommerce-compare/templates ) and change code line 205 from
    var button_clicked;
    to this

     var button_clicked,
          redirect_to_cart = false;

    Regards. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Add to cart error’ is closed to new replies.