• Hello,

    Need to setup WooCommerce shipping based on item selection (i.e., 1-4 jars = 9.95; 5-8 jars = 13.00), etc.

    Urgent…

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Riaan K.

    (@riaanknoetze)

    Have a look into the following extension: https://www.woocommerce.com/products/table-rate-shipping/ – that’ll allow you to set up shipping conditions based on the contents of the cart.

    I think you’ll need a plugin for that charging formula. There are a few shipping plugins around if you search.

    If you want to use the core WooCommerce plugin, You’ll need to modify your requirements. You can use a formula for flat rate, something like:
    4 + ( 1.5 * [qty] )

    You would need to adjust the numbers so that, overall, your shipping costs are covered.

    Formula evaluation runs on a basic calculator, so ifs, less-thans and more-thans for example are not available.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘item based shipping’ is closed to new replies.