Limit products per shipping method
-
I’m helping a friend set up a store through a PrintAura integration to sell custom tote bags, t-shirts, and mugs, and the shipping has been a little difficult. PrintAura has multiple shipping options.
PrintAura offers First Class shipping and Priority shipping, depending on the products.
FIRST CLASS
T-Shirts/Bags: $3.50, but only for one item
PRIORITY
T-Shirts/Bags: $5.50 for the first item, $0.75 for each additional item
Mugs: $7.00 for the first item, $5.00 for each additional itemNow I managed to figure out the priority rates by using an equation. For example:
T-Shirts: 5.50 + (0.75 * ([qty] – 1))
This way, if someone orders two t-shirts, the equation is: 5.50 + (0.75 * (2-1)), so that comes out to 6.25 shipping cost. If someone orders one t-shirt, the equation is 5.50 + (0.75 * (1-1)), so that would be 5.50.
Is there a way I can set it up so that if the [qty] is only 1 then the shipping cost will be $3.50 instead of $5.50? Or can I set up a separate shipping option where the customer can only use it if they have 1 t-shirt/bag and 0 mugs?
- The topic ‘Limit products per shipping method’ is closed to new replies.