• Resolved palmayachts

    (@palmayachts)


    Hi,
    Have defined a global 10% discount on all products but when displaying the products of a category the onsale badge shows -100% instead of -10%.
    Any ideas?

    thanks,
    Rui

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

    (@vark)

    Hi,
    This is likely due to a module conflict.

    You could either search for the conflict, or turn off the Catalog sale badge:

    //to TURN OFF this new action, add the ‘add_filter…’ statement to your theme/child-theme functions.php file
    add_filter( ‘vtprd_show_catalog_deal_sale_badge’, function() { return FALSE; } );

    Best,
    Vark

Viewing 1 replies (of 1 total)
  • The topic ‘Onsale discount is not showing the right %’ is closed to new replies.