On Wed, 29 Dec 2004 12:22:14 +1300, Chris Hope wrote:
[color=blue]
> Path:
> nwrddc01.gnilink.net!cyclone2.gnilink.net!cyclone1 .gnilink.net!gnilink.net!
> canoe.uoregon.edu!newsfeed.news.ucla.edu!newsfeed. media.kyoto-u.ac.jp!newsf
> eeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail
> From: Chris Hope <blackhole@electrictoolbox.com>
> Newsgroups: comp.lang.php
> Subject: Re: Honk if you hate osCommerce
> Date: Wed, 29 Dec 2004 12:22:14 +1300
> Organization: Ihug Limited
> Lines: 42
> Message-ID: <cqspr6$3at$1@lust.ihug.co.nz>
> References: <pan.2004.12.28.23.14.09.792802@spamlessverizon.ne t>
> NNTP-Posting-Host: 222-152-112-168.adsl.ihug.co.nz
> X-Trace: lust.ihug.co.nz 1104276135 3421 222.152.112.168 (28 Dec 2004
> 23:22:15 GMT)
> X-Complaints-To:
abuse@ihug.co.nz
> NNTP-Posting-Date: Tue, 28 Dec 2004 23:22:15 +0000 (UTC)
> User-Agent: KNode/0.8.2
> Xref: cyclone1.gnilink.net comp.lang.php:74387
> X-Received-Date: Tue, 28 Dec 2004 18:21:50 EST (nwrddc01.gnilink.net)
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7Bit
>
>
> Matthew Crouch wrote:
>[color=green]
>> Okay, I've fiddled with this and I'm not passing judgment. If this
>> application is great and there's just something I don't know, I'd love
>> to learn.
>>
>> Item: Customizations (other than simple layout/color stuff) seem to be
>> really hairy.
>> If I want to add a field to
>> the customer info I collect, I have to hand hack numerous scripts
>>
>> Item: there is a catalog/includes/configure.php that can be overridden
>> by catalog/includes/local/configure.php ... AND there is
>> catalog/admin/includes/configure.php and
>> catalog/admin/includes/local/configure.php
>>
>> In the site I'm working on there is a copy of this entire structure in
>> httpdocs and httpsdocs. So to change some global setting I need to
>> change in 4 places.
>>
>> ?!?!?!?!?
>>
>> Item: The data model is, in my opinion, really hacky. Again, I'm not
>> an expert but there seems to be a lot of weird stuff e.g. 12
>> customer-specific fields (address, zip, etc.) in the Orders table.
>>
>> Item: (by far the most annoying) All the questions I post in their
>> support forum are replied to by
>> 1) "Do X" ... when I stated quite clearly that I did X and it didn't
>> work
>>
>> or
>>
>> 2) "Give to $$$ and I'll fix it for you"
>>
>> I'm trying to talk my current client into using ZenCart instead. No
>> doubt a lively debate will ensue. All advice is appreciated[/color]
>
> Isn't ZenCart just a fork of osCommerce?[/color]
Yes, and it exhibits a couple of the same ugly items. But I have heard the
support is much better, and with a quick glance at the source it looks a
bit easier to follow.
Also it doesn't require register_globals=On (yuck).
Ideally, though, I'd like a system with rigid code/presentation separation