Quote Originally Posted by geovino View Post
Can you tell me how to set shipping for the item?

It's actually two products and you can find them here http://www.clingythingylabels.com/home
We will be selling them for $7.95 a pack. If possible, can you make it an item that get's suggested when you are buying something else? It's a great add on item that we can slip into any order with no additional shipping expense.
SHipping for the these items alone should be $1.50 for one to three packs, $2.50 for 4-12, and $3.50 for 12 -24.
The owner of this site, whose product it is, gave me permission to take any artwork etc. I wanted off her site for our use.
This question doesn't really belong in this thread, and should really be in the Shipping & Payment Modules but, if I understand you correctly, you want to have free shipping on this when it's purchased with anything else (use the Cross Sell mod from the downloads for "suggesting" it) and shipping by quantity if bought alone. Are the shipping charges on this item different to your other products, and are you intending just to tell the customer "The total shipping is $xx" ?

If that is the case, and the answer to both questions is yes, then I think the only way to achieve that is by coding.

The logic is straightforward - examine the cart; if a product belongs to a certain group (which you could identify by adding a single letter to the beginning of the item model no) use a specific shipping module and then total up the individual shipping costs for display to the customer as a single shipping amount.

The coding is totally beyond my ability!