Creating a Multi-Product [Add to Cart] Button
You can use specially-designed page and product templates that let customers check boxes for items that they want to buy and then click one [Add to Cart] button to add them all to the shopping cart. The basic idea is that you are creating an HTML form. The opening and closing FORM tags must be in the page template, while the product template contains the HTML and custom tags to display each product with a checkbox. Both templates must be designed to work together and must be used together.
Here are simple page and product templates with comments to illustrate the structure required. You can copy and paste each one into a file and upload them to your store to see how they work. (After uploading the templates, you must assign pages and products to use these templates.) Note that the tag that makes this all work is the opening FORM tag that calls the shopping cart CGI with the post method.
Page Template
Product Template
Advanced: You can hard code the name of the product template into the PRODUCT tag. This will make it so that all products assign to this page will use that specific product template on this page. ShopSite will not use the product template that product has listed under Products > Edit Product Layout, it will use the one you have listed in the PRODUCT tag. For example, if you want all products assigned to your page to use the DefaultCustomProductTemplate the PRODUCT tag would look like [-- PRODUCT DefautlCustomProductTemplate --].

