Examples Menu Form Submit Image Submit Group Assembled Group Item Number

Full Page Pre-assembled Group BuyObject Designs.

These Group BuyObjects is a full page 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.

                        View Cart
  Item 001g Product Name
Description
Price
  Enter quantity:  
  Item 002g Product Name
Description
Price
   Enter quantity: 
  Item 003g Product Name
Description
Price
  Enter quantity: 
  Item 004g Product Name
Description
Price
  Enter quantity: 
  Item 005g Product Name
Description
Price
  Enter quantity: 
  Item 006g Product Name
Description
Price
  Enter quantity: 
  Item 007g Product Name
Description
Price
  Enter quantity: 
                       

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 action="../Cart/addgroup.php" method="Get" name="Products">
<input type="hidden" name="multipleitems" value="yes"> <input type="hidden" name="checkboxed" value="no">
<table width="100%" border="0" cellspacing="2" cellpadding="4" bgcolor="black">
<tr height="35">
<td colspan="4" align="center" valign="middle" bgcolor="#eceeeb" height="35"><input type="image" name="Addbutton2" src="Images/add.gif" align="absmiddle" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../Cart/viewcart.php" title="View Cart Image Button"><img alt="View Cart" align="absmiddle" border="0" height="28" src="images/viewcart.gif" width="97"></a></td>
</tr>
<tr>
<td bgcolor="#BEC7B4" width="63">&nbsp;&nbsp;Item 001g</td>
<td bgcolor="#BEC7B4" width="100"><img src="images/ReplaceWithOwn.jpg" alt="" height="100" width="100" border="0"></td>
<td align="center" bgcolor="#BEC7B4">Product Name<br>

Description<br>

Price</td>
<td bgcolor="#BEC7B4" width="120"><input type="hidden" name="item[]" value="001G"><input type="hidden" name="product[]" value="Product 1"><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;Enter quantity: &nbsp;<input name="quantity[]" value="0" size="1" maxlength="3"></td>
</tr>
<tr>
<td bgcolor="#eceeeb" width="63">&nbsp;&nbsp;Item 002g</td>
<td bgcolor="#eceeeb" width="100"><img src="images/ReplaceWithOwn.jpg" alt="" height="100" width="100" border="0"></td>
<td align="center" nowrap bgcolor="#eceeeb">Product Name<br>

Description<br>

Price</td>
<td bgcolor="#eceeeb" width="120"><input type="hidden" name="item[]" value="002G"><input type="hidden" name="product[]" value="Product 2"><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; Enter quantity:&nbsp;<input name="quantity[]" value="0" size="1" maxlength="3"></td>
</tr>
<tr>
<td nowrap bgcolor="#BEC7B4" width="63">&nbsp;&nbsp;Item 003g</td>
<td bgcolor="#BEC7B4" width="100"><img src="images/ReplaceWithOwn.jpg" alt="" height="100" width="100" border="0"></td>
<td align="center" bgcolor="#BEC7B4">Product Name<br>

Description<br>

Price</td>
<td bgcolor="#BEC7B4" width="120"><input type="hidden" name="item[]" value="003G"><input type="hidden" name="product[]" value="Product 3"><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;Enter quantity:&nbsp;<input name="quantity[]" value="0" size="1" maxlength="3"></td>
</tr>
<tr>
<td bgcolor="#eceeeb" width="63">&nbsp;&nbsp;Item 004g</td>
<td bgcolor="#eceeeb" width="100"><img src="images/ReplaceWithOwn.jpg" alt="" height="100" width="100" border="0"></td>
<td align="center" bgcolor="#eceeeb">Product Name<br>

Description<br>

Price</td>
<td bgcolor="#eceeeb" width="120"><input type="hidden" name="item[]" value="004G"><input type="hidden" name="product[]" value="Product 4"><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;Enter quantity:&nbsp;<input name="quantity[]" value="0" size="1" maxlength="3"></td>
</tr>
<tr>
<td bgcolor="#BEC7B4" width="63">&nbsp;&nbsp;Item 005g</td>
<td bgcolor="#BEC7B4" width="100"><img src="images/ReplaceWithOwn.jpg" alt="" height="100" width="100" border="0"></td>
<td align="center" bgcolor="#BEC7B4">Product Name<br>

Description<br>

Price</td>
<td bgcolor="#BEC7B4" width="120"><input type="hidden" name="item[]" value="005G"><input type="hidden" name="product[]" value="Product 5"><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;Enter quantity:&nbsp;<input name="quantity[]" value="0" size="1" maxlength="3"></td>
</tr>
<tr>
<td bgcolor="#eceeeb" width="63">&nbsp;&nbsp;Item 006g</td>
<td bgcolor="#eceeeb" width="100"><img src="images/ReplaceWithOwn.jpg" alt="" height="100" width="100" border="0"></td>
<td align="center" bgcolor="#eceeeb">Product Name<br>

Description<br>

Price</td>
<td bgcolor="#eceeeb" width="120"><input type="hidden" name="item[]" value="006G"><input type="hidden" name="product[]" value="Product 6"><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;Enter quantity:&nbsp;<input name="quantity[]" value="0" size="1" maxlength="3"></td>
</tr>
<tr>
<td bgcolor="#BEC7B4" width="63">&nbsp;&nbsp;Item 007g</td>
<td bgcolor="#BEC7B4" width="100"><img src="images/ReplaceWithOwn.jpg" alt="" height="100" width="100" border="0"></td>
<td align="center" bgcolor="#BEC7B4">Product Name<br>

Description<br>

Price</td>
<td align="center" bgcolor="#BEC7B4" width="120"><input type="hidden" name="item[]" value="007G"><input type="hidden" name="product[]" value="Product 7"><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;Enter quantity:&nbsp;<input name="quantity[]" value="0" size="1" maxlength="3"></td>
</tr>
<tr height="30">
<td colspan="4" align="center" valign="middle" bgcolor="#eceeeb" height="30"><input type="submit" value="View Cart" name="Submit">&nbsp;&nbsp;&nbsp; &nbsp;<input type="submit" name="Submit" value="Add"></td>
</tr>
</table>
</form>

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