shipping->get_available_shipping_methods(); ?>
cart->get_cart_subtotal(); ?> | |
-cart->get_discounts_before_tax(); ?> | |
$available_methods ) ); ?> | |
name ?> | cart->tax_display_cart == 'excl' ) echo woocommerce_price( $fee->amount ); else echo woocommerce_price( $fee->amount + $fee->tax ); ?> |
cart->tax->get_rate_label( $key ); ?> | |
cart->get_cart_subtotal( true ); ?> | |
cart->tax->get_rate_label( $key ); ?> | |
cart->get_cart_tax(); ?> | |
-cart->get_discounts_after_tax(); ?> | |
cart->get_total(); ?> cart->tax_display_cart == 'incl' ) { $tax_string_array = array(); $taxes = $woocommerce->cart->get_formatted_taxes(); if ( sizeof( $taxes ) > 0 ) { foreach ( $taxes as $key => $tax ) { $tax_string_array[] = sprintf( '%s %s', $tax, $woocommerce->cart->tax->get_rate_label( $key ) ); } } elseif ( $woocommerce->cart->get_cart_tax() ) { $tax_string_array[] = sprintf( '%s tax', $tax ); } if ( ! empty( $tax_string_array ) ) { ?> | |
' . $_product->get_title() . ' × ' . $values['quantity'] . '' . $woocommerce->cart->get_item_data( $values ) . ' | ' . apply_filters( 'woocommerce_checkout_item_subtotal', $woocommerce->cart->get_product_subtotal( $_product, $values['quantity'] ), $values, $item_id ) . ' |
' . __( 'Please fill in your details above to see available payment methods.', 'woocommerce' ) . '
'; else echo '' . __( 'Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce' ) . '
'; } ?>id="terms" />