Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
144.79 KB
MD5: 21bc07a0a5ead3e84af8459b0a470008
SHA-1: c1460d5414992140df434358ceccf3b1075b7b21
SHA-256: 1d234380c272135fd5a0eaa6743f8779bef8c9d0c1a46acc22a74b8e6794c89a
Download zip
327.47 KB
MD5: 85126732530da73c6c4ba2d4e2122d7b
SHA-1: 3dc9ac656133926f8cbdf04d2ed95727e9c32f44
SHA-256: 27960c2fb6fd8dd2e0a90e2e34fdb7d6893dfbecc2accf1e755505e4cb0e4893
Release notes
Important: Commerce 2.x alphas are NOT production ready. No upgrade path is provided between alphas. A full reinstall is needed each time.
Blog post: https://drupalcommerce.org/blog/44226/commerce-20-alpha3-released
Installation instructions: http://docs.drupalcommerce.org/v2/install.html
Changes since 8.x-2.0-alpha2:
- Fix administrative view titles, add non breaking space to the cart block quantity.
- The AddToCart form needs to set the line item unit price.
- Small cleanups in CartBlock.
- Fix Price::isEmpty().
- Start using commerce_get_entity_display() in commerce_order.
- #2660280 by harings_rob, bojanz: New product types do not display variations field by default
- #2679383 by bojanz: Variation title form element hiding only works once
- #2631172 by harings_rob, bojanz: Change product variation label logic
- Improve the variation API for attributes.
- #2676578 by mglaman, bojanz: Start storing the variation title, allow autogeneration to be turned off
- #2669016 by czigor: Ensure that removing Commerce modules removes their configuration
- Merge the variation manager into the variation storage, start using it in the attributes widget.
- Merge pull request #340 from bojanz/add-to-cart-form-ng
- Hide irrelevant purchased_entity widgets on the form display edit form.
- Convert the form to a content entity form, start using the attributes widget.
- Export the add_to_cart form mode, fix config dependencies, fix the form display creation code.
- Initial work on converting the add to cart form to a line item form.
- Revert "Issue #2675836 by mglaman: Variation is not properly factoring attribute dependencies when selecting from user input"
- #2675316 by heykarthikwithu: Remove unused imports in the code base, double semicolon
- #2668366 by rakesh.gectcr: Replace the dprecated entityManager()
- Merge pull request #343 from bojanz/bundle-cleanup
- #2675836 by mglaman: Variation is not properly factoring attribute dependencies when selecting from user input
- Add the LineItemTypeMap service.
- Append 'Id' to any getter/setter that deals with ids and not full objects.
- Merge pull request #339 from drupalcommerce/2674840
- #2674840: Line item baseFieldDefinitions has bad field widget plugin IDs
- #2674232: Add test for tax types
- Fix the commerce_tax_type config schema and annotation.
- Fix the namespace of AvailabilityManagerTest.
- Fix crashes in commerce_tax.
- Use a less strict comparison for the store count check.
- Fix past mistakes.
- Update inline forms for latest API changes.
- Merge pull request #333 from mglaman/2652768-cart-form-tests
- #2652768 by vasike, mglaman: AddToCartForm tests
- #2612572 by vasike, fgm, bojanz: Add bulk operations to the store/product/order views
- Optimize the views field/filter hiding by moving the logic to access().
- #2659080: Add overflow:scroll to the cart dropdown
- #2663726 by harings_rob: Remove @file from all classes
- #2663652 by harings_rob: Fix Order::load in testDeleteOrder test
- Fix setDescription() call doesn't call the t() function.
- Fixed deprecated entity_create.
- Fixed deprecated urlInfo.
- #2663656 by mglaman, harings_rob: Remove used of deprecated ::getLabel in entity list builder classes
- Fix notice caused by not initialized in the first loop iteration.
- Remove the broken TaxTypeTest, it needs to be rewritten.
- Add attribute selection to the add to cart form.
- #2660274 by mglaman: Disable the variation type field when editing product types
- First pass at rewriting commerce_tax.
- Merge pull request #321 from mglaman/fix-variation-manager-interface
- Fix and improve product variation service
- Merge pull request #319 from mglaman/2660300-hide-variations-select-if-one
- #2660300: Do not display variation dropdown if only one variation
- Merge pull request #318 from mglaman/2472263-shopping-cart-block
- #2472263 by vasike, smccabe, mglaman: Create a Shopping cart block
- #2658240 by vasike: Store theming and templates
- Stop importing the USD/EUR/GBP currencies by default.
- #2658314 by vasike: Import multiple currencies at once
- #2658730 by heykarthikwithu: Remove unused imports in the code base
- #2656768 by harings_rob: Hide the product / order forms if there are no stores
- Merge pull request #315 from joshmiller83/simple-cart
- #2654884 by vasike, bojanz: Add a template for products
- Rename the product_form theme to commerce_product_form.
- #2472263: Add cart icon
- #2656222 by vasike: Improve test for Commerce entities UI/admin
- Clean up the order template code.
- #2640490 by vasike: Show the rendered purchased entity in the cart
- Fix the price widgets/formatters being disabled cause their field_type was invalid.