Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This release is primarily bugfix release.
The only new feature added is an extra filter which allows one to filter on bundles of product display nodes when more then one bundle contains a product reference field. This feature was added after an bugfix/performance overhaul of the base query which generates the drag-and-drop overview list interface.
Changelog
* Added: explicit delta queried from the product reference field.
* Fixed: Query implicitly filters product nodes without a product references.
* Issue #1323376 by netsensei: refactored the query generating the product/displays list to cater for multiple display types. Contains an overhaul of the filter logic and a new filter Product display type
* Issue #1337522 by joachim: labels and titles should be in sentence case
* Issue #1426350 by netsensei: unprepared node object ignores any bundle defaults (promote, i18n,...)
* By netsensei: refactoring the query which retrieves products on the node/x/products tab of a product display
* Issue #1418736 by Denes.Szabo: PDM overwrites #after_build property on the commerce_pdm_product_display_manager_form.
* Issue #1758372 by netsensei: Faulty field language assignment breaks product references in the Quick reference widget
* Issue #1679286 by netsensei: Fix faulty form tampering which breaks product revisioning on product edit/create
* Issue #1467764 by netsensei: Fixed issue where incorrect field language seemingly breaks drag-n-drop of display manager
* Issue #1220286 by Denes.Szabo: Fix products referenced by a translated product display being retrieved incorrectly
* Issue #1287176 by GiorgosK: removed unnecessary check_plain
* Issue #1536842 by TheEdonian: Fixed Cloning a product via the display manager gives errors
* Issue #1323892 by joachim: Improved UI text when referencing displays from a product edit form
* Issue #1239368 by superstar: corrected permission in commerce_pdm_access_products_tab from "access content" to "access product display manager"