...
For each product family and season, operator can define a default charges for the product products of that season for the current sale channel.
Operator could also define an exceptional product that wont be apply won't be subject to the default charges.
In additionaladdition, a new attribute "Thread-holdThreshold" is available at for each charge table.
Sale process
At the sale sales channel where the default charges is are configured, when ticket tickets are being sold:
- If the product itself has a charge configured, the charge will be created with that charge table
- If the product does not has have a chargescharge, then the default charge defined at the current sales channel will be applied for the tickets (provided that the product doesn't belong to the list of excluded products mentioned previously).
For the
...
threshold:
Before calculating the charges, the system will find the most expensive price of the current product, and compare with the threadholdthreshold:
- If the most expensive price of the product is higher than threshold > the charge will be created as usual
- Else, the charge will not apply for the current product.
...