LLMS_Coupon::get_products()
Method: Get an array of all products the coupon can be used with Combines $this->coupon_courses & $this->coupon_membership
Source: includes/models/model.llms.coupon.php:160
Method: Get an array of all products the coupon can be used with Combines $this->coupon_courses & $this->coupon_membership
Source: includes/models/model.llms.coupon.php:160
Method: Get the number of remaining uses calculated by subtracting # of uses from the usage limit
Source: includes/models/model.llms.coupon.php:172
Method: Get the number of times the coupon has been used
Source: includes/models/model.llms.coupon.php:196
Method: Determine if trial amount discount is enabled for the coupon
Source: includes/models/model.llms.coupon.php:247
Method: Get an array of student IDs based on enrollment status in the membership
Source: includes/models/model.llms.membership.php:276
Method: Remove a course from auto enrollment
Source: includes/models/model.llms.membership.php:400
Class: LLMS_Coupon model.
Source: includes/models/model.llms.coupon.php:31
Method: Determine if the coupon can be applied to an access plan
Source: includes/models/model.llms.coupon.php:57
Method: Determine if a coupon can be applied to a specific product
Source: includes/models/model.llms.coupon.php:86
Class: LLMS_Membership model class
Source: includes/models/model.llms.membership.php:36