You can let your customers purchase more than one item at a time, here's how.
If you want to allow your customers to purchase more than one item at a time, you can do it by setting up a form on your site with items.
Each item must have the following information: Desc, Price, Taxable. If you're using EZ Ship you need to add: weight. If you're using UPS for your shipping, you need to add Package. If the packaging is your own packaging, you need to add: Length, Width, Height. You can also add InsuredValue if you're using UPS shipping.
Here's sample input elements -
Required For All:
Notice that each element has the number 1 after it. Every item, and it's associated information must have a number after each element 1, 2, 3, ...20. That's how eCOMpal figures out what each element is.
Optional for all:
Quantity - This can be a user input field
- SKU is for your fulfillment house or updating QuickBooks.
- for a discount schedule
Required for all shipping:
Required for UPS Shipping:
Required for UPS if packaging is your own:
Optional for UPS:
Here's a sample page with *multiple item order capability._link Take a look at the source to see how this uses the elements discussed above. You can use it as a model for your pages.