• I’m trying to figure out how to calculate and set up shipping for a single product using flat rates from USPS.

    Example: Customer orders 1 item – shipping = $5.95. That’s easy.
    Customer orders 2 items – shipping = $11.90. That’s easy because the calculation is just $5.95 x quantity. But above two items the flat rate changes to $12.65 for a medium sized box which can hold 3 – 6 items before I need to move to the next larger box so I need a calculation that recognizes that if quantity = 3 to 6 items, the flat rate is just $12.65.

    And then of course if they order more than that requiring the next larger box, how would I set that up?

    https://www.ads-software.com/plugins/woocommerce/

  • The topic ‘WooCommerce Shipping Class calculations?’ is closed to new replies.