Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download commerce-8.x-2.0-beta4.tar.gztar.gz 306.53 KB
MD5: ee00ac6dfeb567f21321e0c9b472c75f
SHA-1: fe12d253780d3823a2c5802a07cac68bb09ccd89
SHA-256: 89718b1fb26c91848d36146b346d43c04e36f2f8ea38a8d7896be09f9a9e611c
Download commerce-8.x-2.0-beta4.zipzip 688.11 KB
MD5: b0032d84ca477a40b29e384a713116ef
SHA-1: e5e17a0093e02ed56331ecef19e934f7bcc47766
SHA-256: e80bc04c45e06087f12253a4045c79e54991fdd6ca0c1d97b852cc63f7b3b0b5

Release notes

Major changes since beta3:

Order receipt emails

Default order receipt email
HTML emails rendered from a Twig template, easy to override and customize.
Enabled per order-type. Supports sending a copy to another email (Receipt BCC setting).
Requires the Swift mailer module or similar alternative, since Drupal core doesn't support HTML emails by default.

Re-themed order view pages for the admin and the user

admin order view page

Attribute improvements

Product attributes can now also be assigned to product variation types directly on the attribute form. This was previously possible only on the product variation type form.

Pricing API improvements

  • Added a context value object (customer, store, date) for price resolvers and availability checkers. Allows commerce_price_list to be ported.
  • Implemented bcmath-based rounding.
  • Twig filter for rendering prices. Example: {{ order.getTotalPrice()|commerce_price_format }}

Contrib activity

We wrote the Drupal 8 version of the Physical fields module, which we'll need for Commerce Shipping. We also finalized the architecture for Commerce Shipping 8.x-2.x.

Meanwhile, steveoliver and olafkarsten are working on Commerce Product Bundle, give them a hand!

All changes since 8.x-2.0-beta3:

Created by: bojanz
Created on: 30 Nov 2016 at 23:59 UTC
Last updated: 29 Aug 2018 at 16:55 UTC
Bug fixes
New features
Insecure

Other releases