Known issues
Put Price Overwrites KIT Price Logic
Put Price Overwrites KIT Price Logic
ID: 404486
Backlog
Published on 6/28/2022
•
Last update on 11/9/2023
Summary
The KIT price composition should be based upon the calculation of it's components and their quantities.
That is, a KIT's price should be:
SKU_KIT_Price= (component_1*qty_1) + (component_2*qty_2) + (...) + (component_n*qty_n)
However, there is currently a way to bypass this logic if the user insert a PUT Price directly on the kit sku on the Pricing Module.
Simulation
- Create a KIT with at least 2 components and set their price and quantities;
- Check that the KIT price is set according to their logic mentioned above.
- Update the KIT price on the pricing module by inserting a PUT Price on the kit sku;
- Check that even when updating the price components and their quantities, the KIT price will remain as the put price set before.
Workaround
Make any changes in the components, a new PUT Price with the new calculation and the correct logic will overwrite it again, then normalizing the "wrong" behavior.