2 / 3
Apr 2015

Hi, I have a product for purchase that I would like to offer 3 options to a customer. The goal is to give the customer a discount for ordering more than one of the same item. The 3 options are:



Order qty of 1 (requires 1 box)

Order qty of 2 (requires 2 boxes)

Order qty of 10 (requires 10 boxes)



Setting the price for each option is not a problem. The problem is these are large items and am not able to set the shipping so it knows that more than one box is being shipped. I would like the shipping calculation to look at option 1 and know that it should charge shipping for only 1 box. If a customer orders option 2, I would like the shipping calculation to know that shipping for 2 boxes needs to be added, and so forth for option 3.



Is there a way to specify how many boxes is shipping for each option?

Thank You,

Peter Koch

  • created

    Apr '15
  • last reply

    Apr '15
  • 2

    replies

  • 1.4k

    views

  • 2

    users

I think the best way of going about that, rather than setting up fixed-quantity, fixed-price multi-packs, would be to set it up as a single regular product with "Let buyer edit quantity" enabled.



This would allow you to select a Package Type unique to that product with a Packing Capacity of 1 (so each unit would be treated as being shipped in a separate parcel), and either specify an accurate shipping Weight for the product (including the weight of the container itself and any packing/padding materials) for UPS/USPS live rate lookups, or else specify a flat Cost for that Package Type (in Cart Shipping Settings) which would serve as a per-unit flat shipping fee for that item.



Then you can set up a series of product-specific automatic discounts that kick in when certain Min. Item Qty. thresholds are met for that item. Product-specific discounts alter the original per-unit price of the item, and if you leave the Discount Code field blank, each discount would be automatically applied in the buyer's cart when their order reaches the Min. Item Qty. threshold for that discount, and a discount with Min. Item Qty. = 10 would override one with Min. Item Qty. = 2 when that higher threshold is met.

Thank you for the suggestion. I will look into the product specific discounts and give that a try. It sounds like a good solution!