Cart Discounts
Cart Discounts apply percentage or fixed-amount discounts to the entire cart total, shown as a negative fee line item during checkout.
Creating a Cart Discount
- Go to WooCommerce → PredictCart → Rules
- Click Add New Rule
- Set Rule Type to Cart Discount
- Choose a pricing method:
| Method | Behavior |
|---|---|
| Percentage discount | Discounts the cart total by a percentage (e.g., 10% off) |
| Fixed amount discount | Subtracts a fixed amount from the cart total (e.g., $5 off) |
- Add conditions to define when the discount applies
- Save the rule
How Cart Discounts Work
- Applied via
woocommerce_cart_calculate_fees - Shown as a negative fee (e.g., "Cart Discount -$10.00")
- No coupon code is generated or required
- The cart total in the checkout reflects the discount before taxes and shipping
Limitations
- Cart Discounts apply to the cart contents total (before tax and shipping)
- They do not interact with WooCommerce coupon codes (unless you add a coupon condition)
- Multiple cart discount rules follow the same exclusivity and stacking rules as product pricing