Shopping Carts - Where to start?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Askjerry
Forum Newbie
Posts: 2
Joined: Sun Sep 26, 2004 9:01 pm

Shopping Carts - Where to start?

Post by Askjerry »

I have a web server that offers a limited shopping cart. It allows me to enter products, will go to a third party vendor for Visa, etc. But the issues I have are...

1) A microprocessor shipping and a 3000 pound milling machine would cost different amounts to ship. I need a method to enter additional shipping for heavy items.

2) Being in Missouri... if they enter "MO" into the state code... it needs to add tax.

Anyone heard of a simple module that I can add to my page? If it is a set of files I can FTP to the site... perhaps set up a MYSQL... then great.

Any help?
Jerry
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'm pretty sure HotScripts has several like this.
denlou
Forum Newbie
Posts: 17
Joined: Fri Sep 24, 2004 7:11 pm
Location: Richmond/Vancouver, BC
Contact:

Post by denlou »

Askjerry
Forum Newbie
Posts: 2
Joined: Sun Sep 26, 2004 9:01 pm

Post by Askjerry »

Very kool. Thanks for the fast response. The http://www.agoracart.com/ seems really good... and they had a great deal of information that I needed about how gateways work, etc.

Thanks again!
Jerry
Post Reply