• This has driven me mad all afternoon!

    The description of this plugin reads “Number of articles or different products in the order”

    That’s what I need. If someone orders 1-6 jars we charge $14 s/h. If they order 7-12 jars we charge $18 s/h.

    How do I do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Open Tools

    (@opentools)

    Dear KeeperBay,
    The corresponding rules are:

    Articles<=6; Shipping=14
    7<=Articles<=12; Shipping=18

    This will charge 14 for orders with a quantity of 1-6 articles and 18 for orders with a quantity of 7-12 articles. Orders with more articles will not get any shipping from this method.

    Best regards,
    Reinhold

    Thread Starter keeperbay

    (@keeperbay)

    THANK YOU!
    THANK YOU!
    THANK YOU!

    I was trying to do the Name=Ruleset; blah blah blah.
    That is so much easier.

    Plugin Author Open Tools

    (@opentools)

    You are welcome. The Name=… has no effect on the shipping costs, it just defines what is shown to the customer (in parentheses after the name of the whole method). You can show different shipping cost names for each rule. E.g. if the whole method is called “Austrian Postal Service” and you have a ruleset

    Name=Small package; Articles<=6; Shipping=14
    Name=Large package; 7<=Articles<=12; Shipping=18
    

    then when the first rule matches, the shipping name will be “Austrian Postal Service (Small package)”, in the second case it will be “Austrian Postal Service (Large package)”.

    Best regards,
    Reinhold

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shipping cost based on quantity?’ is closed to new replies.