Forum Moderators: buckworks

Message Too Old, No Replies

Php/mysql cart : 300 prods : bare bones : process offline

         

mgm_03

11:47 pm on Oct 19, 2006 (gmt 0)

10+ Year Member



I need very basic cart functionality: about 300 products (one photo, part name, #, unit, price); maybe 1 subcategory capability; no fancy features (e.g. discounts, specials, promos)...the simpler, the better.

The one important function the client needs is to have the user checkout and have the data (products, credit card info) get sent to the business, rather than actually process the transaction online. Of course we will use SSL.

Corey Bryant

6:54 pm on Oct 20, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You will also need to use some type of encryption method as well to secure the email since email is very unsafe. Most carts can be customized to send all of that in an email - depends on the server side language etc

-Corey