# Price Methods in Norce Commerce This page describes the different price calculation methods available in Norce Commerce. Each method can be applied to price lists, price rules, or overridden at the product level. All methods are predefined and cannot be extended. The final sales price is determined after applying price rounding logic. ## Overview of Price Methods Each price method defines how the sale price is calculated. The following sections describe each method, including calculation logic and relevant context. ## Fixed Price **Description:** The price is set to a fixed value per product, excluding VAT. This method is typically used at the product level, especially when pricing is controlled by an external ERP system. **Image:** "Fixed price" method illustration. ![Fixed price](/assets/price-methods-1.bbfb5a98a768d1bbf1f4f440ab68dcfa15f5b4595f55fdbfb6ab7a5561960810.03197a83.png) ## Cost Plus (Based on Purchase Cost) **Description:** The sale price is calculated by adding a specified uplift percentage to the product's purchase cost. The purchase cost is sourced from the resupply purchase cost field. **Image:** "Cost plus purchase cost" method illustration. ![Cost plus purchase cost](/assets/price-methods-2.663deb286bd23f65139bd6f1e711b190035a5ec70b8e0e525fc0c3dbc93422c6.03197a83.png) ## Margin (Based on Purchase Cost) **Description:** The sale price is calculated to achieve a specified margin percentage over the purchase cost. The purchase cost is sourced from the resupply purchase cost field. **Image:** "Margin purchase cost" method illustration. ![Margin purchase cost](/assets/price-methods-3.f00492f303215e9a0a37261d94eadb7d85f7ad8ade349631df4b51a7ae3ab04e.03197a83.png) ## Cost Plus (Based on Unit Cost) **Description:** The sale price is calculated by adding a specified uplift percentage to the unit cost. The unit cost is based on the remaining inventory. **Image:** "Cost plus unit cost" method illustration. ![Cost plus unit cost](/assets/price-methods-4.532e0fea646595c5202a2db50dc3777ccf737e6a5702e6d20d4154c76114ef35.03197a83.png) ## Margin (Based on Unit Cost) **Description:** The sale price is calculated to achieve a specified margin percentage over the unit cost. The unit cost is based on the remaining inventory. **Image:** "Margin unit cost" method illustration. ![Margin unit cost](/assets/price-methods-5.b4a0e195460c0bc32166eaf58df731aec3a3f8556abed89e8654f4606a5f27db.03197a83.png) ## Use Recommended Price **Description:** The recommended price, inherited from the primary price list, is used as the base for calculation. The final price is adjusted by a rebate percentage. If no recommended price is set, the standard price is used as a fallback. **Image:** "Recommended price" method illustration. ![Recommended price](/assets/price-methods-6.b6432a32500f23c153d65986fb48ffebd8fc1c7af32cec5ed041973eb20bb6e7.03197a83.png) ## Use Standard Price (Percentage Discount) **Description:** The standard price, inherited from the parent price list, is used as the base. The final price is adjusted by a rebate percentage (can be positive or negative). **Image:** "Standard price percent" method illustration. ![Standard price percent](/assets/price-methods-7.c0f02c1c5d23459be3319254cbb17254980747067d9d03786579bc06736eb1d9.03197a83.png) ## Use Standard Price (Fixed Discount) **Description:** The standard price, inherited from the primary price list, is used as the base. The final price is adjusted by a fixed value (can be positive or negative). **Image:** "Standard price fixed" method illustration. ![Standard price fixed](/assets/price-methods-8.78bdd0f395ae0cc9f57a5f5e2e300ddacc0ee171062d9d9f4e13b8869507e3ac.03197a83.png) ## Competitive Pricing (Based on Purchase Cost) **Description:** The sale price is calculated using competitive pricing rules, with assigned target and minimum margin percentages. The purchase cost is sourced from the resupply purchase cost field. **Image:** "Competitive pricing" method illustration. ![Competitive pricing](/assets/price-methods-9.4fb352fba7eadf026b7760905efb6454e0c1cab4f2501f7d28907a2e2589c8b1.03197a83.png) ## Competitive Pricing (Based on Unit Cost) **Description:** The sale price is calculated using competitive pricing rules, with assigned target and minimum margin percentages. The unit cost is based on the remaining inventory. ## Structure Calculation (Package Price Methods) **Description:** For product packages, the "Structure Calculation" method calculates the package price based on the prices of included products. There are three options: 1. **Standard Price:** The package price is the sum of the standard prices of the contained products, with optional percentage rebates. 2. **Distribute Price:** A target (fixed) price is set for the package, and the price is distributed proportionally to the contained products based on their sale price amounts. 3. **Use Item Price Rule:** Different price rules can be set for each product in the package (e.g., fixed price, cost plus, margin, use recommended price, or use standard price). ## Rounding Logic **Description:** Norce Commerce uses a client-specific framework for rounding prices. This framework automates cosmetic price rounding for calculated prices. Rounding rules are defined by price ranges and can target prices including or excluding VAT. - Rounding may affect the final standard price. - Minimum margin percentage limitations are always protected. - In some cases, rounding may prevent matching a competitor's price if minimum margin rules apply. ## Cost Source Fallback Logic **Description:** Automatic fallback rules determine which cost value to use when calculating prices: | Rule Based On | Is In Stock | Cost Unit Value | Cost Purchase Value | Result | | --- | --- | --- | --- | --- | | CostUnit | False | - | > 0.00 | Use Cost Purchase instead | | CostUnit | - | = 0.00 | > 0.00 | Use Cost Purchase instead | | CostPurchase | - | > 0.00 | = 0.00 | Use Cost Unit instead | ## Supplement Charge **Description:** A supplement charge can be added to the cost before applying the price method. Only one supplement value is used: - If a supplement charge percentage is set, it is used. - Otherwise, if a supplement charge value is set, it is used. ## Minimum Margin Enforcement **Description:** For price methods where margin is relevant, the calculated price is compared to the minimum margin sale price (based on the relevant cost and supplement charge). If the calculated price is lower than the minimum margin sale price, the minimum margin sale price is used.