Company discounts
Company discounts applies rebates in a percentage for a specific company when certain criteria's are met and they're applied after the best price from the price lists is determined. Therefore, this is additional rebates on top of the price list calculations.
This functionality is commonly used in B2B for companies with specific pricing rebates based on their contracts, instead of having a specific contract price list with pre-calculated or fixed prices.
This discount functionality is only applied to B2B business. For B2C, use discount price rules or promotions on a price list.
Settings
SETTING | DESCRIPTION |
---|---|
Discount type | Category or Product flag. |
Requirement | Set a category or a product flag as the value. |
Price list type | Select a price list type (not commonly used). |
Value % | Rebate in percent. |
Functionality
- Rebate is calculated as companyprice = bestprice - (bestprice * (rebate% / 100)).
- Category refers to the primary category of the products. Additional categories and the parents of the products in the tree is not taken into account.
- If several rules are valid, the best price for the company is used (highest rebate).
- Negative values are allowed, which means that the price will have an uplift instead of a rebate.
- The maximum value is 100%, and rules that result in negative prices are ignored.
- The discount is only applied on products that are discountable (see products for more info )
- There is no rounding of the discounted prices.
Examples
BEST PRICE | REBATE % | COMPANY PRICE |
---|---|---|
100 SEK | 10% | 90 = 100 - (100 * (10 / 100)) |
100 SEK | -5% | 105 = 100 – (100 * (-5 / 100)) |
100 SEK | 101% | 0 (value not allowed) |