Hello guys
I've heard about all these shopping cart scripts, some free, some for sale. I really wanted to make my own shopping cart so that i can be more familiar with it, and that I could customize it to the fullest. I also wanted to make the shopping cart in Flash.
I know everything i need on the Flash side of the app, but the php side is a bit of a mystery to me. Not that im a newbie in PHP, but coz i've never done a shopping cart system before.
in my mind right now, im thinking, it can't be that hard. it's just something like:
1) List the products
2) add options to add to cart and check out
3) if add to cart, put in user cookie the product IDs of items in the cart, or temporary file on the server
4) if check out, list everything in the cart and show total plus some predefined charges (shipping, etc)
5) then process
So, is there anything special with real shopping carts or is my above description good enough to cary out the sale?
Also, on number 5 of my list (Process), what is actually done here? Where do I pass the variables to? Does the bank/merchant accout have a sript i have to call as the final step????
Please enlighten me oh knowledgeable creatures!
Tea