• Resolved bridgetown-marketing

    (@bridgetown-marketing)


    WE need to be able to charge shipping tiers based on the quanityt in an order. Currently it is seeing an order of 500 die cut stickers as One order and charging one price. Where we would like an order of 500 to have a higher shipping cost than an order of 50.

    Is there any way to do this with your plug in?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mhodges

    (@mhodges)

    With version 1.0 the following settings should work for what you want, if I understand your question.

    
      Tier|Max Qty| Cost
      ----+-------+------
        1 |  499  |$ 100.00
        2 | 99997 |$ 300.00
        3 | 99998 |$ 301.00 <-- value of cost here doesn't matter.
        4 | 99999 |$ 302.00 <-- value of cost here doesn't matter.
    

    With version 2.0 (currently in QA) the following example similarly suggests a strategy for making the plugin do what you want.

    
    Example: 
       o Custom 2-Tier shipping method with free shipping (tiers 3 and 4 disabled) for big orders.
       o Base cost: $0.00
    
      Tier|Max Qty| Cost
      ----+-------+------
        1 |  499  |$ 100.00
        2 | 99999 |$ 300.00
        4 | disabled
        4 | disabled
       pro|  each |$ 0.00   <-- value here doesn't matter.
    
      Results:
        o Shipping cost for  50 items = $100.00.
        o Shipping cost for 500 items = $300.00.
    

    I’ll give this some thought if if there is a more elegant way to implement for version 2.0 I will. Thanks for the question.

    • This reply was modified 7 years, 6 months ago by mhodges.
    • This reply was modified 7 years, 6 months ago by mhodges.
    Plugin Author mhodges

    (@mhodges)

    Marking as resolved. Please let me know if there are any more questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘tier based on quantity in order’ is closed to new replies.