Show Zero Total on Invoice when Paid by Credit Card
Hey Fellow Zen Cart-ers,
We have some customers getting confused when we send the invoice along with their order. It says "Payment: Credit Card" but has all the order totals which makes them think they still owe us money.
I know this a simple case of them just needing to look at the payment method ... BUT is there a way to make the invoice show "TOTAL: 0" so they can easily see that they are all paid up?
We are using v139h.
Thanks in advance for any help or advice!
Re: Show Zero Total on Invoice when Paid by Credit Card
Quote:
Originally Posted by
thegoodlifestore
Hey Fellow Zen Cart-ers,
We have some customers getting confused when we send the invoice along with their order. It says "Payment: Credit Card" but has all the order totals which makes them think they still owe us money.
I know this a simple case of them just needing to look at the payment method ... BUT is there a way to make the invoice show "TOTAL: 0" so they can easily see that they are all paid up?
We are using v139h.
Thanks in advance for any help or advice!
You would need to do some custom coding:
If payment by PayPal then show invoice total - payment = invoice balance (which would be zero)
You could do a "quick and dirty" one by doing invoice total - invoice total = balance (=0)
Re: Show Zero Total on Invoice when Paid by Credit Card
We are using the FirstData/Linkpoint/YourPay API module for credit card payments.
So, I imagine that the premise is the same there.
Thanks for the pointer. I will see what I can do!
:bigups:
Re: Show Zero Total on Invoice when Paid by Credit Card
thegoodlifestore,
Just curious if you were you able to figure out the code for this? I am also looking to do the same thing. Appreciate any input!