You are here

8 calls to uc_coupon_find() in Ubercart Discount Coupons 7.3

hook_uc_coupon_validate in ./uc_coupon.api.php
Add extra validation to a coupon.
uc_coupon_calculate_discounts in ./uc_coupon.module
Find items that a coupon will apply to and calculate the discounts.
uc_coupon_form_submit in ./uc_coupon.module
Submit handler for the uc_coupon form.
uc_coupon_get_order_coupons in ./uc_coupon.module
Gets the fully validated coupon objects that have been applied to this order.
uc_coupon_recurring_recurring_renewal_pending in uc_coupon_recurring/uc_coupon_recurring.module
Implements hook_recurring_renewal_pending().
uc_coupon_uc_coupon_validate in ./uc_coupon.module
Implements hook_uc_coupon_validate().
uc_coupon_uc_update_cart_item in ./uc_coupon.module
Implements hook_uc_update_cart_item(). Remove a coupon from the order when the "Remove" button is clicked.
uc_coupon_validate in ./uc_coupon.module
Validate a coupon, and optionally calculate the order discount.