' . __( 'There doesn‘t seem to be any available shipping methods. Please double check your address, or contact us if you need any help.', 'woocommerce' ) . '
' ); ?> ' . __( 'There doesn‘t seem to be any available shipping methods. Please double check your address, or contact us if you need any help.', 'woocommerce' ) . '' ); ?> $values ) { if ( $values['data']->needs_shipping() ) { $product_names[] = $values['data']->get_title() . ' ×' . $values['quantity']; } } echo '' . __( 'Shipping', 'woocommerce' ) . ': ' . implode( ', ', $product_names ) . '
'; ?>