My multi-item submision doesn put all my selected products into the cart. Why?
A10: The most common reasons are: 1) Closing the form with
prematurely, thus excluding items on the other side of the tag. 2) Not using proper multi-item naming conventions such as: item_abc op2_abc Erroneously putting op2_abc INSIDE the item_abc variable: Enter Quantity The above LOOKS right, but it is not. Since op2 for that item is named op2_abc, but since all multi-items are parsed down to a bunch of single items, you use the simple name op2 internally in the item variable. Instead, use: