Install
Works with Drupal: ^8 || ^9Using 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
- Issue #3191320: remove install file with old update hook.: remove install file with old update hook
- Issue #3191843: Use integer instead of decimal for discount percentage by TonyTheFerg, ericchew: Use integer instead of decimal for discount percentage
- Issue #3192429: Check that variation prices match before combining them as matched order items by TonyTheFerg, mglaman: Check that variation prices match before combining them as matched order items
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_quantityis on. - Added Vado Group listbuilder rows, and added an "Add Group" button to the
commerce_vado_groupview
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:
- 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 rundrush cexto get them in your config folder for the site. - You can then delete the old
dicount_multiplierandparent_discountinstances through the UI anddrush cex, then delete the field.storage.yml files from your config folder, anddrush cim. - We also changed the name of the
dicount_mulitplierfield in the groups entity togroup_discount, so you will needdrush entupusing Devel Entity Updates to change over to the new field.