Pricing rules
Šis saturs vēl nav pieejams jūsu valodā.
Pricing Rules (global, under Exports in the sidebar) compute sell prices from catalogue attributes when you export. Supplier cost in the catalogue stays unchanged.
How rules work
Section titled “How rules work”- Rules are sorted by priority — higher number first
- The first matching rule wins
- Optional conditions: Supplier, Min price (≥), Max price (<)
- Required Price formula; optional Special price formula
- Use Preview with sample
price=100before saving
Brand/category conditions are not available on pricing rules — scope by supplier and price band, or use export filters for assortment.
Example
Section titled “Example”| Priority | Label | Condition | Formula |
|---|---|---|---|
| 100 | Premium supplier | Supplier = Acme | {attr:price} * 1.4 |
| 50 | Default | (none) | {attr:price} * 1.3 |
| 10 | Cheap band | Max price under 20 | round({attr:price} * 1.5, 2) |
An Acme product matches priority 100 and stops there.
Common formulas
Section titled “Common formulas”{attr:price} * 1.3ceil({attr:price} * 1.25) - 0.01max({attr:price} * 1.2, {attr:original_price} * 0.9)See Formulas for syntax and functions.
Currency conversion
Section titled “Currency conversion”On plans with FX conversion, supplier prices can be converted before / alongside pricing. Check your plan features on Pricing.
Seeing results
Section titled “Seeing results”Open a product → Effective values for sell / special price after rules. Export runs use the same calculation.