Hi,
I am trying to create a static link that adds item to shopping.
My link is almost identical to code below except i don't have a XCARTSESSID value. do i need this value and how would i generate it.
<form name="form90" method="post" action="cart.php?mode=add"><input type="hidden" name="XCARTSESSID" value="2ec62ba0cc0fde92a2e953fd964aec26" />
Quantity:
<input type=hidden name=mode value=add>
<input type="text" name="amount" value="1" size="2">
<font class=FormButton>
Add to cart [img]../skin1/images/ADDTOCART.gif[/img]</font>
<input type=hidden name=productid value="90">
<input type=hidden name=cat value="">
<input type=hidden name=page value="">
</form>
Thanks