Hi,
Please open to edit sf-woocommerce.php at /neighborhood/includes/swift-framework/
Find this code at line 111
<a class="cart-contents" href="<?php echo $woocommerce->cart->get_cart_url(); ?>" title="<?php _e('View your shopping cart', 'swiftframework'); ?>"><i class="sf-cart"></i><?php echo $woocommerce->cart->get_cart_total(); ?></a>
Replace with
<a class="cart-contents" href="<?php echo $woocommerce->cart->get_cart_url(); ?>" title="<?php _e('View your shopping cart', 'swiftframework'); ?>"><i class="sf-cart"></i><?php echo $cart_count_text; ?></a>
Thanks ๐
With Best Regards
Swift Ideas