• Hello team,

    when i remove all selected products from compare page, it automatically display all the products and when i click on remove product icon nothing happens. please check this is not working well. we want plugin working same as in demo, not display automatically all products if i remove all selected products.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bhumi patel

    (@bhumipatel1894)

    Hello Team,

    For now I have fixed the issue by cusomized plugin core file temporarily however its not permenent solution but for now its working.

    Plugin folder > main.php > remove line 439 in else condition $products = $this->get_all_compare_products(); and replaced with $products = array();

    Thank you.

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Do you use any shortcodes on compare page?

    This functionality only uses when shortcode uses on the page.

    Regards,
    Oleg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with display all products in compare page and not removing’ is closed to new replies.