Skip to content
Snippets Groups Projects
README.md 1.21 KiB
Newer Older
Josh Miller's avatar
Josh Miller committed
Drupal Commerce
===============
Bojan Živanović's avatar
Bojan Živanović committed
[![Build Status](https://travis-ci.org/drupalcommerce/commerce.svg?branch=8.x-2.x)](https://travis-ci.org/drupalcommerce/commerce)
Josh Miller's avatar
Josh Miller committed

Bojan Živanović's avatar
Bojan Živanović committed
Drupal Commerce is the leading flexible eCommerce solution for Drupal,
powering over 60,000 online stores of all sizes.
Josh Miller's avatar
Josh Miller committed

Please report bugs in the [issue queue](https://www.drupal.org/project/issues/commerce?version=8.x).
Josh Miller's avatar
Josh Miller committed

Bojan Živanović's avatar
Bojan Živanović committed
[Documentation](http://docs.drupalcommerce.org)
Bojan Živanović's avatar
Bojan Živanović committed
[Issue Tracker](https://www.drupal.org/project/issues/commerce?version=8.x)
Josh Miller's avatar
Josh Miller committed

Bojan Živanović's avatar
Bojan Živanović committed
## Installation
Josh Miller's avatar
Josh Miller committed

Bojan Živanović's avatar
Bojan Živanović committed
Use [Composer](https://getcomposer.org/) to get Drupal + Commerce with all dependencies.
Bojan Živanović's avatar
Bojan Živanović committed
```
composer create-project drupalcommerce/project-base mysite --stability dev --no-interaction
```
See the [install documentation](https://docs.drupalcommerce.org/commerce2/developer-guide/install-update/installation) for more details.

## Disabling Partner banners

Drupal Commerce modules occasionally link to offers from technology partners in
contextually relevant portions of the administrative interface. To simplify
disabling these, the project has established a pattern of all such banners
respecting a setting you can set in your site's settings.php:

`$settings['commerce_show_partner_banners'] = FALSE;`