commerce_userpoints.admin.inc |
commerce_userpoints.admin.inc |
|
Administration page callbacks for the commerce_userpoints module. |
commerce_userpoints.info |
commerce_userpoints.info |
|
name = Commerce Userpoints
description = Provides common settings and functionality for the various Commerce Userpoints modules.
core = 7.x
configure = admin/commerce/config/currency/userpoints
package = Commerce (contrib)
dependencies[] =… |
commerce_userpoints.module |
commerce_userpoints.module |
|
Hook implementations and API functions for the commerce_userpoints module. |
commerce_userpoints_discount.admin.inc |
commerce_userpoints_discount/commerce_userpoints_discount.admin.inc |
|
|
commerce_userpoints_discount.checkout_pane.inc |
commerce_userpoints_discount/includes/commerce_userpoints_discount.checkout_pane.inc |
|
Implements the different hook required by Drupal Commerce module to display specific Checkout Panes |
commerce_userpoints_discount.info |
commerce_userpoints_discount/commerce_userpoints_discount.info |
|
name = Commerce Userpoints Discount
description = Allow commerce customer to create a line item using userpoints points
package = Commerce (contrib)
core = 7.x
dependencies[] = userpoints
dependencies[] = commerce_line_item
dependencies[] =… |
commerce_userpoints_discount.install |
commerce_userpoints_discount/commerce_userpoints_discount.install |
|
Install, update and uninstall functions for the commerce_userpoints_discount module. |
commerce_userpoints_discount.module |
commerce_userpoints_discount/commerce_userpoints_discount.module |
|
The module core functions |
commerce_userpoints_discount.views_default.inc |
commerce_userpoints_discount/includes/views/commerce_userpoints_discount.views_default.inc |
|
Default views for commerce cart summary |
commerce_userpoints_payment_method.info |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.info |
|
name = Commerce Userpoints Payment method
description = Adds a payment provider which allows to pay with points.
package = Commerce (contrib)
core = 7.x
dependencies[] = userpoints
dependencies[] = commerce_payment
dependencies[] = commerce_userpoints |
commerce_userpoints_payment_method.module |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
|
|
INSTALL.txt |
commerce_userpoints_discount/INSTALL.txt |
|
----------------
Installation
----------------
- Enable the module
- Create a taxonomy term in userpoints vocabulary (Say "Credit" for instance)
- Go to Store > Config > Commerce points settings
--> Setup the taxonomy term that will… |
README.txt |
README.txt |
|
----------------
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… |