Incorrect delivery calculation when one of the SLAs doesn't have all items
ID:
Backlog
Published on 8/6/2018
•
Last update on 12/22/2022
Summary
This scenario happens only for shipping calculations in the cart where not all delivery methods have all available items.
This causes the value to be calculated considering the quantity in common among all delivery methods. In other words, the shipping value is defined based on the maximum quantity of items that all delivery methods can handle.
Simulation
- Consider that the store has 2 delivery methods: Express and Normal, for example.
- In the Express delivery method,
item x
has the available quantity of only 10 units. - In the Normal delivery method, consider that there are 200 available units of the same
item x
. - In the cart, the customer selects 14
item x
units. - Since the Express delivery method has only 10 units, the checkout will not be calculated for the 14 units, but for only 10 units in both delivery methods.
- As a result, the value displayed in the simulation will be lower, if the chosen delivery method is Normal; if the customer's choice is Express, the value shown will refer to a smaller number of items than the one previously selected.
Workaround
Currently there's no workaround for this scenario.