• Hello!

    xoo-wsc-footer.php states:

    WC()->cart->get_cart_subtotal()
    and
    WC()->cart->get_cart_tax();

    But I want to output a combined value, ie. something like WC()->cart->get_cart_subtotal_tax().

    How can I achieve this?

  • The topic ‘Subtotal + Tax’ is closed to new replies.