GX-Bug #69025
geschlossenGross Admin is active but has no effect on option surcharges
0%
Korrekte Bruttopreise werden in den Produktoptionen und Downloads angezeigt.
Beschreibung
The settings "Gross Admin" is active but has no effect on option surcharges. They still have to be entered as a net price.
Gross Admin option should be implemented in both Product Options & Product Downloads .
Steps to reproduce:
- Active the setting "Gross Admin" in the shop settings.
- Edit the surcharge of an option value to 5.
- Check the database @
products_options_values
->value_price
.
Expected result:
The price in the database should differ from the price entered in the shop while editing the option value.
Actual result:
The price is the same. Therefore no conversion from gross to net (net in the database) happened.
Testing:
- Create an option value with weight, model, price
- Create an option value with price, weight
- Create an option value with weight, model
- Create an option value with model, price
- Create an option value with price
- Create an option value with model
- Create an option value with weight
- Attach these option values to product downloads
- Create & attach new download value from a product with model, price
- Create & attach new download value from a product with price
- Create & attach new download value from a product with model
Testing new business rule for creating variants (combi prices):
The combi price now handles the option price as net, if Gross Admin is inactive. In GX <= 4.4 (property) option values where always handled as gross prices.
Zugehörige Tickets