getting started with shopping cart

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
tbbd
Forum Newbie
Posts: 20
Joined: Sat Apr 22, 2006 2:54 pm

getting started with shopping cart

Post by tbbd »

I am going to be taking over a website that will be selling items. I am very familiar with php and setting up a page to get the basics going, lay out the page, put products in the db, display all the products, I can even make a shopping cart (will work like inventory lists I have done many times on the past, just show what items that they “own” which would be cart items, I got all that under control… the issue is I have never done a shopping site before, so I don’t know what I will need in order for people to check out and accept a CC payment
I have been reading some things and seen that I will have to go thru a gateway.. ( I seen this from a program like Agoracart), is that something I can setup somehow, also this site has a physical store that accepts CC payments, should I be able to call them and have them be my online gateway? I am trying to stay away from something like agoracart, cause it is just an html cart with no db, and it pretty much is the site itself… I already have the site in place, I just want to put a “add to cart” button in the while fetch array for the product list and then have people be able to check out securely with a CC..
thanks for all your input and suggestions
User avatar
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Post by MrPotatoes »

just so you know there is software out there already that can handle this really realy well. just not coded awesomely. zen cart is such an item. http://www.poweredbyford.com is a site that i work on and it's done in zen cart

granted i would have preferred to do this from scratch tho. thier code (imo) is just terrible and horribly organized.

you can go there and get the code for any of the cc things and just apply it to your site :D
tbbd
Forum Newbie
Posts: 20
Joined: Sat Apr 22, 2006 2:54 pm

Post by tbbd »

Thanks for your input, that Zen cart looks like something I can use, I'll just talk them into using paypal for the gateway, it appears to be so much easier to get setup and working.
Post Reply