-------------- ITEM SELECTION -------------- This example shows an easy way to change all fields in the item variable at once. It is a really powerful "trick". 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.

qty:
Note that the single select box above changes the partnumber field, the description field, the price, and the "per item" shipping field all at once. Having the item var be a select instead of hidden can add alot of functionality. Press your back button to return to the demo page.