commerce_userpoints_commerce_currency_info |
./commerce_userpoints.module |
Implements hook_commerce_currency_info(). |
|
|
commerce_userpoints_currencies |
./commerce_userpoints.module |
Returns the currently configured userpoints currencies. |
10 |
2 |
commerce_userpoints_currencies_delete |
./commerce_userpoints.admin.inc |
Form builder callback for the delete confirmation form. |
|
1 |
commerce_userpoints_currencies_delete_submit |
./commerce_userpoints.admin.inc |
Form submit callback for the delete confirmation form. |
|
|
commerce_userpoints_currencies_form |
./commerce_userpoints.admin.inc |
Form builder function to add a new userpoints category. |
|
1 |
commerce_userpoints_currencies_form_submit |
./commerce_userpoints.admin.inc |
Form submit callback, saves a new currency. |
|
|
commerce_userpoints_currencies_form_validate |
./commerce_userpoints.admin.inc |
Form validate callback for adding a new currency. |
|
|
commerce_userpoints_currencies_option_list |
./commerce_userpoints.module |
|
1 |
|
commerce_userpoints_currencies_page |
./commerce_userpoints.admin.inc |
Page callback for setting up userpoints currencies. |
|
1 |
commerce_userpoints_discount_clear_order |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Delete all userpoints line items on an order.
(Function copied from Commerce_shipping) |
2 |
|
commerce_userpoints_discount_commerce_checkout_pane_info |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Implements hook_commerce_checkout_pane_info(). |
|
|
commerce_userpoints_discount_commerce_line_item_type_info |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Implements hook_commerce_line_item_type_info(). |
|
|
commerce_userpoints_discount_commerce_price_component_type_info |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Implements hook_commerce_price_component_type_info(). |
|
|
commerce_userpoints_discount_configure_line_item |
commerce_userpoints_discount/commerce_userpoints_discount.module |
This function is called by the line item module when it is enabled or this
module is enabled. |
|
1 |
commerce_userpoints_discount_entity_delete |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Implements hook_entity_delete(). |
|
|
commerce_userpoints_discount_form_commerce_checkout_form_checkout_alter |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Implements hook_form_FORM_ID_alter(). |
|
|
commerce_userpoints_discount_get_applicable_order_discount |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Retrieve the order total for selected components. |
3 |
|
commerce_userpoints_discount_line_item_add_form |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Returns the elements necessary to add a product line item through a line item
manager widget. |
|
|
commerce_userpoints_discount_line_item_add_form_submit |
commerce_userpoints_discount/commerce_userpoints_discount.module |
|
|
|
commerce_userpoints_discount_line_item_factory_new |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Safely create or retrieve a userpoints line item from an order.
Only one userpoints line item can be created for an order, if the order
already have a userpoints line item, it will be returned. |
1 |
|
commerce_userpoints_discount_line_item_populate |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Helper function to populate a userpoints commerce_line_item. |
2 |
|
commerce_userpoints_discount_line_item_save |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Saves the line item in the database and add it to the appropriate order |
1 |
|
commerce_userpoints_discount_line_item_title |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Returns an appropriate title for this line item. |
|
|
commerce_userpoints_discount_menu |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Implements hook_menu(). |
|
|
commerce_userpoints_discount_order_has_userpoint_line_item |
commerce_userpoints_discount/commerce_userpoints_discount.module |
This function checks if an order already have a userpoint line_item type attached to it. |
2 |
|
commerce_userpoints_discount_pane_checkout_form |
commerce_userpoints_discount/includes/commerce_userpoints_discount.checkout_pane.inc |
Form implementation set in commerce_userpoints_discount_commerce_checkout_pane_info(). |
|
|
commerce_userpoints_discount_pane_review |
commerce_userpoints_discount/includes/commerce_userpoints_discount.checkout_pane.inc |
Implements the callback for the checkout pane review form. |
|
|
commerce_userpoints_discount_pane_settings_form |
commerce_userpoints_discount/includes/commerce_userpoints_discount.checkout_pane.inc |
Checkout pane callback: returns the cart contents pane's settings form. |
|
|
commerce_userpoints_discount_remove_credit_callback |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Callback function for commerce_userpoints_discount_pane_checkout_form()
This function calls commerce_userpoints_discount_clear_order() to remove all the userpoints
line item of the current order |
|
1 |
commerce_userpoints_discount_settings_form |
commerce_userpoints_discount/commerce_userpoints_discount.admin.inc |
Form callback for commerce_userpoints_discount_menu(). |
|
1 |
commerce_userpoints_discount_uninstall |
commerce_userpoints_discount/commerce_userpoints_discount.install |
Implement hook_uninstall(). |
|
|
commerce_userpoints_discount_userpoints_info |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Implements hook_userpoints_info(). |
|
|
commerce_userpoints_discount_use_credit_callback |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Function called by commerce_userpoints_discount_use_credit_callback_input() and
commerce_userpoints_discount_use_credit_callback_all().
Perform the creation of the line item for the current order. |
2 |
|
commerce_userpoints_discount_use_credit_callback_all |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Callback function for commerce_userpoints_discount_pane_checkout_form()
This function calls the commerce_userpoints_discount_use_credit_callback with the parameters
set for the case where the user wishes to use all his points for the current order |
|
1 |
commerce_userpoints_discount_use_credit_callback_input |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Callback function for commerce_userpoints_discount_pane_checkout_form()
This function calls the commerce_userpoints_discount_use_credit_callback with the parameters
set for the case where the user wishes to use a specified amount of points |
|
1 |
commerce_userpoints_discount_views_api |
commerce_userpoints_discount/commerce_userpoints_discount.module |
Implements hook_views_api(). |
|
|
commerce_userpoints_discount_views_default_views |
commerce_userpoints_discount/includes/views/commerce_userpoints_discount.views_default.inc |
Implements hook_views_default_views(). |
|
|
commerce_userpoints_help |
./commerce_userpoints.module |
Implements hook_help(). |
|
|
commerce_userpoints_load |
./commerce_userpoints.module |
Load a userpoints currency based on the code. |
2 |
|
commerce_userpoints_menu |
./commerce_userpoints.module |
Implements hook_menu(). |
|
|
commerce_userpoints_payment_method_ajax_render_alter |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
Implements hook_ajax_render_alter(). |
|
|
commerce_userpoints_payment_method_commerce_payment_method_info |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
Implements hook_commerce_payment_method_info(). |
|
|
commerce_userpoints_payment_method_form_commerce_checkout_form_checkout_alter |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
Implements hook_form_FORM_ID_alter(). |
|
|
commerce_userpoints_payment_method_get_credit_limit |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
Returns the current points credit limit. |
2 |
|
commerce_userpoints_payment_method_get_exchange_rate |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
Returns the exchange rate of the order currency. |
4 |
|
commerce_userpoints_payment_method_get_required_points |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
|
2 |
|
commerce_userpoints_payment_method_settings_form |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
Payment method callback; return the settings form for a payment method. |
|
|
commerce_userpoints_payment_method_submit_form |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
Payment method callback: submit form. |
|
|
commerce_userpoints_payment_method_submit_form_submit |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
Payment method callback: submit form submission. |
|
|
commerce_userpoints_payment_method_submit_form_validate |
commerce_userpoints_payment_method/commerce_userpoints_payment_method.module |
Payment method callback: submit form validation. |
|
|