-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coreshop 3 - cart price rule - strange behaviour - wrong calculation #2180
Comments
still not working, with actual coreshop version off dev-master, today |
@JustMe69 try 3.0.x-dev |
@dpfaffenbauer tried, not working |
please try to make it reproducible on the demo then. |
@dpfaffenbauer surcharge is same price as article price, and not 300 |
good, I'll check again then Thanks |
@JustMe69 Fix is not yet merged into master, the CoreShop Demo is deployed into master, if I apply the fix to the demo, it works. (Try again please on the demo) |
a cart price rule for surcharge is defined, when order-volume is below 5000,-
the surcharge is 200,- as fixed value, not percentual.
When customer is ordering between 200+ and below 5000, the surcharge works as expectred, 200,- are added to the cart. correct
When customer is having below 200,- in cart, the article-price seems to be added as surcharge and not 200,- - which is wrong.
definition of rule is posted below.
user having below 200 in cart:

with wrong value = article-price as surcharge
user having above 200 in cart:

The text was updated successfully, but these errors were encountered: