Cruiser13 / CoreShop

CoreShop - Pimcore eCommerce

Home Page:http://www.coreshop.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/coreshop/coreshop Travis Software License Latest Pre-Release Scrutinizer Donate

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

CoreShop Interface

Requirements

  • Pimcore 5.1.0

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
  • Optional: Install Demo Data php bin/console coreshop:install:demo

Further Information

Demo

You can see a running demo here CoreShop Demo

Migration from CoreShop 1

If you want to migrate some of your data 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

http://www.coreshop.org

License:Other


Languages

Language:PHP 68.1%Language:JavaScript 16.9%Language:CSS 11.2%Language:HTML 3.6%Language:Shell 0.2%