cart->get_coupons() as $code => $coupon ) : ?> cart->get_fees() as $fee ) : ?> cart->tax_display_cart == 'excl' ) : ?> cart->get_tax_totals() as $code => $tax ) : ?>
name ); ?>
label ); ?> formatted_amount, $allowed_tags ); ?>
countries->tax_or_vat() ); ?>
cart->get_cart_tax() ) : ?>

customer->is_customer_outside_base() && ! WC()->customer->has_calculated_shipping() ? sprintf( ' ' . wp_kses(__( ' (taxes estimated for %s)', 'thinkai' ), WC()->countries->estimated_for_prefix() . WC()->countries->countries[ WC()->countries->get_base_country() ], $allowed_tags )) : ''; printf( wp_kses(__( 'Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information.', 'thinkai' ), $estimated_text, $allowed_tags )); ?>