Buy Stuff

Falcon MD20 Probe and/or Accessories SEE DROP DOWN

lue="10">

Can't decide what to get, get them a gift card!


Sample Cart - Selling in Lot Sizes | Americart Shopping Cart

Selling in Lot Sizes - The Coffee Store

Here is an example of how to sell in lot sizes without the customer being able to mess up the quantity with the increase/decrease button:

Americart Example (Select Quantity only from your page)

This example lets you sell in lots of five, six, whatever, without the customer being able to mess things up by hitting the "increase/decrease quantity" button in the cart display. They are instead presented with a button they can click which will remove that item from the cart and take them back to your page where they can re-select a new lot size.

[Use of the =CA= tag for quantity adjustment control.]
[Use of the "parturl" tag for linkback to the item from the cart display.]


$8.95/lb. Reg.
$10.95/lb. Decaf.
<form action="http://www.cartserver.com/sc/cart.cgi" method="post">
<table border="3" cellspacing="5" cellpadding="5" align="center" >
<tr>
<td> $8.95/lb. Reg.<br />
$10.95/lb. Decaf.</td>
<td align="left" valign="center" >
<select name="op1">
<option selected="selected" value="Regular - $8.95"> Regular </option>
<option value="Decaf. - $10.95"> Decaf. </option>
</select>
<select name="op2">
<option value="5"> 5lbs. </option>
<option value="10"> 10lbs. </option>
<option value="15"> 15lbs. </option>
<option value="20"> 20lbs. </option>
<option value="25"> 25lbs. </option>
<option value="30"> 30lbs. </option>
<option value="35"> 35lbs. </option>
<option value="40"> 40lbs. </option>
<option value="45"> 45lbs. </option>
<option value="50"> 50lbs. </option>
</select></td>
<td align="left" valign="center" >
<select name="op3">
<option> Standard Roast </option>
<option> Light Roast </option>
<option> Vienna Roast </option>
<option> Cuban Roast </option>
<option> French Roast </option>
<option> City Roast </option>
<option> Dark Roast </option>
</select>
<select name="op4">
<option> Auto Drip Grind </option>
<option> Perculator Grind </option>
<option> Fine Grind </option>
<option> Espresso Grind </option>
<option> Turkish Grind </option>
</select></td>
<td align="center" valign="center" >
<input type="image" name="add" src="/images/addtocart.gif" />
<input type="hidden" name="parturl" value="http://www.cartserver.com/demopages/coffee.html" />
<input type="hidden" name="item" value="s-8882^=CA=0001^coffee^op1^op2^^^lbs." /></td>
</tr>
</table>
</form>

Strengths:
Allows easy price breaks for quantity purchaes from a group.
Won't allow the increase/decrease to mess up the grouping.

Copyright. All rights reserved. Americart - 2011