Hi there,
I’m facing the following issue:
I have the following fields
- Product
- Simple dropdown with dates, e.g. cost 1000€
- Coupon
- Simple coupon field, with a valid coupon called “TEST” that discounts 10% of the total price
- Total
- Shows the total price
- Payment | with the two following options:
- Full payment (100%)
- Deposit payment (30%)
- Amount (number field)
Using the following calculation to basically take the Total price and multiple by the Payment which indicates if the user wants to pay deposit payment only
Issue:
Let’s say the product costs 1000€ using a coupon of 10% discount, the total will come to 900€ (-100€ coupon discount) this works 100% fine.
Issue arises when the discount amount has decimals, in that case the amount for some reason multiples by 10 so in the same scenario