LLMS_Coupon::applies_to_product()
Method: Determine if a coupon can be applied to a specific product
Source: includes/models/model.llms.coupon.php:80
Method: Determine if a coupon can be applied to a specific product
Source: includes/models/model.llms.coupon.php:80
Method: Retrieve the timestamp of a coupon expiration date Transforms the expiration date to a timestamp and adds 23 hours 59 minutes and 59 seconds to the date Coupons expire end of day on the expiration date (EG: 2015-12-01 @ 23:59:59)
Source: includes/models/model.llms.coupon.php:99
Method: Get the formatted coupon amount with currency symbol and/or percentage symbol
Source: includes/models/model.llms.coupon.php:132
Method: Get the discount type for human reading and allow translation
Source: includes/models/model.llms.coupon.php:114
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:152
Method: Get the number of remaining uses calculated by subtracting # of uses from the usage limit
Source: includes/models/model.llms.coupon.php:163
Method: Get the number of times the coupon has been used
Source: includes/models/model.llms.coupon.php:186
Method: Determine if the main (non-trial) price is discounted by this coupon
Source: includes/models/model.llms.coupon.php:210
Method: Determine if a coupon has uses remaining
Source: includes/models/model.llms.coupon.php:218
Method: Determine if trial amount discount is enabled for the coupon
Source: includes/models/model.llms.coupon.php:232