Invokers
1 to 16 of 16
- WC_Cart::display_prices_including_tax() – Return whether or not the cart is displaying prices including tax, rather than excluding tax.
- WC_Cart::get_cart_contents_tax() – Gets cart tax amount.
- WC_Cart::get_cart_contents_taxes() – Get taxes.
- WC_Cart::get_cart_contents_total() – Gets cart total. This is the total of items in the cart, but after discounts. Subtotal is before discounts.
- WC_Cart::get_discount_tax() – Get discount_tax.
- WC_Cart::get_discount_total() – Get discount_total.
- WC_Cart::get_fee_tax() – Get total fee tax amount.
- WC_Cart::get_fee_taxes() – Get taxes.
- WC_Cart::get_fee_total() – Get total fee amount.
- WC_Cart::get_shipping_tax() – Get shipping_tax.
- WC_Cart::get_shipping_taxes() – Get taxes.
- WC_Cart::get_shipping_total() – Get shipping_total.
- WC_Cart::get_subtotal_tax() – Get subtotal.
- WC_Cart::get_subtotal() – Get subtotal.
- WC_Cart::get_total_tax() – Get total tax amount.
- WC_Cart::get_total() – Gets cart total after calculation.