• I use it to simply (and free) offer percentage discount based on the value of cart contents. For this, I have different coupons (discount levels) and automagically the correct coupon is used.

    Since I don’t want to use coupons manually, I just used

    .coupon {
      display: none;
    }
    • This topic was modified 6 years, 8 months ago by chzumbrunnen.
  • The topic ‘Works as expected and is a great extension to WooCommerce’ is closed to new replies.