• Resolved aawez99

    (@aawez99)


    Hi team, redq. Please support me to change sale badge into %off how can I solve it.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author redq

    (@redq)

    You can use this hook to change the sale badge text

    add_filter('woocommerce_sale_flash', 'change_sales_badge');
    function change_sales_badge() {
     return '<span class="onsale"> %off </span>';
    }
    • This reply was modified 2 years, 10 months ago by redq.
    Thread Starter aawez99

    (@aawez99)

    Thanks a lot team Redq

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to convert Sale Badge in %Off’ is closed to new replies.