View Full Version : Is it a shopping cart?
I need features that track a user selections (basket) on a web site, but I really don't a check out for payment processing, I am more interested in the user just obtain a list of the items selected from the Mysql Database items.
I have looked up several free shopping carts at http://www.onlineorders.net , but they are all based on the concept of a check out for payment.
Is there an in between solutions? : 0
Desert_Software
05-30-2000, 02:28 PM
The best way to do it is to have a table in your database that that is updated every time somebody selects an item, so you can keep track of the total selected. For example, whenever someone selects item x, the value of item x is increased by 1.[nbsp][nbsp]Or you can use cookies to keep track of the total and input it into the database at the end. If you can't do it yourself, we can help. Email me service@desertsoftware.com
[nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp] Scott Morris
[nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp]www.desertsoftware.com (http://www.desertsoftware.com)
vBulletin® v3.6.8, Copyright ©2000-2010, Jelsoft Enterprises Ltd.