Home Form Submit Image Submit Group Assembled Group Item Number

Full Page Pre-assembled Group BuyObject Designs.

These two Group BuyObjects are actually full pages already assembled in a layout that fits many situations.

You can add or delete the Field Elements bundles inside the forms, to adjust the number of items to be offered on the page

To use, select and drag the entire form and all its contents onto your new page, or copy and paste the source code into the source of your new page. More information is to be found on the general Group BuyObjects page, and in the CatalogIntegrator Cart BuyObjects Kit documentation.

7g.       

Group BuyObject Full, Pre-assembled Page, Quantity Activated.

This is a complete GroupBuyObject with several Field Elements inside the Form. Add or Remove Field Elements as needed.

Item 001 Product Name or Description.
    
Item 002 Product Name or Description.
    
Item 003 Product Name or Description.
    
Item 004 Product Name or Description.
    
Item 005 Product Name or Description.
    
Item 007 Product Name or Description.
    
Item 008 Product Name or Description.
    
Item 009 Product Name or Description.
    
Item 010 Product Name or Description.
    
Item 011

Product Name or Description.

    
Item 012

Product Name or Description.

    
Be sure to assign each BuyObject a unique item number. 

It is appropriate when you

  • you want customers to be able to purchase several itemson a page, before going to checkout. For example, office supplies, parts, music CDs. etc.
  • You want them to be able to purchase any quantity of any item.

Source Code:


<form name="MultipleItemsGroupQuant" action="../Cart/addGroup.asp" method="post">
<input type="hidden" name="multipleitems" value="yes"> <input type="hidden" name="checkboxed" value="no"> <!--This is the Form Field for Multiple Item BuyObjects Pages. Put the Multiple BuyObjects inside it. It is not inside a table like the others, but you can put tables in it.-->
<!-- (C) 2001 eCatalogBuilders. All rights reserved by eCatalogBuilders. --><table border="0" cellpadding="6" cellspacing="2" width="610">
<caption></caption>
<tr>
<td bgcolor="#83a2bf" width="71"><input type="submit" value="Add to Cart" name="Submit"></td>
<td colspan="3" bgcolor="#83a2bf">
<p>This is a complete GroupBuyObject with several Field Elements inside the Form. Add or Remove Field Elements as needed.</p>
</td>
<td bgcolor="#83a2bf"><input type="image" border="0" name="imageField" src="images/Icons/add.gif" align="absmiddle"></td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 001</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="001G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 002</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="002G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 003</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="003G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 004</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="004G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 005</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="005G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 007</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="006G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 008</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="007G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 009</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="008G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 010</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="010G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 011</td>
<td colspan="3" bgcolor="#adb5a5">
<p>Product Name or Description.</p>
</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="011G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 012</td>
<td bgcolor="#adb5a5" colspan="3">
<p>Product Name or Description.</p>
</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="012G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;<!--This BuyObject goes inside the form field of a Group BuyObject Container. It will not work otherwise. You can put multiple Group BuyObjects in a single Group BuyObject Container.

Leave the value of the quantity field set to 0 (zero) so that it will not be added to the cart unless customer puts a real number in it.--><input size="2" maxlength="2" name="Quantity" value="0" type="text">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#83a2bf" width="71"><input type="submit" value="Add to Cart" name="Submit"></td>
<td align="center" colspan="3" bgcolor="#83a2bf">Be sure to assign each BuyObject a <b>unique</b> item number.&nbsp;</td>
<td bgcolor="#83a2bf"><input type="image" border="0" name="imageField" src="images/Icons/add.gif" align="absmiddle"></td>
</tr>
</table>
<p></p>
</form>

8g.       

Group BuyObject Full, Pre-assembled Page, Checkbox Activated.

This is a complete GroupBuyObject with several Field Elements inside the Form. Add or Remove Field Elements as needed.

Item 001 Product Name or Description.
    
Item 002 Product Name or Description.
    
Item 003 Product Name or Description.
    
Item 004 Product Name or Description.
    
Item 005 Product Name or Description.
    
Item 007 Product Name or Description.
    
Item 008 Product Name or Description.
    
Item 009 Product Name or Description.
    
Item 010 Product Name or Description.
    
Item 011

Product Name or Description.

    
Item 012

Product Name or Description.

    
Be sure to assign each BuyObject a unique item number. 

It is appropriate when you

  • you want customers to be able to purchase several items on a page, before going to checkout. For example, office supplies, parts, music CDs. etc.
  • Youdo not want to offer the ability to purchase varying quantities of the items.

Source Code:


<form name="MultipleItemsGroupCheckbox" action="../Cart/addGroup.asp" method="post">
<!-- (C) 2001 eCatalogBuilders. All rights reserved by eCatalogBuilders. --><input type="hidden" name="multipleitems" value="yes"> <input type="hidden" name="checkboxed" value="yes"> <!--This is the Form Field for Multiple Item BuyObjects Pages. Put the Multiple BuyObjects inside it. It is not inside a table like the others, but you can put tables in it.-->
<table border="0" cellpadding="6" cellspacing="2" width="610">
<caption></caption>
<tr>
<td bgcolor="#83a2bf" width="71"><input type="submit" value="Add to Cart" name="Submit"></td>
<td colspan="3" bgcolor="#83a2bf">
<p>This is a complete GroupBuyObject with several Field Elements inside the Form. Add or Remove Field Elements as needed.</p>
</td>
<td bgcolor="#83a2bf"><input type="image" border="0" name="imageField" src="images/Icons/add.gif" align="absmiddle"></td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 001</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="001G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 002</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="002G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 003</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="003G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 004</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="004G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 005</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="005G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 007</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="006G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 008</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="007G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 009</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="008G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 010</td>
<td colspan="3" bgcolor="#adb5a5">Product Name or Description.</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="010G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 011</td>
<td colspan="3" bgcolor="#adb5a5">
<p>Product Name or Description.</p>
</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="011G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#bec7b4" width="71">Item 012</td>
<td bgcolor="#adb5a5" colspan="3">
<p>Product Name or Description.</p>
</td>
<td bgcolor="#e7e7de">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td><input type="hidden" name="item" value="012G"><input type="hidden" name="product" value="Product Name"><input type="hidden" name="price" value="0.01"><input type="hidden" name="nontax" value="no"><input type="hidden" name="custID"><input type="hidden" name="length" value="5"><input type="hidden" name="width" value="1"><input type="hidden" name="height" value="1"><input type="hidden" name="weight" value="1">&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="Quantity"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#83a2bf" width="71"><input type="submit" value="Add to Cart" name="Submit"></td>
<td align="center" colspan="3" bgcolor="#83a2bf">Be sure to assign each BuyObject a <b>unique</b> item number.&nbsp;</td>
<td bgcolor="#83a2bf"><input type="image" border="0" name="imageField" src="images/Icons/add.gif" align="absmiddle"></td>
</tr>
</table>
<p></p>
</form>

Return to Menu Form Submit Image Submit Group Assembled Group Item Number
Top