This repository contains the sources of OXID eShop Community Edition.
OXID eShop is a flexible open source e-commerce software with a wide range of functionalities. Thanks to its modular, modern and state-of-the-art architecture, it can be modified, expanded and customized to individual requirements with the greatest of ease.
OXID eShop is just e-commerce software for agencies with deadlines :-)
Please note: if you don't know what the following is about, please download the OXID eShop package from this place: https://www.oxid-esales.com/en/community/download-oxid-eshop.html and follow the installation instruction.
When checking out this repository or downloading the zip file from this place, composer is required for setting up OXID eShop.
- make sure composer is installed on your system
$ git clone https://github.com/OXID-eSales/oxideshop_ce.git$ cd oxideshop_ce$ composer install --no-dev$ cp source/config.inc.php.dist source/config.inc.php
If you want to install OXID eShop including example data like products, categories etc., you first need to install the demo data package:
$ composer require --no-update oxid-esales/oxideshop-demodata-ce:dev-b-6.0$ composer update --no-dev
You can easily enable code completion in your IDE by installing this script and generating it as described.
- Project home page - http://oxidforge.org
- Vendor home page - http://www.oxid-esales.com
- Bug tracker - https://bugs.oxid-esales.com
- VM and SDK - https://github.com/OXID-eSales/oxvm_eshop
