There are two variables you will have to change in order to move your cart to a new domain.
1. Open the ./config/config.php file
2. Around line 23 and 24 you should see:
$GLOBALS['ISC_CFG']["ShopPath"] = 'http://www.yoursite.com/cart/';
$GLOBALS['ISC_CFG']["AppPath"] = '/cart';
3. Edit those values so they reflect your new domain (make sure to have the single quote at the beginning and end)
4. Save and upload to your hosting account