![]()
IMPORTANT: You may copy the below code to your own web page.
First change the
MerchantID value to your own. You may also
edit the ProductID, Description
and Price values.
The MerchantID is the same as your login/store
number. Don't be afraid to experiment, you can always change your product information
at any time.
<form name=AddProduct action=http://www.ares-server.com/Ares/Ares.asp method=post>
<input type=hidden name=MerchantID value="DEM00071">
<input type=hidden name=Action value="Add">
<input type=hidden name=ProductID value="T-Shirt">
<input type=hidden name=Description value="100%
Cotton t-shirt">
<input type=hidden name=Price value="5.99">
<input
type=text size=2 name=Quantity value="1">
<input type=submit value="Add To Cart">
</form>
Copy code with
table arrangement: