You are here

constant LINE_ITEM_KEY_NAME in Ubercart Discounts (Alternative) 6.2

6 uses of LINE_ITEM_KEY_NAME
add_discount_line_items_to_order in uc_discounts/uc_discounts.module
Add discount line items to order
get_existing_discount_line_items in uc_discounts/uc_discounts.module
Returns existing discounts line items for order.
uc_discounts_form_uc_cart_checkout_form_alter in uc_discounts/uc_discounts.module
Implementation of hook_form_FORM_ID_alter() Ensures that javascript for adding discounts is added to checkout, regardless of whether discounts pane is used.
uc_discounts_js_calculate in uc_discounts/uc_discounts.module
AJAX callback for discounts calculation.
uc_discounts_line_item in uc_discounts/uc_discounts.module
Implementation of Ubercart's hook_line_item().

... See full list

File

uc_discounts/uc_discounts.module, line 41

Code

define("LINE_ITEM_KEY_NAME", "uc_discounts");