Yes, you can change the back to shop link. For this, go to wp-content/themes/yourtheme/woocommerce/cart/cart-empty.php file and change the code which is in anchor link href parameter with your prefered link.
If you dont find this file in your theme, then go to wp-content/plugins/woocommerce/templates/cart/ and copy this file cart-empty.php to your theme.
Cheers.
Once I get over my cold. I will have another look for the files. Right now I can’t seem to see them (I know they will be there), and my cold is making me cranky.
Thanks for the help.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The correct way of making updates to the WooCommerce plugin templates is to create a Child Theme: https://codex.wordpress.org/Child_Themes
Then to copy the WooCommerce template files (that you want to modify) into your Child Theme folder and change it there.
Otherwise updating your theme or updating your plugin will erase any changes you’ve made to them.
You should also ask for support in the WooCommerce plugin section so that you can receive help from the plugin developers and contributors: https://wordpress.org/support/plugin/woocommerce#new-post
Sorry for the delay in responding. I have sorted things out.