CHANGELOG.txt |
CHANGELOG.txt |
|
Commerce (Product Display Manager)
7.x-1.x, 2013-03-26
------------------------------
* Added: explicit delta queried from the product reference field.
* Fixed: Query implicitly filters product nodes without a product references.
* Issue #1323376 by… |
commerce_pdm.admin.inc |
commerce_pdm.admin.inc |
|
|
commerce_pdm.info |
commerce_pdm.info |
|
name = Commerce (Product Display Manager)
description = Simplifies managing the relationship between products and product display nodes.
package = Commerce (contrib)
core = 7.x
files[] = commerce_pdm.admin.inc
dependencies[] =… |
commerce_pdm.module |
commerce_pdm.module |
|
Commerce Display Manager Module. |
commerce_pdm_product_clone.inc |
commerce_pdm_product_clone.inc |
|
|
commerce_pdm_product_display_manager_form.css |
commerce_pdm_product_display_manager_form.css |
|
#commerce_pdm_product_display_manager tr.display-node {
font-weight: bold;
border-top: 1px solid #7f7f7f;
}
#commerce_pdm_product_display_manager tr.display-node.orphans {
font-weight: bold;
font-style: italic;
border-top: 3px solid… |
commerce_pdm_product_form_reference.css |
commerce_pdm_product_form_reference.css |
|
/**
* The long names are created by the $form['#tree'] property.
*/
#commerce_pdm_product_referenced_by {
margin-top: 10px;
}
#commerce_pdm_product_referenced_by .hidden {
display: none… |
README.txt |
README.txt |
|
Commerce (Product Display Manager)
------------------------
by Max Nylin, max@articstudios.se.
Description
-----------
This module simplifies managing the relationship between products and product
display nodes.
Current features:
1. A dedicated… |