Commerce Kickstart installer
Commerce Kickstart robot

Commerce Kickstart is the fastest way to start building on Drupal Commerce. It includes an installation profile for installing and configuring Drupal 10, Commerce Core, and various Centarro maintained contributed modules and themes. You can see the list of these modules in the Centarro Certified Projects package.

The installer includes an additional step (pictured to the right) where you can install either a full demo store for evaluation purposes or enable the individual features you need to start building and launch your store today.

Getting started

Use Composer to install Commerce Kickstart from our project template. Additionally, add the Commerce Demo module to your codebase to install with the demo store:

composer create-project -s dev centarro/commerce-kickstart-project kickstart
cd kickstart
composer require drupal/commerce_demo:^3.0

And that's it! If you're using DDEV-Local, you can quickly test the site locally:

ddev config
ddev start

Read more about what's inside and how to make the best use of Commerce Kickstart in the project's README.

Drupal 7 versions

Commerce Kickstart on Drupal 7 used two separate versions, which are still available as downloads below:

  • Commerce Kickstart 1.x:

    Includes the latest versions of Drupal, Commerce 1.x, and the modules it needs to run. Features an optional set of minimal configuration items and development modules you can use to quickly test new patches.

  • Commerce Kickstart 2.x:

    Includes everything from Kickstart 1.x with a larger set of options to create a fully-featured demo store complete with an attractive theme, catalog and search configuration, promotions engine, and a custom back office interface. Try the demo!

Every module included in Commerce Kickstart 2.x exists on drupal.org as a standalone project. Developers most commonly use it as a learning tool and then download, install, and configure the source modules themselves into their built-from-scratch Drupal Commerce sites.

Supporting organizations: 
Development and maintenance

Project information

Releases