discount percentage conflict with wc sale
-
hello
I have a custom function that calculates the sale percentage that act when the fixed price is applied to woocommerce product however when using the plugin discount rules the percentage is always became 100% off so how i can apply my function when the discount rules is not used?
my function is something like
$percentage = round(100 – ($sale_price / $regular_price * 100));
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘discount percentage conflict with wc sale’ is closed to new replies.