Install

Works with Drupal: ^9.3 || ^10

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 827.74 KB
MD5: 6d644c507b7a5249bbbb86ed092b44b3
SHA-1: ea77939e66e19c33f3b6a04e9f254181e76cc56d
SHA-256: f1a5003e2b00021a9d0570916016d3e828b9992889c19296b83e68afd878abe7
Download zip 1.64 MB
MD5: 172e96396cf2a613ffb5a74d1c4647d7
SHA-1: 6b855b70e0f41c47b7352db90c983697d03cd84d
SHA-256: fcfc157a8fd7f3f24a1607d315d02e181c3461510d6b469276d10b60840ec058

Release notes

Introducing a new store dashboard, bugfixes and more.

Drupal Commerce dashboard

Note: some dashboard functionality can be disabled by setting the following variables to FALSE in settings.php, though the inbox should remain to present messages generated during module update or installation hooks.

  • commerce_dashboard_show_toolbar_link (disable toolbar link with unread indicator)
  • commerce_dashboard_fetch_inbox_messages (do not get messages from project feed)

Further customize the dashboard from your own contributed modules or site-specific customizations via hook_commerce_dashboard_page_build_alter().

Other updates to note

Commerce Core now requires Address 2.x. If you encounter issues while updating to Commerce Core 2.37, explicitly updating the Address module at the same time might be required using the following command:

composer require 'drupal/commerce:^2.37' 'drupal/address:^2.0' -W

Additionally, to improve the dashboard utility, this new release moves the product attributes menu item into the configuration menu hierarchy. This reflects a similar change in the coordinated Commerce Shipping release, which moves the shipping method menu item.

Contributors (40)

czigor, loze, jsacksick, khiminrm, kaszarobert, geek-merlin, lisastreeter, rszrama, majmunbog, vmarchuk, TomTech, Mohd Sahzad, tibezh, tBKoT, bojanz, dzhebrak, alexpott, edwardsay, Jing Qian, mglaman, Nigel Cunningham, rinasek, jefuri, NightAr, k.prozorov, andyrigby, mrhorse, xavier.masson, mbovan, Morbus Iff, RedwanJamous, ts.ag, viren18febS, Patryk Padus, tonytheferg, athenenyarai@gmail.com, Anybody, MacSim, firfin, Upchuk

Changelog

Issues: 59 issues resolved.

Changes since 8.x-2.36:

Bug

Feature

Task

Created by: jsacksick
Created on: 31 Dec 2023 at 07:20 UTC
Last updated: 17 Jan 2024 at 15:04 UTC
Bug fixes
New features

Other releases