Skip to content

coreshop/CoreShop

Folders and files

NameName
Last commit message
Last commit date
Apr 29, 2024
Apr 21, 2024
Apr 29, 2024
Jan 16, 2023
Jul 3, 2023
Sep 22, 2021
Mar 29, 2024
Jun 1, 2023
Aug 23, 2022
May 9, 2024
Dec 15, 2020
Dec 15, 2020
Jun 5, 2020
Apr 29, 2024
May 14, 2023
Aug 18, 2022
Mar 17, 2016
Apr 7, 2017
May 20, 2018
Jan 14, 2020
Jul 24, 2020
Jun 9, 2022
Aug 3, 2023
Dec 14, 2023
May 9, 2024
Dec 17, 2018
Oct 11, 2017
Apr 29, 2024
Apr 29, 2024
Mar 1, 2018
Aug 23, 2022
Mar 1, 2018
Mar 21, 2024
Jun 1, 2023
May 19, 2020
Jul 22, 2021
Feb 21, 2018
Apr 21, 2024
May 23, 2018
May 3, 2024
Sep 12, 2022
Jan 7, 2016
May 21, 2023
May 21, 2023
Jan 9, 2024

Repository files navigation

CoreShop


CoreShop - Pimcore eCommerce

Static Tests (Lint, Stan) Behat UI Tests Behat Tests Software License Latest Pre-Release

CoreShop is a eCommerce Platform for Pimcore.

CoreShop Interface

Requirements

  • Pimcore ^10.5

Installation

  • Allow dev version to be installed:
    composer config "minimum-stability" "dev"
    composer config "prefer-stable" "true"
    
  • Install with composer
    composer require coreshop/core-shop:^3.0
    
  • Run enable Bundle command
    php bin/console pimcore:bundle:enable CoreShopCoreBundle
    
  • Run Install Command
    php bin/console coreshop:install
    
  • Optional: Install Demo Data
    php bin/console coreshop:install:demo
    

Messenger

CoreShop also uses Symfony Messenger for async tasks like sending E-Mails or Processing DataObjects for the Index. Please run these 2 transports to process the data

bin/console messenger:consume coreshop_notification coreshop_index --time-limit=300

Further Information

Demo

You can see a running demo here CoreShop 3.x Demo

Backend Credentials

Admin: https://demo3.coreshop.org/admin

Username: admin
Password: coreshop

Running Tests Locally

Follow the instructions in the CONTRIBUTING.md to set up your local development environment and run the tests.

Copyright and license

Copyright: CoreShop GmbH For licensing details please visit LICENSE.md

Screenshots

CoreShop Interface CoreShop Interface