Skip to content

vtsykun/CoreShop

 
 

Repository files navigation

CoreShop 2 (Development)

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.

Join the chat at https://gitter.im/dpfaffenbauer/pimcore-coreshop Build Status Software License Latest Stable Version

CoreShop is a Bundle for Pimcore. It enhances Pimcore with eCommerce features.

CoreShop Interface

Installation

  • 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
  • Activate AdminBundle in Pimcore Extension Manager
  • Optional: Install Demo Data php bin/console coreshop:install:demo

Demo

You can see a running demo here CoreShop Demo

Migration from CoreShop 1

If you want to migrate some of your from CoreShop 1, you can use the Import/Export Bundle:

Copyright and license

Copyright: Dominik Pfaffenbauer For licensing details please visit LICENSE.md

Screenshots

CoreShop Interface CoreShop Interface

About

CoreShop - Pimcore eCommerce

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 70.3%
  • JavaScript 19.2%
  • CSS 7.0%
  • HTML 3.3%
  • Shell 0.2%