Drupal Commerce
Drupal Commerce is the leading flexible eCommerce solution for Drupal, powering over 60,000 online stores of all sizes.
Please report bugs in the issue queue.
Installation
Use Composer to get Drupal + Commerce with all dependencies.
composer create-project drupalcommerce/project-base mysite --stability dev --no-interaction
See the install documentation 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;