forked from ajitdev/commerce_product_kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
25 lines (22 loc) · 803 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
COMMERCE PRODUCT KIT
====================
Provides a "field formatter" for the "product reference" or an
"entity reference" fields to add all the commerce products referenced that
field to the cart at once.
INSTRUCTIONS
============
1. Download and install the module.
2. Create a content type.
3. Add a multivalued "product reference field" or an "entity reference" field
pointing to "Commerce product" entity.
4. Under manage display select "Product kit" as the display formatter for the
new field.
TO TEST
=======
1. Create content of the content type created.
2. Select some products in reference field.
3. On the product node page, click on "Add to cart" button.
4. All the products referenced by the field get added to the cart!
MAINTAINERS
===========
AjitS (https://drupal.org/u/ajits)