osCommerce v4

osCommerce Online Merchant是一个完整的在线商店解决方案,包含商店前端和管理后端。(osCommerce Online Merchant is a complete online store solution that contains both a shop frontend and an administration backend which can be easily configured and customized.)

  • Owner: osCommerce/osCommerce-V4
  • Platform: BSD, Cross-platform, Linux, Mac, Solaris, Windows
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

osCommerce Online Merchant v3.0 没有开放了!最新版本为 osCommerce v4。


osCommerce Online Merchant v3.0 建立在一个仍在积极开发中的新框架上,以开始与社区建立联系。 v3.0尚未包含完整的用户功能集,无法在其上运行在线商店。现在框架是稳定的,缺少的功能将被处理和推送。通过新的CoreUpdate交付机制,可以轻松升级运行安装。

代码提交(包括错误修复)受以下贡献者许可协议(CLA)的约束:
http://www.oscommerce.com/cla.txt

我们期待与您合作改进和扩展osCommerce。

Online Merchant!

要安装osCommerce Online Merchant v3.0,请将发行包的内容复制到公共html目录。 “osCommerce”目录可以添加到PHP include目录中,并移动到公共html目录之外。

安装站点将首先加载以设置和配置新安装。安装和配置后,可通过以下方式访问商店和管理站点:

  • http://demo.oscommerce.com/index.php(适用于商店)
  • http://demo.oscommerce.com/index.php?Admin(适用于管理员)

请注意,安装站点仍可访问,但已被锁定。要解锁安装站点,请从中删除以下内容

osCommerce/OM/Config/settings.ini:
[Setup]
offline = "true"

对于自定义,请将具有相同目录结构的文件复制到位于以下位置的自定义命名空间:

osCommerce/OM/Custom

自定义目录可以模仿Core目录以覆盖具有自定义的核心文件。

Overview

Name With OwnerosCommerce/osCommerce-V4
Primary LanguagePHP
Program languagePHP (Language Count: 11)
PlatformBSD, Cross-platform, Linux, Mac, Solaris, Windows
License:Other
Release Count0
Created At2022-07-12 15:43:13
Pushed At2024-04-26 09:49:29
Last Commit At
Stargazers Count31
Watchers Count10
Fork Count21
Commits Count24
Has Issues Enabled
Issues Count59
Issue Open Count11
Pull Requests Count0
Pull Requests Open Count2
Pull Requests Close Count5
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

osCommerce is a Free shopping cart and open source Ecommerce software.
Based on the latest versions of PHP and mySQL, it is one of the fastest shopping cart solutions on the market.

osCommerce can be used by SMEs and global corporations, as it has features and simplicity to satisfy all users.

It comes full of built in features, and a number of additional plugins.

USPs include:

  • multiple front ends
  • themes
  • visual theme designer
  • responsive design
  • full site control via the CMS
  • SEO friendly
  • support for configurable products
  • advanced product management and pricing

Additional plugins are available:

  • Amazon and eBay integration
  • accounting software integration (Sage, QuickBooks, Exact, MYOB)
  • visual product designer

REQUIREMENTS

The minimum requirement by this project template that your Web server supports PHP 7.2.0.

INSTALLATION

install via git

You can then install this project using the following command from directory (e.g. oscommerce):

git clone https://github.com/osCommerce/osCommerce-V4.git ./ 

Make sure your web user has write permissions to the following directories:

assets                   contains application assets such as JavaScript and CSS
admin
    assets/              contains application assets such as JavaScript and CSS
lib
    backend
        runtime/             contains files generated during runtime
    console
        runtime/             contains files generated during runtime
    frontend
        runtime/             contains files generated during runtime
themes                   contains application assets such as JavaScript and CSS

Continue local installation

Now you should be able to access the application through the following URL, assuming oscommerce is the directory
directly under the Web root.

http://localhost/oscommerce/

Install from an Archive File

Extract the archive file downloaded from www.oscommerce.com to
a directory named oscommerce that is directly under the Web root.

You can then access the application through the following URL:

http://localhost/oscommerce/

NOTES:

  • osCommerce won't create the database for you, this has to be done manually before you can access it.
  • Make sure you have permissions to write before installation.
  • Do't forget delete subdirectory install after installation.
To the top