Price Types Explained

Updated 11 July 2026

When adding a pricing rule, you must choose a Price Type. This tells the plugin how to calculate the discount. There are four types – each works differently. This chapter explains all four with real-world examples.

Quick Comparison

Type 1: Percentage Discount

This is the most common type. The plugin takes the product’s regular price and reduces it by the percentage you set. If the product is on sale, the discount is applied to the sale price, not the regular price.

Formula: Final Price = Original Price × (1 – Percentage / 100)

Example

When to use it: When you want to give bulk buyers a percentage-based reward that feels natural (“Buy 10+, get 10% off”).

Type 2: Price Discount (Fixed Amount Off)

Instead of a percentage, this type deducts a fixed dollar amount from each item’s price. If you enter 5, the plugin subtracts $5 from the product price for every item in the qualifying quantity range.

Formula: Final Price = Original Price − Discount Amount

Example

When to use it: When you want precise control over the discount amount – useful when you know exactly how much margin you can give away per unit.

Type 3: Cart Line Discount

This works on the cart line total rather than the per-item price. The plugin takes the total price of all units of that product in the cart and reduces it by the percentage you set. The display on the product page may show a different-looking calculation because it’s a cart-level discount.

Formula: Discount applied to (Quantity × Product Price) as a whole

Example

A customer buys 10 units of a $50 product = $500 cart line. With a 10% Cart Line Discount, the total becomes $450 (saving $50 on the whole order).

When to use it: When you want to show savings on the total order amount rather than per-item price. This can feel more impactful for large orders.

Type 4: Selling Price (Fixed Price Override)

This sets an exact price per item, regardless of the original product price. The number you enter in the “Price” field becomes the new price for that quantity range. The original product price is completely ignored.

Formula: Final Price = The exact value you enter

Example

When to use it: Perfect for wholesale pricing or pre-agreed customer prices. You know exactly what to charge, so you just enter the final price directly.

Which Type Should I Choose?