WC_Legacy_Cart::get_cart_discount_total()

Get the total of all cart discounts.


Description Description


Return Return

(float)


Top ↑

Source Source

File: includes/legacy/class-wc-legacy-cart.php

	public function get_cart_discount_total() {
		return $this->get_discount_total();
	}


Top ↑

User Contributed Notes User Contributed Notes

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