mirror of
https://github.com/pronamic/woocommerce-subscriptions.git
synced 2025-10-16 14:22:56 +00:00
2.3.7
This commit is contained in:

committed by
Remco Tolsma

parent
a3be3724dc
commit
ce24e61a4c
@@ -34,7 +34,7 @@ function wcs_cart_totals_shipping_html() {
|
||||
|
||||
$initial_packages = WC()->shipping->get_packages();
|
||||
|
||||
$show_package_details = count( WC()->cart->recurring_carts ) > 1 ? true : false;
|
||||
$show_package_details = count( WC()->cart->recurring_carts ) > 1;
|
||||
$show_package_name = true;
|
||||
|
||||
// Create new subscriptions for each subscription product in the cart (that is not a renewal)
|
||||
|
Reference in New Issue
Block a user