If I wanted to change the Checkout to have a persons credit card
info displayed when they return to the store (for a quicker checkout)
can I do this without having the full source code? thanks
(I will also give the user a "save card" check box option)
Do I need the full Source Code to do this
- m_plugables
- Commander (CMDR)
- Posts: 149
- Joined: Tue Mar 11, 2008 12:44 am
- Contact:
Re: Do I need the full Source Code to do this
The source code is not needed. One possible way is to save the card info is to put the information of card in user settings. I wrote some code to put this functionality. I have attached the customized file. Hopefully it will help you

Visit the links below to Download Plugins for your AC7 Store
http://www.plugables.com
http://blog.plugables.com
Re: Do I need the full Source Code to do this
thanks . . I'll take a look at it.