9 calls to uc_coupon_load() in Ubercart Discount Coupons 7.3
- UcCouponTestCase::createCoupon in tests/
uc_coupon.test - uc_coupon_data_property_get in ./
uc_coupon.entity.inc - Generic getter to extract properties from the coupon data array.
- 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_assign_action in uc_coupon_purchase/
uc_coupon_purchase.rules.inc - Action callback to assign a coupon to a user.
- 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.