commerce_option.inc |
includes/commerce_option.inc |
|
|
commerce_option.info |
commerce_option.info |
|
name = Product Option
description = Let users define one or more field(s) as an optionset to a product.
package = "Commerce Product Enhancements"
core = 7.x
dependencies[] = commerce
dependencies[] = commerce_product_attributes
files[] =… |
commerce_option.install |
commerce_option.install |
|
|
commerce_option.module |
commerce_option.module |
|
|
commerce_option.views.inc |
includes/views/commerce_option.views.inc |
|
|
commerce_option_handler_field_option_list.inc |
includes/views/handlers/commerce_option_handler_field_option_list.inc |
|
|
commerce_option_list.css |
theme/commerce_option_list.css |
|
|
commerce_option_set.forms.inc |
includes/commerce_option_set.forms.inc |
|
|
commerce_option_set.inc |
includes/commerce_option_set.inc |
|
|
commerce_option_sets.css |
theme/commerce_option_sets.css |
|
.links.operations {
text-transform: lowercase;
} |
commerce_option_set_reference.info |
option_set_reference/commerce_option_set_reference.info |
|
name = Product Option Set Reference
description = This module enables to reference an option form to the an entity.
package = "Commerce Product Enhancements"
core = 7.x
dependencies[] = commerce_option
files[] =… |
commerce_option_set_reference.install |
option_set_reference/commerce_option_set_reference.install |
|
|
commerce_option_set_reference.module |
option_set_reference/commerce_option_set_reference.module |
|
|
README.txt |
README.txt |
|
Commerce Product Options
--------------------------------------
This module adds customizable products option to the "add to cart" form. The approach is generic,
so all field types / widget can be used. This module is works only for drupal… |