• 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)
  • Plugin Author Jeroen Sormani

    (@sormano)

    Hi,

    I’m currently not planning on adding another ‘Subtotal’ based condition to the plugin as I thin it would only confuse people about which one to pick / is right for them and clutter the conditions list when its decided that conditions with smaller needs are added (this is just one of many that could be added).

    I know there’s some demand for such condition as others have requested it – to meet that I’ve created a custom condition extension script?for the Advanced Shipping plugin.

    If you decide to purchase the plugin, feel free to reach out, happy to send over that extension script!

    Have a great day!
    Jeroen

Viewing 1 replies (of 1 total)
  • The topic ‘Subtotal Excluding Discount’ is closed to new replies.