mirror of
https://github.com/pronamic/woocommerce-subscriptions.git
synced 2025-10-13 21:02:55 +00:00
2.2.7
This commit is contained in:

committed by
Remco Tolsma

parent
5e536ec717
commit
b99eba2f79
@@ -181,7 +181,7 @@ function wcs_cart_totals_shipping_method_price_label( $method, $cart ) {
|
||||
$price_label .= ' <small>' . WC()->countries->inc_tax_or_vat() . '</small>';
|
||||
}
|
||||
}
|
||||
} else {
|
||||
} elseif ( ! empty( $cart->recurring_cart_key ) ) {
|
||||
$price_label .= _x( 'Free', 'shipping method price', 'woocommerce-subscriptions' );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user