oscommerce替代品 [英] oscommerce alternatives

查看:88
本文介绍了oscommerce替代品的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

除了

osCommerce和ZenCart之外,还有人知道任何不错的PHP / MySQL OSS电子商务套餐吗?从我所看到的ZenCart来看,它似乎只是一个osCommerce的分支,现在已经用osCommerce设置了一个网站我已经看到了什么是混乱的。是。


如果您只是使用默认布局而感到高兴,但我想使用

a漂亮的定制设计并将其黑客入侵osCommerce太多了

努力工作。


如果周围没有其他的东西我可以考虑建立我自己的OSS

电子商务系统,虽然我可能会使用osCommerce数据库(以及

他们的一些概念)作为起点,因为我相信数据库结构

是听起来很棒,虽然我把它设置为在多个数据库上工作

后端...


-

Chris Hope

电动工具箱 - http://www.electrictoolbox .com /

解决方案

我正在php / mysql中的购物车系统上慢慢工作。我不是确定你要找的东西,但我们可以一起工作。如果您有兴趣,请发送电子邮件

我。


Jay
ja ******** @ yaho.com


添加o


Chris Hope< ; CH *** @ electrictoolbox.com>在消息新闻中写道:< 10 ************** @ news.athenanews.com> ...

任何人都知道任何体面的PHP / MySQL OSS电子商务除了osCommerce和ZenCart之外的其他套餐?从我所看到的ZenCart来看,它似乎是一个osCommerce的分支,现在已经设置了一个osCommerce网站,我已经看到了它的混乱。

如果周围没有其他的东西我可以考虑建立我自己的OSS
电子商务系统,虽然我可能会使用osCommerce数据库(和他们的一些概念)作为一个起点,因为我认为数据库结构非常合理,虽然我已将其设置为在多个数据库上工作
后端......



Jay Donnell写道:

我正在php / mysql的购物车系统上慢慢工作。我不确定你在寻找什么,但我们可以一起工作。如果您有兴趣,请发送电子邮件给我




有一件事你可以考虑......


当你正在使用项目中的数据库,您可能希望

提前考虑数据库抽象,以便代码更便宜
。我在过去几年里发现的是,你可以轻松地找到一个PHP / MySQL应用程序来完成大部分工作,但如果你迷路并使用

的东西其他(比如postgres,ms sql,oracle等)可用的

选项以指数方式减少。


我已经开始玩PEAR :: MDB最近。我的理由是,我已经花了一段时间使用Metabase,但是真的很喜欢PEAR为你提供包裹的

可用性的想法。无需下载所有

文件并将其包含在每个项目中,因为这些已经存在

常见位置。因此,如果您在使用这些文件的同一台服务器上有1或100个项目

,那么它们只有一个

的副本,并且它们很容易升级需要。


-

Justin Koivisto - sp**@koivi.com

PHP海报:请使用comp.lang.php获取与PHP相关的问题,

alt.php *不推荐使用组。


Justin Koivisto写道:

我最近开始玩PEAR :: MDB。




我一直在使用PEAR:DB大约15个月,但是在你刚刚发布它之后才知道MDB直到

。我也得检查一下。我永远不会为与一个DBMS绑定的群众创建任何系统,因为他们应该这样做:b $ b可以选择他们想要使用的东西:)


-

Chris Hope

电动工具箱 - http://www.electrictoolbox.com/


Anyone know of any decent PHP/MySQL OSS ecommerce packages other than
osCommerce and ZenCart? From what I''ve seen of ZenCart it just appears to
be a fork of osCommerce and having now set a site up with osCommerce I have
seen what a mess it is.

It''s great if you''re happy just using the default layout but I wanted to use
a nice customised design and hacking it into osCommerce has been too much
hard work.

If there isn''t much else around I may consider setting up my own OSS
ecommerce system, although I''d probably use the osCommerce database (and
some of their concepts) as a starting point as I believe the db structure
is pretty sound, although I''d set it up to work on more than one database
backend...

--
Chris Hope
The Electric Toolbox - http://www.electrictoolbox.com/

解决方案

I''m slowly working on a shopping cart system in php/mysql. I''m not
sure what your looking for but we may be able to work together. Email
me if your interested.

Jay
ja********@yaho.com

add the o

Chris Hope <ch***@electrictoolbox.com> wrote in message news:<10**************@news.athenanews.com>...

Anyone know of any decent PHP/MySQL OSS ecommerce packages other than
osCommerce and ZenCart? From what I''ve seen of ZenCart it just appears to
be a fork of osCommerce and having now set a site up with osCommerce I have
seen what a mess it is.

It''s great if you''re happy just using the default layout but I wanted to use
a nice customised design and hacking it into osCommerce has been too much
hard work.

If there isn''t much else around I may consider setting up my own OSS
ecommerce system, although I''d probably use the osCommerce database (and
some of their concepts) as a starting point as I believe the db structure
is pretty sound, although I''d set it up to work on more than one database
backend...



Jay Donnell wrote:

I''m slowly working on a shopping cart system in php/mysql. I''m not
sure what your looking for but we may be able to work together. Email
me if your interested.



One thing for you to think about...

When you are working with databases in your project, you may want to
think ahead about database abstraction so that the code is more
portable. What I''ve found over the last few years is that you can easily
find a PHP/MySQL app to do most things, but if you stray and use
something else (like postgres, ms sql, oracle, etc.) the available
options dwindle exponentially.

I''ve started playing with PEAR::MDB lately. My reasoning is that I''ve
been using Metabase for a while, but really like the idea of the
availability that PEAR gives you for packages. No need to download all
the files and include them in each of your projects since there is a
common place for these already. Therefore, if you have 1 or 100 projects
on the same server using these files, you only have a single copy of
them, and they are very easy to upgrade when needed.

--
Justin Koivisto - sp**@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.


Justin Koivisto wrote:

I''ve started playing with PEAR::MDB lately.



I''ve been using PEAR:DB for about 15 months but wasn''t aware of MDB until
you just posted it now. I''ll have to check that out as well. I''d never
create any system for the masses that was tied to one DBMS as they should
have the choice about what they want to use :)

--
Chris Hope
The Electric Toolbox - http://www.electrictoolbox.com/


这篇关于oscommerce替代品的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆