countries->get_formatted_address( $package['destination'], ', ' ); $has_calculated_shipping = ! empty( $has_calculated_shipping ); $show_shipping_calculator = ! empty( $show_shipping_calculator ); $calculator_text = ''; $shipping_total_heading = apply_filters('etheme_cart_shipping_heading', true); $shipping_total_stretch = apply_filters('etheme_cart_shipping_full_width', false); if ( $shipping_total_stretch && $shipping_total_heading ) : ?>
' . esc_html( $formatted_destination ) . '' ); $calculator_text = esc_html__( 'Change address', 'xstore' ); } else { echo wp_kses_post( apply_filters( 'woocommerce_shipping_estimate_html', __( 'Shipping options will be updated during checkout.', 'xstore' ) ) ); } ?>
' . esc_html( $formatted_destination ) . '' ), $formatted_destination ) ); $calculator_text = esc_html__( 'Enter a different address', 'xstore' ); endif; ?> ' . esc_html( $package_details ) . ''; ?>