Please can someone tell me in which php files I have to cange the return shopping links in payment page and the pop-up link after I pressed the add to cart button
Link from popup can be found in /html/com_virtuemart/cart/default.php line 67.
The other links from question are not overrided by template so You need to check in /components/com_virtuemart/tmpl/checkout , unfortunately I'm not VM expert so I cannot be more accurate, sorry.
The pop-up link I changed in the productdetail page you can find in Templates/gk_storebox/html/com_virtuemart/productdetails/default.php in line 80 It starts with: $ catURL = JRoute::_('http://the link Iwant to let your customer to.com');
The link in the checkout page is indeed the default.php in Templates/gk_storebox/html/com_virtuemart/cart/default.php On line 67