Example 6.
 ACME Searchtub |
|
The code used to create this page can be found below.
Portions in bold are required by the cart, while the rest is for page layout only.
|
<table border=10 cellspacing=0 cellpadding=6 width="100%">
<tr bgcolor="lightblue">
<td align=center>
<font face="Verdana" size=-1><img src="../images2/searchtub.jpg" height=150 width=120><br>
ACME Searchtub</font>
</td>
<td align="left">
<form method=POST action=http://www.cartmanager.net/cgi-bin/cart.cgi>
<font size=-2>Quantity.</font><br>
<input type=text size=4 name="VARQuan1"> Monster Truck 4x4 Tracker
<input type=hidden name=AddItem1 value="demo|Monster Truck 4x4 Tracker|900.00|VARQuan1|ST01||VARShipping|80"><br>
<input type=text size=4 name="VARQuan2"> Slickster Big City Finder
<input type=hidden name=AddItem2 value="demo|Slickster Big City Finder|900.00|VARQuan2|ST02||VARShipping|80"><br>
<input type=text size=4 name="VARQuan3"> Amphibious FrogTub Seeker
<select name=AddItem3>
<option value="demo|Amphibious FrogTub Seeker|900.00|VARQuan3|ST03||VARShipping|80">White $900</option>
<option value="demo|Amphibious FrogTub Seeker - Forest Green|950.00|VARQuan3|ST03-fg||VARShipping|80">Forest Green $950</option>
<option value="demo|Amphibious FrogTub Seeker - Camo|1000.00|VARQuan3|ST03-camo||VARShipping|80">Camo $1000</option>
</select><br>
Please select your shipping method:<br>
<select name="VARShipping">
<option value="UPS Ground -- Residential">UPS Ground</option>
<option value="UPS Next Day Air">UPS Next Day Air</option>
</select><br>
<input type=image border=0 name="submit" src="../images2/add.gif" width="100" height="52">
</form>
</td>
</tr>
</table>
|
|
|