Looking for the current stable (version 1)? See https://github.com/coreshop/CoreShop/tree/coreshop1
I am happy to announce CoreShop 2 - Pimcore eCommerce Framework, the best CoreShop since CoreShop - now totally based on Symfony.
CoreShop is a Bundle for Pimcore. It enhances Pimcore with eCommerce features.
- Pimcore 5.1.0
- Install with composer
composer require coreshop/core-shop dev-master
- Add Following Call to AppKernel's registerBundlesToCollection function
\CoreShop\Bundle\CoreBundle\Application\RegisterBundleHelper::registerBundles($collection);
- Add Following to your app/config/config.yml
imports: - { resource: "@CoreShopCoreBundle/Resources/config/app/config.yml" }
- Run Install Command
php bin/console coreshop:install
- Optional: Install Demo Data
php bin/console coreshop:install:demo
You can see a running demo here CoreShop Demo
If you want to migrate some of your data from CoreShop 1, you can use the Import/Export Bundle:
Copyright: Dominik Pfaffenbauer For licensing details please visit LICENSE.md