You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c94e165 With this commit you changed the rounding of OrderItem Prices
It transfers a rounded price into plentymarkets:
E.g. when having an item which has a price of 11.45€ gross:
UVP 11,45€ x 12 = 137,40€
Shopware now calculates like this
11,45 / 1,19 = 9,62184€ rounding to 9,62€
9,62 * 12 = 115,44€ total net cart
1,19 = 137,37€ rounded
In Plentymarkets due to rounding it transfers 137,40.
Expected Behavior
What is the behavior you expect?
Not 100% sure if this needs to be solved by Shopware or it's wrong from plentyconnector. I just would like to know the case in which rounding for transferring the order to plentymarkets is needed.
Steps to Reproduce
I can provide Frontend access to example project if needed.
Possible Solutions
Remove rounding again (will test this now)
Look at solution in shopware to avoid rounding errors.
The text was updated successfully, but these errors were encountered:
Actual Behavior
What is the actual behavior?
c94e165 With this commit you changed the rounding of OrderItem Prices
It transfers a rounded price into plentymarkets:
E.g. when having an item which has a price of 11.45€ gross:
UVP 11,45€ x 12 = 137,40€
Shopware now calculates like this
11,45 / 1,19 = 9,62184€ rounding to 9,62€
9,62 * 12 = 115,44€ total net cart
In Plentymarkets due to rounding it transfers 137,40.
Expected Behavior
What is the behavior you expect?
Not 100% sure if this needs to be solved by Shopware or it's wrong from plentyconnector. I just would like to know the case in which rounding for transferring the order to plentymarkets is needed.
Steps to Reproduce
I can provide Frontend access to example project if needed.
Possible Solutions
The text was updated successfully, but these errors were encountered: