|
|
cart->get_coupons( 'cart' ) as $code => $coupon ) : ?>
|
|
cart->needs_shipping() && WC()->cart->show_shipping() ) : ?>
cart->get_fees() as $fee ) : ?>
| name ); ?> |
|
cart->tax_display_cart == 'excl' ) : ?>
cart->get_tax_totals() as $code => $tax ) : ?>
| label ); ?> |
formatted_amount ); ?> |
| countries->tax_or_vat() ); ?> |
|
cart->get_coupons( 'order' ) as $code => $coupon ) : ?>
|
|
|
|
cart->get_cart_tax() ) : ?>
customer->is_customer_outside_base() && ! WC()->customer->has_calculated_shipping()
? sprintf( ' ' . __( ' (taxes estimated for %s)', 'woocommerce' ), WC()->countries->estimated_for_prefix() . __( WC()->countries->countries[ WC()->countries->get_base_country() ], 'woocommerce' ) )
: '';
printf( __( 'Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information.', 'woocommerce' ), $estimated_text );
?>