LLMS_Order::get_coupon_amount( string $payment = 'regular' )
Get the formatted coupon amount with a currency symbol or percentage
Description Description
Parameters Parameters
- $payment
-
(Optional) coupon discount type, either 'regular' or 'trial'
Default value: 'regular'
Return Return
(string)
Source Source
File: includes/models/model.llms.order.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |