opencart-3.0.3.3

所属分类:WEB开发
开发工具:PHP
文件大小:16175KB
下载次数:3
上传日期:2020-05-17 04:10:50
上 传 者昵称昵称昵称2
说明:  OpenCart marketplace拥有13000多个模块和主题,可帮助您快速启动、发展和扩展业务。您可以找到任何行业、服务集成、支付提供商、运输方法、社交媒体、营销、会计、报告、销售以及语言包的美丽主题。
(The OpenCart marketplace features 13000+ modules and themes to jump-start, grow and expand your business. You can find beautiful themes for just about any sector, service integrations, payment providers, shipping methods, social media, marketing, accounting, reporting, sales as well as language packs.)

文件列表:
build.xml (2106, 2020-04-30)
CHANGELOG.md (33574, 2020-04-30)
CHANGELOG_AUTO.md (327817, 2020-04-30)
composer.json (605, 2020-04-30)
composer.lock (31156, 2020-04-30)
install.txt (3709, 2020-04-30)
license.txt (34529, 2020-04-30)
upgrade.txt (5995, 2020-04-30)
upload (0, 2020-04-30)
upload\.htaccess.txt (2436, 2020-04-30)
upload\admin (0, 2020-04-30)
upload\admin\config-dist.php (0, 2020-04-30)
upload\admin\controller (0, 2020-04-30)
upload\admin\controller\catalog (0, 2020-04-30)
upload\admin\controller\catalog\attribute.php (13593, 2020-04-30)
upload\admin\controller\catalog\attribute_group.php (12181, 2020-04-30)
upload\admin\controller\catalog\category.php (19812, 2020-04-30)
upload\admin\controller\catalog\download.php (16227, 2020-04-30)
upload\admin\controller\catalog\filter.php (13132, 2020-04-30)
upload\admin\controller\catalog\information.php (16408, 2020-04-30)
upload\admin\controller\catalog\manufacturer.php (15599, 2020-04-30)
upload\admin\controller\catalog\option.php (16342, 2020-04-30)
upload\admin\controller\catalog\product.php (45261, 2020-04-30)
upload\admin\controller\catalog\recurring.php (16247, 2020-04-30)
upload\admin\controller\catalog\review.php (19159, 2020-04-30)
upload\admin\controller\common (0, 2020-04-30)
upload\admin\controller\common\column_left.php (23761, 2020-04-30)
upload\admin\controller\common\dashboard.php (2885, 2020-04-30)
upload\admin\controller\common\developer.php (3073, 2020-04-30)
upload\admin\controller\common\filemanager.php (12294, 2020-04-30)
upload\admin\controller\common\footer.php (469, 2020-04-30)
upload\admin\controller\common\forgotten.php (2255, 2020-04-30)
upload\admin\controller\common\header.php (2627, 2020-04-30)
upload\admin\controller\common\login.php (3228, 2020-04-30)
upload\admin\controller\common\logout.php (232, 2020-04-30)
upload\admin\controller\common\profile.php (7005, 2020-04-30)
upload\admin\controller\common\reset.php (3118, 2020-04-30)
upload\admin\controller\common\security.php (3727, 2020-04-30)
upload\admin\controller\customer (0, 2020-04-30)
... ...

# OpenCart ## Overview OpenCart is a free open source ecommerce platform for online merchants. OpenCart provides a professional and reliable foundation from which to build a successful online store. ## Reporting a bug Read the instructions below before you create a bug report. 1. Search the [OpenCart forum](http://forum.opencart.com/viewforum.php?f=191), ask the community if they have seen the bug or know how to fix it. 2. Check all open and closed issues on the [GitHub bug tracker](https://github.com/opencart/opencart/issues). 3. If your bug is related to the OpenCart core code then please create a bug report on GitHub. 4. READ the [changelog for the master branch](https://github.com/opencart/opencart/blob/master/changelog.md) 5. Use [Google](http://www.google.com) to search for your issue. 6. Make sure that your bug/issue is not related to your hosting environment. If you are not sure about your issue, it is always best to ask the community on our [bug forum thread](http://forum.opencart.com/viewforum.php?f=191) **Important!** - If your bug report is not related to the core code (such as a 3rd party module or your server configuration) then the issue will be closed without a reason. You must contact the extension developer, use the forum or find a commercial partner to resolve a 3rd party code issue. - If you would like to report a serious security bug please PM an OpenCart moderator/administrator on the forum. Please do not report concept/ideas/unproven security flaws - all security reports are taken seriously but you must include the EXACT details steps to reproduce it. Please DO NOT post security flaws in a public location. ## Making a suggestion Please do not create a bug report if you think something needs improving / adding (such as features or change to code standards etc). We welcome public suggestions on our [User Voice site](http://opencart.uservoice.com). ## How to contribute Fork the repository, edit and [submit a pull request](https://github.com/opencart/opencart/wiki/Creating-a-pull-request). Please be very clear on your commit messages and pull request, empty pull request messages may be rejected without reason. Your code standards should match the [OpenCart coding standards](https://github.com/opencart/opencart/wiki/Coding-standards). We use an automated code scanner to check for most basic mistakes - if the test fails your pull request will be rejected. ## Versioning The version is broken down into 4 points e.g 1.2.3.4 We use MAJOR.MINOR.FEATURE.PATCH to describe the version numbers. A MAJOR is very rare, it would only be considered if the source was effectively re-written or a clean break was desired for other reasons. This increment would likely break most 3rd party modules. A MINOR is when there are significant changes that affect core structures. This increment would likely break some 3rd party modules. A FEATURE version is when new extensions or features are added (such as a payment gateway, shipping module etc). Updating a feature version is at a low risk of breaking 3rd party modules. A PATCH version is when a fix is added, it should be considered safe to update patch versions e.g 1.2.3.4 to 1.2.3.5 ## Releases OpenCart will announce to developers 1 week prior to public release of FEATURE versions, this is to allow for testing of their own modules for compatibility. For bigger releases (ones that contain many core changes, features and fixes) an extended period will be considered following an announced release candidate (RC). Patch versions (which are considered safe to update with) may have a significantly reduced developer release period. The master branch will always contain an "_rc" postfix of the next intended version. The next "_rc" version may change at any time. Developer release source code will not change once tagged. If a bug is found in an announced developer release that is significant (such as a major feature is broken) then the release will be pulled. A patch version will be issued to replace it, depending on the severity of the patch an extended testing period may be announced. If the developer release version was never made public then the preceding patch version tag will be removed. To receive developer notifications about release information, sign up to the newsletter on the [OpenCart website](http://www.opencart.com) - located in the footer. Then choose the developer news option. ## How to install Please read the installation instructions included in the repository or download file. ## License [GNU General Public License version 3 (GPLv3)](https://github.com/opencart/opencart/blob/master/license.txt) ## Links - [OpenCart homepage](http://www.opencart.com/) - [OpenCart forums](http://forum.opencart.com/) - [OpenCart blog](http://www.opencart.com/index.php?route=feature/blog) - [How to documents](http://docs.opencart.com/) - [Newsletter](http://newsletter.opencart.com/h/r/B660EBBE4***0C85C) - [User Voice suggestions](http://opencart.uservoice.com)

近期下载者

相关文件


收藏者