diff --git a/inc/woocommerce.php b/inc/woocommerce.php index 28933f35..6d6000ed 100644 --- a/inc/woocommerce.php +++ b/inc/woocommerce.php @@ -225,8 +225,14 @@ if ( ! function_exists( '_s_woocommerce_cart_link' ) ) { function _s_woocommerce_cart_link() { ?> - - cart->get_cart_subtotal() ); ?> cart->get_cart_contents_count(), '_s' ), WC()->cart->get_cart_contents_count() ) ); ?> + cart->get_cart_contents_count(), '_s' ), + WC()->cart->get_cart_contents_count() + ); + ?> + cart->get_cart_subtotal() ); ?>