Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download commerce-8.x-2.0-alpha2.tar.gztar.gz 126.67 KB
MD5: 0f07a502008280f3501e5ffc45d2e84f
SHA-1: b9ebb714fc97b23f4fe71d060c2d2c1a0e080991
SHA-256: 5338ab91743c6ed448dcc5c99099fc690fb7c939e3bb77504c9ce9092145fcda
Download commerce-8.x-2.0-alpha2.zipzip 288.58 KB
MD5: f9e08e8e6e4a2ccd04b08d7993f2dc54
SHA-1: ba9e5ca1abf04fcb9715673e26cc2c9d8d254d75
SHA-256: 99ff3bc0d857d31f58bee47a42ef9dd2a9c001ff3db708b13ec4a104bbcd161b

Release notes

Blog post: https://drupalcommerce.org/blog/43978/commerce-20-alpha2-released

Reminder: Commerce 2.x alphas are NOT production ready. No upgrade path is provided between alphas, a full reinstall is needed each time.

Changes since 8.x-2.0-alpha1:

  • Rename order_total to total_price, start calculating it.
  • Fix the user orders url, change the view to link to it.
  • #2654884 by vasike: Hide the product author and creation date by default.
  • #2646196 by mglaman: Create the order view route and mode for users
  • #2654464 by vasike: Current user or role Views argument validator
  • #2646214 by GoZ, mglaman: Create an order history route and view for users
  • 2654124: Made the creation date hidden
  • #2653542 by bojanz: Prefix order workflows with 'order_'
  • #2650838 by vasike, bojanz: Add a test for the cart page
  • Move the cart views plugins from src/views/Field to src/views/field
  • Rebase CartRefreshTest on top of CommerceTestBase.
  • Limit the AddToCart formatter to the variations field.
  • #2617638 followup by vasike: Clean up CommerceTestBase
  • #2649596 by vasike: Add order form - Place the order on a different date option
  • Fix a few remaining instances of camelCase variable usage.
  • #2617638 by vasike, mglaman: Create a CommerceTestBase
  • Fix incorrect formatter id.
  • #2646364: Create the line item reference view formatter
  • Namespace the plugins (prepend 'commerce_').
  • Update the build script to skip updating core dependencies.
  • Rewrite the README
  • #2649594: Provide information context to reassign order
  • #2626972 by bojanz, JulienD: Move the store selector to the sidebar
  • #2615398 by vasike: Create tests for currencies
  • #2649220: Test the reassign order form
  • Update travis to clone dependencies manually again, instead of relying on drush.
  • Add a state filter to the Orders view.
  • Fix notice caused by the EntityBundle filter handler.
  • Enable hide_single_bundle on the type filters for store/product.
  • Add a store views handler that can hide the field if there's only one store, use it for orders/carts.
  • Optimize and simplify the EntityBundle field.
  • Fix the build, breakage caused by missing entity_bundle filter schema.
  • Re-export the admin views for the entity_bundle filter, add missing dependency.
  • #2646892 by vasike: Create an entity bundle filter
  • #2641492 by mglaman: Create an action to reassign an order
  • Add a carts admin view, filter out carts on the order admin view.
  • #2641956 by mglaman: Improve the order listing
  • #2638958 by vasike: Views has problems using the purchased_entity field
  • #2644784: Provide theme hook and templates for orders
  • #2644790: All order base fields that are viewable on "view" display must be configurable
  • #2637022 by vasike: Convert camelCase to snake_case in commerce_product.
  • #2637022 by vasike: Convert camelCase to snake_case in commerce_price.
  • Replace fulfilment by fulfillment.
  • OrderForm and ProductForm need to have #tree => TRUE.
  • Clean up commerce_order (camelCase -> snake_case).
  • camelCase -> snake_case fixes in commerce_cart and commerce_store.
  • Improve the UX of the cart checkbox on the order form.
  • Add the placed timestamp.
  • Develop the default workflows further.
  • Rename order hostname to ip_address, expose it on the order edit form.
  • Improve the look of the email and cart order fields.
  • Implement the two-column order edit form layout.
Created by: bojanz
Created on: 22 Jan 2016 at 15:35 UTC
Last updated: 29 Aug 2018 at 16:55 UTC
Bug fixes
New features
Insecure

Other releases