Page 1 of 1

PO Number for Credit Cards and more

Posted: Thu Mar 05, 2015 3:56 pm
by BC_Bo
Is there a way to add an optional PO Number field to the various payment methods?
Some of our customers want to pay with a CC but include a PO Number for reference.
Gold R9

Re: PO Number for Credit Cards and more

Posted: Fri Mar 06, 2015 12:11 am
by mazhar
You will have to do some custom coding. Probably you will need to add a texbox to credit card payment form and then save its value into a order note for reference. Although same can be accomplished by manually adding an order note from receipt page after order placement.

Re: PO Number for Credit Cards and more

Posted: Fri Mar 06, 2015 3:42 pm
by sciencesight
If you have enabled customers to add order notes on their receipt page you can prompt them to use that for PO numbers.
On ../Checkout/ShipMethod.aspx page I edited the ShipMessageLabel (around line 105) to read...

Code: Select all

 "Text="Order Message?  PO No.?  Tax ID?"
It looks like the attached image and works like a charm!

Image

Re: PO Number for Credit Cards and more

Posted: Mon Mar 09, 2015 11:55 am
by BC_Bo
Thanks for the suggestions. I think I'm going to try to add this as a custom field. I'll update the post if/when it works.