Can we save credit card number and pre-load on next order?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
aa@ilogon.com
Ensign (ENS)
Ensign (ENS)
Posts: 16
Joined: Fri Jan 16, 2009 11:20 pm

Can we save credit card number and pre-load on next order?

Post by aa@ilogon.com » Thu Mar 19, 2009 9:56 pm

We sell subscription based services in our application and want to save a user's credit card so we can automatically prefill the cc field when they place another order. Is there a way to do this in Able?

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

Re: Can we save credit card number and pre-load on next order?

Post by mazhar » Fri Mar 20, 2009 4:54 am

You can store credit card information along with order in AbleCommerce for a specified number of days. In order to store credit card information you need to enable credit card storage from store settings. So one way to accomplish this could be to find out available credit card information from some old order and use it for new one on checkout. The other possible solution could be to store credit card information in user settings. Each user has its own settings so you can storea each customers credit card in its own user settings and then upon checkout you can get card information out of user settings of current user and use it to place order.

Post Reply