WC_Tax::get_rate_code()
Method: Get a rates code. Code is made up of COUNTRY-STATE-NAME-Priority. E.g GB-VAT-1, US-AL-TAX-1.
Source: includes/class-wc-tax.php:723
Method: Get a rates code. Code is made up of COUNTRY-STATE-NAME-Priority. E.g GB-VAT-1, US-AL-TAX-1.
Source: includes/class-wc-tax.php:723
Method: Logical sort order for tax rates based on the following in order of priority.
Source: includes/class-wc-tax.php:331
Method: Loop through a set of tax rates and get the matching rates (1 per priority).
Source: includes/class-wc-tax.php:350
Filter Hook: Location matching criteria – ORed Needs to match: – rates with no postcodes and cities – rates with a matching postcode and city – rates with matching postcode, no city – rates with matching city, no postcode
Source: includes/class-wc-tax.php:441
Method: Get the customer tax location based on their status and the current page.
Source: includes/class-wc-tax.php:453
Method: Get’s an array of matching rates for a tax class.
Source: includes/class-wc-tax.php:481
Method: Get’s an array of matching rates for the shop’s base country.
Source: includes/class-wc-tax.php:523
Method: Does the sort comparison. Compares (in this order): – Priority – Country – State – Number of postcodes – Number of cities – ID
Source: includes/class-wc-tax.php:289
Method: Round to precision.
Source: includes/class-wc-tax.php:102
Method: Calc tax from inclusive price.
Source: includes/class-wc-tax.php:113