Remember to change your MerchantID, which identifies your store. Please note the Action values for both code are different.

View Cart Code

<form name=ViewCart action=http://www.ares-server.com/Ares/Ares.asp method=post>
<input type=hidden name=MerchantID value="DEM00071">
<input type=hidden name=Action value="ViewCart">
<input type=submit value="View Cart">
</form>

Checkout Code - The difference in the checkout code is the Action value, the value is Checkout instead of ViewCart.

<form name=ViewCart action=http://www.ares-server.com/Ares/Ares.asp method=post>
<input type=hidden name=MerchantID value="DEM00071">
<input type=hidden name=Action value="Checkout">
<input type=submit value="View Cart">
</form>