Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.
Moderator: General Moderators
sebenza
Forum Newbie
Posts: 6 Joined: Mon Dec 13, 2004 4:25 pm
Post
by sebenza » Mon Dec 13, 2004 4:26 pm
Anyone know of a solid PHP object-oriented shopping cart out there? I am having troubles finding one... maybe one does not exist?
Thanks,
Scott
patrikG
DevNet Master
Posts: 4235 Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK
Post
by patrikG » Fri Dec 17, 2004 11:34 am
I've looked for one for a while and couldn't find one. Frezno shop is an attempt at that, but it's some guy's project and not finished. Everything else I've looked at was horrendous. So, the short answer is: doesn't seem to exist.
sebenza
Forum Newbie
Posts: 6 Joined: Mon Dec 13, 2004 4:25 pm
Post
by sebenza » Mon Dec 20, 2004 12:31 pm
Cool. Thanks for the reply.
potsed
Forum Commoner
Posts: 50 Joined: Sat Oct 09, 2004 12:00 pm
Location: - South Africa
Post
by potsed » Sun Dec 26, 2004 2:18 pm
sebenza
Forum Newbie
Posts: 6 Joined: Mon Dec 13, 2004 4:25 pm
Post
by sebenza » Sun Dec 26, 2004 7:46 pm
How do you mean? Last time I looked at it... it was not object oriented.
John Cartwright
Site Admin
Posts: 11470 Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:
Post
by John Cartwright » Sun Dec 26, 2004 10:34 pm
I think you should do a quick google for the difference of OOP and procedural programming
patrikG
DevNet Master
Posts: 4235 Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK
Post
by patrikG » Mon Jan 03, 2005 6:05 am
OSCommerce is very badly coded procedural code. Very badly.
onion2k
Jedi Mod
Posts: 5263 Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com
Post
by onion2k » Mon Jan 03, 2005 7:50 am
Why do you want an object based one?
patrikG
DevNet Master
Posts: 4235 Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK
Post
by patrikG » Thu Jan 13, 2005 8:59 am
Btw.: if you want to have an object oriented shopping cart including CMS (or rather vica versa) check out
ezPublish - very powerful, ,very customizable and very, very OO.
potsed
Forum Commoner
Posts: 50 Joined: Sat Oct 09, 2004 12:00 pm
Location: - South Africa
Post
by potsed » Thu Jan 13, 2005 3:47 pm
I think you should do a quick google for the difference of OOP and procedural programming
i do know the difference .. was just sugesting a cart, ive never even looked at its source code...