LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   e-commerce builder (https://www.linuxquestions.org/questions/linux-software-2/e-commerce-builder-430726/)

bluerep 04-01-2006 02:53 PM

e-commerce builder
 
Could someone please recommend to me a good e-commerce builder.

( Any opinions on Yahoo's builder? )

Thanks.

mlu 04-01-2006 09:22 PM

try http://www.oscommerce.com/

bluerep 04-03-2006 08:25 AM

Zen Cart vs. Oscommerce
 
Recommendations between Zen Cart vs. Oscommerce?

How about Yahoo's storefront?

KimVette 04-03-2006 02:19 PM

Both are based on the same code.

I will say this for OS Commerce: If you are willing to go with the default skin, it makes for a VERY fast time to live experience, along with the security holes that come with it. Also, when you go to the OS Commerce site and look for modules and what it takes to integrate them, you'll find that better than 90% of them are not modules at all, but extremely invasive patches. It is not modular in design by ANY stretch of the imagination. Also, the database is NOT normalized at all, so you will see many tables with duplicate data. Lastly, there are many, many bugs in the application; most of which can be worked around.

If you want to customise the look and feel, close your door and be prepared for lots of cussing because that application is the poster boy good example of a bad example of PHP code. I'm using it for two ecoCode reuse? Data abstraction?

We have two OS Commerce sites we're launching in a couple of months but one of our first projects we'll be doing after going live is using the profits from those projects to fund development of a new ecommerce project (which may or may not be open source - we haven't decided yet). We've spent a few months (between other projects) auditing the project for security holes (found several, patched them) however OS Commerce makes very heavy use of php globals, most of it in the exact way which Zend recommends against and the very reason that Zend deprecated that feature. You will find that many web hosts will not enable php globals for you, BTW. Some will let you override the settings on a per-virtual-host basis in .htaccess but many will not allow you to use that feature at all.

Code reuse? Data abstraction? Separating data from presentation? HA! In your dreams. OS Commerce is "How Not To Code A Web App 101"

OS Commerce is the worst spaghetti code you will ever find - OpenOffice.org's code looks like it was designed by an intelligent architect in comparison.

bluerep 04-04-2006 09:10 AM

Yahoo Store front
 
Could someone give me reasons to use, or not to use, yahoo's store front?


All times are GMT -5. The time now is 08:46 PM.