I need urgent help. When responders submit order, it does not go to the payment section. It gives a message saying to contact the administrator. I can't fix the problem.
Second issue is that I want to add the fees into the total amount. (2.9% + $.30) what is the formula for that?
You can use the IFS condition to check if the order amount is greater than 0 and then calculate the transaction fee.
IFS(Order Amount > 0, (Order Amount * 0.029) + 0.30, 0)
Sat Apr 27 2024
| 6 Replies