Page 1 of 1

How to add item to cart

Posted: Thu Aug 15, 2002 7:52 pm
by cruse
I am working on a very basic shopping cart.
How do I add the item when the 'add button' is clicked?

And would I put each item in an array to track total cart contents?

Thanks,
Cruse

Posted: Fri Aug 16, 2002 1:52 am
by will
read the docs for that specific cart... every one is different.

Posted: Fri Aug 16, 2002 1:58 am
by twigletmac
There are loads of different ways of doing this and it's personal preference as to which one you choose. You might want to check out a shopping cart tutorial (fairly sure there's one on phpbuilder.com) or reverse engineer a cart from hotscripts.com.

Mac