• The two options in woocommerce
    Calculation Type – Two options:
    Per Order – Picks the most expensive option based on shipping costs in the cart.
    Per Class – Charges shipping for each shipping class.

    I want to calculate per product. How can i achieve this?

    Shipping rate when Product A and B is in cart = Flat rate of product A + flat rate of product B

    • This topic was modified 8 years, 4 months ago by 9m9m9.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hi @9m9m9,

    You would need to locate an extension for WooCommerce that added the functionality you reference as it’s not a method which WooCommerce can process by default.

    Salah Ghanem

    (@mytartwarmers)

    Hi there, there is a method a little bit different but i think is OK, you can use the following code in the price place:
    let’s say you want to charge your customers $10 flat rate/product so,
    – type 10*[qty] to charge $10 for each item.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calculate Flat rate shipping per product on cart.’ is closed to new replies.