Install

Works with Drupal: ^8 || ^9

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 31.56 KB
MD5: b3fd7f7adc35077f62748b36ee89a1fe
SHA-1: 75103d868cb36f67e07f254b0d8f74a4e3eaef38
SHA-256: c9b10ea1bb1da4bfee13bcac25c9728399fe29423d096380ce6dd1669f4e4b9a
Download zip 55.48 KB
MD5: b60b90df295d7bc5b47343c04684dd4a
SHA-1: 93b647802eb654258e4c51fad5b4f1a93da45849
SHA-256: 2425e50e61ca51162722fef9f9bdf26662068729cc0dbbd522060a39f9d0f2f5

Release notes

New features:

  • Added commerce_vado_group view and a "Group" view tab on the product display for showing only the vado groups belong to that product
  • Set the remove button text to "Remove Bundle" for parent item if sync_quantity is on.
  • Added Vado Group listbuilder rows, and added an "Add Group" button to the commerce_vado_group view

Updating from alpha1:

In Issue #3191843: Use integer instead of decimal for discount percentage,
We changed the field name for the dicount_multiplier to bundle_discount, and also changed the parent_discount field to include_parent. There is no upgrade path from the old fields to the new fields, so here is what you can do to manually upgrade:

  1. You can get the new fields and the new view into your storage by running: drush cim --partial --source=modules/contrib/commerce_vado/config/install. Then run drush cex to get them in your config folder for the site.
  2. You can then delete the old dicount_multiplier and parent_discount instances through the UI and drush cex, then delete the field.storage.yml files from your config folder, and drush cim.
  3. We also changed the name of the dicount_mulitplier field in the groups entity to group_discount, so you will need drush entup using Devel Entity Updates to change over to the new field.
Created by: tonytheferg
Created on: 15 Jan 2021 at 14:18 UTC
Last updated: 19 Jan 2021 at 13:27 UTC
Bug fixes
New features

Other releases