Warning: This method has been deprecated. Coupons can not be applied after tax instead.

WC_Legacy_Cart::apply_cart_discounts_after_tax( $values,  $price )

Function to apply cart discounts after tax.


Description Description


Parameters Parameters

$values

(Required)

$price

(Required)


Top ↑

Source Source

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

	public function apply_cart_discounts_after_tax( $values, $price ) {
		wc_deprecated_function( 'apply_cart_discounts_after_tax', '2.3' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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