To change the View cart Text
Return text. Default returns View Cart.
inc/handle/fragment.php
add_filter('wpt_view_cart_link','wpt_custom_my_link_view_cart_footer_cart');
function wpt_custom_my_link_view_cart_footer_cart(){
//your custom link here
return 'https://google.com/';
}
Code from Github Gist: https://gist.github.com/codersaiful/ce45a7c7cc5618f839b29c3831646e06