Hi,
In the code it’s used a Woocommerce function that retrieves the url that I told in my previous reply. Not sure what you trying to change since you can change the page in the Woocommerce settings.
Check inside the file
neighborhood\includes\swift-framework\sf-content-display\sf-header.php
You have to replace href="'.$woocommerce->cart->get_cart_url().'"
with your desired url.
-Rui