edd_get_cart_total( bool $discounts = false )

Get Total Cart Amount


Description Description

Returns amount after taxes and discounts


Parameters Parameters

$discounts

(Optional) Array of discounts to apply (needed during AJAX calls)

Default value: false


Top ↑

Return Return

(float) Cart amount


Top ↑

Source Source

File: includes/cart/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.4.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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