Total newbie, but here goes.
I have a site in which products are associated with "Add to Cart" buttons which I simply created with a form in Dreamweaver. It looks like this:
<form action="method=post>
<font size="3">
<select
name="select5" size=1>
<option value="ITEMX" selected>Item X
</select>
<input type=hidden name="0:finoptnum25" value=2>
<br>
</font><span class="Text"><font size="3">Quantity</font></span><font size="3">
<input type=text size=2 name="0:qnty5" value="1" >
<input type=hidden name=storeid5
value=*1ee794740f17a3216a70c5c74ccf04f4f7>
<input type=hidden name=dbname5 value=products>
<input type=hidden name=function5 value=add>
<input type=hidden name=itemnum5 value=0>
<input name="submit5" type=submit value="ADD TO CART">
</font> </form>
I am curious how I could get this to link to a shopping cart through Miva. I realize I have to code in the necessary Item information that Miva understands, but am not sure how or where...
Any help would be greatly appreciative.
I am using Miva Merchant 4.
Thanks very much,
Juhko
I have a site in which products are associated with "Add to Cart" buttons which I simply created with a form in Dreamweaver. It looks like this:
<form action="method=post>
<font size="3">
<select
name="select5" size=1>
<option value="ITEMX" selected>Item X
</select>
<input type=hidden name="0:finoptnum25" value=2>
<br>
</font><span class="Text"><font size="3">Quantity</font></span><font size="3">
<input type=text size=2 name="0:qnty5" value="1" >
<input type=hidden name=storeid5
value=*1ee794740f17a3216a70c5c74ccf04f4f7>
<input type=hidden name=dbname5 value=products>
<input type=hidden name=function5 value=add>
<input type=hidden name=itemnum5 value=0>
<input name="submit5" type=submit value="ADD TO CART">
</font> </form>
I am curious how I could get this to link to a shopping cart through Miva. I realize I have to code in the necessary Item information that Miva understands, but am not sure how or where...
Any help would be greatly appreciative.
I am using Miva Merchant 4.
Thanks very much,
Juhko