You are here

README.txt in Commerce userpoints 7

----------------
Summary
----------------
This module makes a bridge between Drupal Commerce module and Userpoints.

It allows users to create commerce line items with negative points value,
behaving like a discount system.
The user can choose how many points he wants to use, they will be automatically
 taken from his userpoints account.

There are 3 modules in this project, they are:
  commerce userpoints
  commerce userpoints payment method
  commerce userpoints discount


Each of them supply different functionality. List in below.
  commerce userpoints
		1. This module let you create a point currency. The created point currency can
    be used to pricing your product, just like USD does:)
    2. To create your own point currency, please go to "admin/commerce/config/currency/userpoints",    Then you will know how to create.
  

  commerce userpoints payment method
    1. This module define a new payment mothed : point payment. Just enable this
  submodule and place an order, on the order payment page, you will see there 
  a new payment mothed in the list.
    2. To config, like the rate etc, please goto "admin/commerce/config/payment-methods",
    find the payment method named "Points", then edit it; in the new page, go to "Actions" 
    section, edit the elements named "Enable payment method: Points", then you can config it.


  commerce userpoints discount
		1. This module act a point discount system. You can use point as discount when you check out.
		2. To config it, go to "admin/commerce/config/commerce-userpoints/discount".

File

README.txt
View source
  1. ----------------
  2. Summary
  3. ----------------
  4. This module makes a bridge between Drupal Commerce module and Userpoints.
  5. It allows users to create commerce line items with negative points value,
  6. behaving like a discount system.
  7. The user can choose how many points he wants to use, they will be automatically
  8. taken from his userpoints account.
  9. There are 3 modules in this project, they are:
  10. commerce userpoints
  11. commerce userpoints payment method
  12. commerce userpoints discount
  13. Each of them supply different functionality. List in below.
  14. commerce userpoints
  15. 1. This module let you create a point currency. The created point currency can
  16. be used to pricing your product, just like USD does:)
  17. 2. To create your own point currency, please go to "admin/commerce/config/currency/userpoints", Then you will know how to create.
  18. commerce userpoints payment method
  19. 1. This module define a new payment mothed : point payment. Just enable this
  20. submodule and place an order, on the order payment page, you will see there
  21. a new payment mothed in the list.
  22. 2. To config, like the rate etc, please goto "admin/commerce/config/payment-methods",
  23. find the payment method named "Points", then edit it; in the new page, go to "Actions"
  24. section, edit the elements named "Enable payment method: Points", then you can config it.
  25. commerce userpoints discount
  26. 1. This module act a point discount system. You can use point as discount when you check out.
  27. 2. To config it, go to "admin/commerce/config/commerce-userpoints/discount".