LLMS_Order::get_transaction_total( stirng $type = 'amount' )

SQL query to retrieve total amounts for transactions by type


Description Description


Parameters Parameters

$type

(Optional) 'amount' or 'refund_amount'

Default value: 'amount'


Top ↑

Return Return

(float)


Top ↑

Source Source

File: includes/models/model.llms.order.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.35.0 Prepare SQL query properly.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.