WC_Legacy_Cart::get_cart_discount_tax_total()

Get the total of all cart tax discounts (used for discounts on tax inclusive prices).


Description Description


Return Return

(float)


Top ↑

Source Source

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

	public function get_cart_discount_tax_total() {
		return $this->get_discount_tax();
	}

Top ↑

User Contributed Notes User Contributed Notes

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