• Hello,

    I’m new to WC. I sell Vinyl Records/LPs in the USA

    Is it possible to have a shipping calculation for orders at checkout that would work something like this using only the US Post Office?

    USA Orders: First LP $4.00 Shipping, each additional LP $2.00

    International Orders: First LP $20.00 Shipping, each additional LP $8.00

    And if so what would be the best approach to creating this formula so it can be easily attributed to my products?

    Thank you for your time.

    JD

    https://wordpress.org/plugins/woocommerce/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    Enable flat rate shipping and international shipping methods.

    In the cost field for flat rate put: 2 + ( 2 * [qty] )

    In the cost field for international rate put: 12 + ( 8 * [qty] )

    Hello,
    how to take into account in calculating the shipping weight of the product in addition to [cost], [qty]…..

    Hello,
    how to take into account in calculating the shipping weight of the product in addition to [cost], [qty]…..

    Thread Starter JDsRecordShop1

    (@jdsrecordshop1)

    Hello Everyone and thank you for your replies. I was just now able to work on this and your solutions.

    However, I tried this flat rate formula 4.00 + ( 1.00 * [qty] )

    and for one item in the cart it calculates a flat $5.00 shipping. If I add another item it calculates $6.00

    Any ideas as to why it is not calculating 1 item at $4.00? and 2 items at $5.00?

    Thank you once again.

    JD

    4.00 + ( 1.00 * [qty] ) ………..4.00 + ( 1.00 * [2] )=6=4+2
    if you want progress 4.5.6.7 delete 1 like that 4.00 + [qty]

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

The topic ‘Shipping question’ is closed to new replies.