PO Number for Credit Cards and more

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
BC_Bo
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Fri Jul 15, 2011 9:11 am

PO Number for Credit Cards and more

Post by BC_Bo » Thu Mar 05, 2015 3:56 pm

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: PO Number for Credit Cards and more

Post by mazhar » Fri Mar 06, 2015 12:11 am

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.

User avatar
sciencesight
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Sat Aug 28, 2004 1:42 pm
Location: Denver, CO
Contact:

Re: PO Number for Credit Cards and more

Post by sciencesight » Fri Mar 06, 2015 3:42 pm

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

BC_Bo
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Fri Jul 15, 2011 9:11 am

Re: PO Number for Credit Cards and more

Post by BC_Bo » Mon Mar 09, 2015 11:55 am

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.

Post Reply