A DIY Shopping cart can do a pretty good job but at least make sure not to store the credit card numbers in a database (if they are processed via Verisign, you only need ot keep the first 4 and last 5 numbers for your records) or at least encrypt it.
I have a good shopping cart experience myself and what I did at BusRide.com for instance works just fine. They have at least one order a day and they're happy with it. -----Original Message----- From: T. Bradley Dean [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 8:06 PM To: ActiveServerPages Subject: RE: Shopping cart recommendations >Anybody have any recommendations? Yes, use a simple db. Our shopping cart is simply two tables in our SQL db, one for the actual cart - one for the cart items. And btw, if you can, go with Verisign. We switched to Authorize.net and have regretted it. Verisign was a much easier gateway to work with. ~Brad -----Original Message----- From: Wade Armstrong [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 7:51 PM To: ActiveServerPages Subject: Shopping cart recommendations I've got a client who would like to add some e-commerce to their existing Web site. They have a catalog, and the host offers a number of payment gateways, including Verisign and Authorize.net. What I need is a good ASP shopping cart. Since this is a shared server I'd rather not deal with a .dll, but there is a budget so I can buy a product. I don't need anything fancy, but it does need to be secure and reliable. Anybody have any recommendations? Wade -- Wade Armstrong Runstrong Design http://www.runstrong.com 310.737.0915 phone 310.737.0925 fax 310.259.5777 cell --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
