You are here

README.txt in Commerce Coupon 7.2

Same filename and directory in other branches
  1. 7 README.txt
Commerce Coupon
===============

Description
-----------

Commerce Coupon module provides coupon functionality for Drupal Commerce
(http://drupal.org/project/commerce).

This module provides a framework for

Commerce Coupon is flexible and customisable:
- Coupon code entry is a condition for Commerce Discount application. Discounts
  that have coupon codes may use any of the other available inline conditions as
  well.
- Coupons are fieldable entities, meaning that custom fields can be added to
  each coupon type.

Dependencies
------------

Drupal Commerce and all of its dependencies
Entity Reference
Commerce Discount

Configuration
-------------

Commerce Coupon provides the default "Discount Coupon" type, which is used for
tracking coupon codes that confer Commerce Discounts.

Configuration options for Discount coupons can be found at: Store > Coupons >
Coupon Types > Discount Coupon.

There is no longer a UI for creating new coupon types. This must now be done in
code.

To set up a discount that uses a coupon code:

- Create a discount (Store > Discounts, "create discount").
- In the "Coupons" section, add one or more coupon codes.
- Save discount

There is also a separate UI for managing coupon entities themselves
- Create a Discount Coupon (Store > Coupons > Create Coupon > Discount Coupon).
- In the discount reference field, select a Discount.
- Save Coupon.

File

README.txt
View source
  1. Commerce Coupon
  2. ===============
  3. Description
  4. -----------
  5. Commerce Coupon module provides coupon functionality for Drupal Commerce
  6. (http://drupal.org/project/commerce).
  7. This module provides a framework for
  8. Commerce Coupon is flexible and customisable:
  9. - Coupon code entry is a condition for Commerce Discount application. Discounts
  10. that have coupon codes may use any of the other available inline conditions as
  11. well.
  12. - Coupons are fieldable entities, meaning that custom fields can be added to
  13. each coupon type.
  14. Dependencies
  15. ------------
  16. Drupal Commerce and all of its dependencies
  17. Entity Reference
  18. Commerce Discount
  19. Configuration
  20. -------------
  21. Commerce Coupon provides the default "Discount Coupon" type, which is used for
  22. tracking coupon codes that confer Commerce Discounts.
  23. Configuration options for Discount coupons can be found at: Store > Coupons >
  24. Coupon Types > Discount Coupon.
  25. There is no longer a UI for creating new coupon types. This must now be done in
  26. code.
  27. To set up a discount that uses a coupon code:
  28. - Create a discount (Store > Discounts, "create discount").
  29. - In the "Coupons" section, add one or more coupon codes.
  30. - Save discount
  31. There is also a separate UI for managing coupon entities themselves
  32. - Create a Discount Coupon (Store > Coupons > Create Coupon > Discount Coupon).
  33. - In the discount reference field, select a Discount.
  34. - Save Coupon.