an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 9/15/2008 11:28:30 AM By lukezy. 1 replies.
9/15/2008 5:15:05 AM
rmoynihan
Posts: 10
Joined: 7/22/2008
Saving Credit Card information
Hi,
 
Is it possible to turn off the functionality to save credit card information to make my site more secure.
 
I know the credit card number is encrypted but I would feel safer if there was no credit card information saved.
 
Thanks,
 
Ronan
9/15/2008 11:28:30 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Saving Credit Card information
The current design is to seperate placing the order and actual order processing. The design goal is the scalability.
 
There is a seperate task in the orderpipeline clearing the creditcard# older than a certain days (I believe the default is 30 days). If you really don't want credit card# stored, I suggest you use PayPal or Google Checkout. If you have technical background, you could change the checkout process to include the credit card authorization.
DotShoppingCart Staff