shopping cart for php website

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
kabucek
Forum Commoner
Posts: 50
Joined: Thu Sep 04, 2008 2:20 pm

shopping cart for php website

Post by kabucek »

hello all,

I'm trying to create a shopping cart for my website in php/mysql
but have some problems.
I've found some tutorials from which I'm trying to combine into one product,
because its free and I can see all the coding.

One is using couple functions in php but is lacking of billing, confirmation, review page.
Another one is plaincart - it has all other pages but its configured for using pay-on-delivery or paypal
with developers account, which kinda sucks.
Does anyone know some good tutorial to create shopping cart or maybe some cheap shopping cart
that we can configure for our needs? Another thing is that we need to use paypal for payment processing.
(API)
I went through 30 different shopping carts and all have monthly fees, which sucks.
We're looking for one time fee.
I tried magento, but the code inside doesn't cooperate with our css and couple functions.
Any kind of help would be appreciated !!
Thanks !!
User avatar
omniuni
Forum Regular
Posts: 738
Joined: Tue Jul 15, 2008 10:50 pm
Location: Carolina, USA

Re: shopping cart for php website

Post by omniuni »

Have you looked in to OSCommerce and Zencart?
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: shopping cart for php website

Post by Darhazer »

I would recommend OpenCart - free, simple, with a MVC framework within.
Post Reply