on 2020 Jun 02 3:58 PM
In the Customer Checkout 2.0, there is a feature to allow rounding at the header level.
For example,
- if the total is 131.11 or 131.12 the requested amount would be 131.10
- if the total is 131.13 or 131.14 the requested amount would be 131.15
What we need to modify is to add a rule to the rounding.
To put rounding ONLY if the customer pay cash. For credit card and debit card, do not do rounding.
How to handle?
Request clarification before answering.
Hello,
While adding a rule as such to the rounding mechanism is not possible. You can of-course using PlugIns, influence the calculation engine and probably even achieve the desired behaviour. However i would not be so much in favour of influencing the calculation engine as this is deep in the product. In the end PlugIn is an open system and the user needs to decide what to make out of it.
You can also think of keeping the rounding off. And when the user wants to pay with credit card, using a plugIn automatically add a new sales item to the receipt and the value of this sales item will be equal to the rounding amount. This will balance the receipt equal to the rounded amount. And when user pays with cash, no sales item will be added. Ofcourse you need experience with PlugIN development to achieve something like that.
When the customer pays some Tip and Tip is tracked there also we added a sales item to the receipt equal to the tip amount to balance the receipt.
If your question in answered correctly, kindly select the answer as "Right Answer". This helps others to follow and easily locate answers.
Regards,
Bikash Bansal
Product Owner - SAP Customer Checkout
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
13 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.