Hi,
1. Glad you found the way. ๐
2. It needs code edit, follow me.
Go to wp-content\themes\neighborhood\includes\swift-framework\sf-content-display\sf-header.php in #639 you found something like this
$cart_output .= '<li class="parent shopping-bag-item"><a class="cart-contents" href="'.$woocommerce->cart->get_cart_url().'" title="'.__("View your shopping cart", "swiftframework").'"><i class="sf-cart"></i>'.$cart_total.'</a>';
Change that to
$cart_output .= '<li class="parent shopping-bag-item"><a class="cart-contents" href="'.$woocommerce->cart->get_cart_url().'" title="'.__("View your shopping cart", "swiftframework").'"><i class="sf-cart"></i>'.$cart_total.' (Shop Bag)</a>';
Let me know, this is what you want. If not let me know what you need ๐
Thanks,
laranz.