Hi,
3. You would have to edit the file "notice" of the view "checkout" via the menu Display>Views and change the line:
<?php echo $this->cartClass->displayButton(JText::_('CONTINUE_SHOPPING'),'continue_shopping',$this->params,'','try{ window.top.document.getElementById(\'sbox-window\').close(); }catch(err){ window.top.SqueezeBox.close(); } return false;','id="hikashop_add_to_cart_continue_button"'); ?>
to:
<?php echo $this->cartClass->displayButton(JText::_('CONTINUE_SHOPPING'),'continue_shopping',$this->params,'','window.top.document.location=\'http://www.greencuppolo.com/index.php/purchase2\';return false;','id="hikashop_add_to_cart_continue_button"'); ?>
4. You could enable the HikaShop Cart module via the joomla modules manager. It is made for that.