Add fee to paid-for order and invoice balance
-
What would be the best way to add an additional fee to an already paid-for order and allow the customer to pay for the remaining balance?
My scenario is the following:
- User purchases a product and pays for it.
- User realizes he/she made a mistake and contacts the store to modify the order.
- The items bought do not change, but I need to charge an extra fee, which I add to the order manually.
- I need the customer to pay for the remaining balance.
And here is what I expected to work, but doesn’t quite:
- After my client contacts me I change the order status from “completed” to “on hold”.
- I edit the order and add the fee manually.
- I recalculate the totals.
- I change the order status from “on hold” to “payment pending”.
However, when I do this and the client logs to their account and click on “pay” they are charged the full amount of the order, not just the remaining balance. It’s as if the system did not recognize the first payment.
Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add fee to paid-for order and invoice balance’ is closed to new replies.