LLMS_Order::get_transaction_total()
Method: SQL query to retrieve total amounts for transactions by type
Source: includes/models/model.llms.order.php:884
Method: SQL query to retrieve total amounts for transactions by type
Source: includes/models/model.llms.order.php:884
Method: Get the start date for the order gets the date of the first initially successful transaction if none found, uses the created date of the order
Source: includes/models/model.llms.order.php:936
Method: Retrieve an array of transactions associated with the order according to supplied arguments
Source: includes/models/model.llms.order.php:977
Method: Get the formatted coupon amount with a currency symbol or percentage
Source: includes/models/model.llms.order.php:602
Method: Retrieve the customer’s full name
Source: includes/models/model.llms.order.php:627
Method: An array of default arguments to pass to $this->create() when creating a new post
Source: includes/models/model.llms.order.php:643
Method: Retrieve the payment gateway instance for the order’s selected payment gateway
Source: includes/models/model.llms.order.php:673
Method: Get the initial payment amount due on checkout This will always be the value of “total” except when the product has a trial
Source: includes/models/model.llms.order.php:691
Method: Called after inserting a new order into the database
Source: includes/models/model.llms.order.php:235
Method: Calculate the date when billing should applicable to orders created from plans with a set # of billing intervals
Source: includes/models/model.llms.order.php:248