8 calls to uc_coupon_load() in Ubercart Discount Coupons 7.2
- uc_coupon_delete in ./
uc_coupon.entity.inc - uc_coupon_find in ./
uc_coupon.module - Load a coupon (single or bulk) from the supplied code.
- uc_coupon_handler_field_codes::pre_render in views/
uc_coupon_handler_field_codes.inc - Expand the coupon codes for each coupon in the result set.
- uc_coupon_purchase_create_action in uc_coupon_purchase/
uc_coupon_purchase.rules.inc - Action callback to give user a coupon
- uc_coupon_purchase_feature_form_submit in uc_coupon_purchase/
uc_coupon_purchase.module - Submit handler for uc_coupon_purchase_feature form.
- uc_coupon_purchase_uc_order in uc_coupon_purchase/
uc_coupon_purchase.module - Implements hook_uc_order().
- uc_coupon_workflow_apply in uc_coupon_workflow/
uc_coupon_workflow.rules.inc - Action callback to apply a coupon. This simply adds the coupon to the session; it is validated later.
- uc_coupon_workflow_assign in uc_coupon_workflow/
uc_coupon_workflow.rules.inc - Action callback to assign a coupon to a user.