Re: [PHP] Shopping Cart Solutions

2003-09-24 Thread Didier McGillis
As everyone has said osCommerce is a good cart program, but if you need a 
serious customized solution then you are going to need to either spend your 
time foucsing on that app and get into it, or your going to want to find 
something a little less polished and more just foundation, not saying 
osCommerce doesnt have a good foundation, its just that its more of a 
finished and therefore has a more defined set of rules to work with it.

FreeTrade is a good app, they have moved several times you'll have to google 
it.  PHPShop I never really liked, more of a personal decision.

Anyone have suggestions for open source shopping cart apps in PHP?

Thanks, Charles
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*   
http://join.msn.com/?page=features/junkmail

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Shopping Cart Solutions

2003-09-24 Thread Didier McGillis
I had been doign interchange back when it first changed names to 
Interchange, I havent used it since it was aquired by Redhat, no particular 
reason just personal preference.

Here is the link to FreeTrade.  I believe the Restoration Hardware site 
started with this code, they have since gone bigger and better, but its a 
great starting place.  This is will get you a site up and running, but this 
is pretty much framework.
http://share.whichever.com/index.php?SCREEN=freetrade


From: Stephan Becker [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Shopping Cart Solutions Date: Wed, 24 Sep 2003 14:07:33 
+0200

Well take a look into interchange.
http://www.icdevgroup.org
This Shop Engine has a nice demo catalog called foundation.
Take it, adopt it and your set for the most of all things you want to
achieve.
There is a lill tutorial which guides you through the basics of interchange
and leaves you with a skeletton but functional catalog after 3-4 hours of
reading and typing.
Installation is a bit tricky but I managed it though within a couple of
hours of try and error. If you eventually pass that phase of learning you
could do it easyliy again within 10 minutes.
One thing left to mention:
It´s Perl not PHP.
But I´am on the issue to wrap it into a modul .. ;)

Stephan

Didier McGillis [EMAIL PROTECTED] schrieb im Newsbeitrag
news:[EMAIL PROTECTED]...
 As everyone has said osCommerce is a good cart program, but if you need 
a
 serious customized solution then you are going to need to either spend
your
 time foucsing on that app and get into it, or your going to want to find
 something a little less polished and more just foundation, not saying
 osCommerce doesnt have a good foundation, its just that its more of a
 finished and therefore has a more defined set of rules to work with it.

 FreeTrade is a good app, they have moved several times you'll have to
google
 it.  PHPShop I never really liked, more of a personal decision.

 Anyone have suggestions for open source shopping cart apps in PHP?
 
 
 Thanks, Charles

 _
 STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
 http://join.msn.com/?page=features/junkmail


_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Shopping Cart Solutions

2003-09-23 Thread pete M
loads  at hotscripts.com
http://www.hotscripts.com/PHP/Scripts_and_Programs/E-Commerce/index.html
Adrian Teasdale wrote:
Charles

Try oscommerce.org - it's an open source app written in PHP that has a
fantastic community and is incredibly feature-rich.  I'm not associated
with the project, but I have used it
Best regards

Ade
Sourceguardian.com

-Original Message-
From: Charles Kline [mailto:[EMAIL PROTECTED] 
Sent: 22 September 2003 21:10
To: [EMAIL PROTECTED]
Subject: [PHP] Shopping Cart Solutions

Anyone have suggestions for open source shopping cart apps in PHP?

Thanks,
Charles
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Shopping Cart Solutions

2003-09-23 Thread Becoming Digital
I'll give a big +2 to all of this.  I spent a great deal of time writing a program 
for customizing various aspects of osCommerce.  After a while, I just dropped the 
project because it was becoming a tangled web of code and not at all my style.

Edward Dudlik
Becoming Digital
www.becomingdigital.com



- Original Message - 
From: Chris W. Parker [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Charles Kline [EMAIL PROTECTED]; 
[EMAIL PROTECTED]
Sent: Monday, 22 September, 2003 18:21
Subject: RE: [PHP] Shopping Cart Solutions


Henrik Hudson mailto:[EMAIL PROTECTED]
on Monday, September 22, 2003 3:09 PM said:

 My 2 cents. OSCommerce is great if you want to use it out of the box,
 but we tried to extend it and alter some of it's functions and the
 code is very obtuse and making changes in one spot can lead to
 problems in others.

+1

I messed around with it for a few days just trying to add two fields to
the product table but it so difficult to find where all the mysql db
errors were being generated I just gave up and decided to write my own
cart from scratch. ;)

I should clarify a little. I gave up after only trying to add two fields
because the other features that I needed in a shopping cart were WAY
more complicated than the two fields and I reasoned that if it was that
difficult to add two fields it's going to be near impossible to add what
I wanted. So I decided my time would be better spent developing my own
cart (what learning experience it's been!!). I would be able to extend
my own cart much more quickly and efficiently than I could anyone elses
code.

 Also, it tries to throw in the kitchen-sink worth
 of options and if you need something slimmer or more easily
 configured you might be better off starting from another codebase.

+1



Chris.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Shopping Cart Solutions

2003-09-22 Thread Charles Kline
Anyone have suggestions for open source shopping cart apps in PHP?

Thanks,
Charles
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Shopping Cart Solutions

2003-09-22 Thread Ray Hunter
 Anyone have suggestions for open source shopping cart apps in PHP?

Check out sourceforge.net...there are many there. Also try google and
you will get tons of info.

--
Ray

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Shopping Cart Solutions

2003-09-22 Thread Adrian Teasdale
Charles

Try oscommerce.org - it's an open source app written in PHP that has a
fantastic community and is incredibly feature-rich.  I'm not associated
with the project, but I have used it

Best regards

Ade
Sourceguardian.com

 -Original Message-
 From: Charles Kline [mailto:[EMAIL PROTECTED] 
 Sent: 22 September 2003 21:10
 To: [EMAIL PROTECTED]
 Subject: [PHP] Shopping Cart Solutions
 
 
 Anyone have suggestions for open source shopping cart apps in PHP?
 
 Thanks,
 Charles
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Shopping Cart Solutions

2003-09-22 Thread Henrik Hudson
On Monday 22 September 2003 15:42, Adrian Teasdale wrote:
 Charles

 Try oscommerce.org - it's an open source app written in PHP that has a
 fantastic community and is incredibly feature-rich.  I'm not associated
 with the project, but I have used it

My 2 cents. OSCommerce is great if you want to use it out of the box, but we 
tried to extend it and alter some of it's functions and the code is very 
obtuse and making changes in one spot can lead to problems in others. Also, 
it tries to throw in the kitchen-sink worth of options and if you need 
something slimmer or more easily configured you might be better off starting 
from another codebase.

That being said..if you're looking for an OSS program which works well for 
what it's meant to be..a full featured shopping cart solution..then look no 
further.


Henrik
-- 
Henrik Hudson
[EMAIL PROTECTED]

`If there's anything more important than my ego
around, I want it caught and shot now.' 
--Hitchhikers Guide to the Galaxy

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Shopping Cart Solutions

2003-09-22 Thread Chris W. Parker
Henrik Hudson mailto:[EMAIL PROTECTED]
on Monday, September 22, 2003 3:09 PM said:

 My 2 cents. OSCommerce is great if you want to use it out of the box,
 but we tried to extend it and alter some of it's functions and the
 code is very obtuse and making changes in one spot can lead to
 problems in others.

+1

I messed around with it for a few days just trying to add two fields to
the product table but it so difficult to find where all the mysql db
errors were being generated I just gave up and decided to write my own
cart from scratch. ;)

I should clarify a little. I gave up after only trying to add two fields
because the other features that I needed in a shopping cart were WAY
more complicated than the two fields and I reasoned that if it was that
difficult to add two fields it's going to be near impossible to add what
I wanted. So I decided my time would be better spent developing my own
cart (what learning experience it's been!!). I would be able to extend
my own cart much more quickly and efficiently than I could anyone elses
code.

 Also, it tries to throw in the kitchen-sink worth
 of options and if you need something slimmer or more easily
 configured you might be better off starting from another codebase.

+1



Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php