shopping carts

liunx

Guest
Is there a way to make a basic shopping cart and order forms?<br />
<br />
I dont have cgi access yet so i was wondering how you can (if possible) to make the add to cart option and then a basic shopping cart to show orders?<br />
<br />
I'd have about 5 differnt pages where they can add items to the shopping cart. is there a way to add a form or something underneath each item that when clicked "add to cart" that item will go there and stay there while they shop?<br />
<br />
All help needed...thanks<br />
<br />
James<!--content-->I don't think it is possible, and if it is, it might be hard to manage.<!--content-->you could handle all the tracking client side with JAVAscript, but it is not a good method for this type of thing, the html pages could be hacked and the JAVAscript changed and the results would be useless. Plus it would only last during the time the page is viewed, not a very good shopping cart by todays standards. Use a third party site that has shopping carts or switch to a server that allows server scripts.<!--content-->
 
Back
Top