Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author vark

    (@vark)

    Hi,
    Sorry to be so long in responding…

    I didn’t quite get this:
    “My problem is that it shows there is a 100% discount in the badge, but at this price it shows properly that there is only 5%”

    Do you have any other plugins which change the discount badge info?

    Best,
    Vark

    Thread Starter itamar ben dor

    (@itamarbendor)

    no

    thx

    Plugin Author vark

    (@vark)

    still don’t really understand what’s going on precisely…

    however, to turn off Pricing Deals sale badge:

    add following the ‘add_filter…’ statement
    to your theme/child-theme functions.php file

    add_filter( 'vtprd_show_catalog_deal_sale_badge', function() { return FALSE; } );

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with the badge after using the plugin’ is closed to new replies.