countries->get_formatted_address( $package['destination'], ', ' ); $has_calculated_shipping = ! empty( $has_calculated_shipping ); $show_shipping_calculator = ! empty( $show_shipping_calculator ); $calculator_text = ''; $is_cart = is_cart() || ( $post && ALPHA_NAME . '_template' == $post->post_type && 'cart' == get_post_meta( $post->ID, ALPHA_NAME . '_template_type', true ) ); ?>
' . esc_html( $formatted_destination ) . '' ); $calculator_text = esc_html__( 'Change address', 'alpus' ); } else { echo alpha_strip_script_tags( apply_filters( 'woocommerce_shipping_estimate_html', esc_html__( 'Shipping options will be updated during checkout.', 'alpus' ) ) ); } ?>
' . esc_html( $formatted_destination ) . '' ) ) ); $calculator_text = esc_html__( 'Enter a different address', 'alpus' ); endif; ?> ' . esc_html( $package_details ) . ''; ?>