--------------------- BREAD STORE EXAMPLE 1 --------------------- This page illustrates a very simple example of how to put more than one type of item in your basket at the same time. Using this method, you could build a more traditional "order form", or just have a logical grouping of items likely to be ordered together. In the above example, we assume that a customer wants to buy bread. In all likelyhood, they will want more than one type. To avoid them having to do four "add to cart" functions to buy four types of bread, we offer this method. When you change the item variable, be sure not to mess up the field count. "cart-id^partnumber^description^cost^quantity^per_item_shipping^ insurance_fee^unit_of_measure^ship_weight^photo_FULL_url" If you leave a field blank, don't take out the field separator! The ^ character is the field separator. The following example is just the bare cart tag, you will need to format to your taste. You can cut and paste the following example into your product test page. Be sure and change the item variables to reflect your product.
Press your back button to return to the demo page.