Zero percentage not working
-
It may not make sense to set 0%.
But I require a deposit only for some products.
Let’s say I have 2 products.
1. Price: 100$ and 10% deposit
2. Prices: 50$ and no deposit is required.If I add these 2 products to the cart. Then the deposit amount is 60$. But it must be 10$.
To achieve this, I need to set a zero deposit for the second product but “0” is not working.
If there is a code like “$deposit > 0” I need to change to “$deposit >= 0”
Any help appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Zero percentage not working’ is closed to new replies.