Subtotal Excluding Discount
-
Great plugin, but another option that could be created is a Subtotal Excluding Discount.
I have free shipping for 250$, but with a coupon code the order may be 220$ and still get free shipping.
It is something like:
public function get_compare_value() {
return WC()->cart->subtotal – WC()->cart->discount_cart;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Subtotal Excluding Discount’ is closed to new replies.