• Resolved tyronelu

    (@tyronelu)


    Hi, here is my current shipping cost formula – ( 220 * [qty] ) for a shipping class. 220 is the base shipping cost for 1 product. If another product is added, i would like this formula to add an additional shipping cost of 150 to the total shipping cost. eg. 220+150=370. Same applies for every additional product greater than 1.

    I have tried multiple formulas – here is a working formula i made in excel which works. IF QTY > 1, (NewBase * (QTY-1)) + Base, Base * QTY).

    But this does not work with woo-commerce. please advise what i am doing wrong?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • seank123

    (@seank123)

    Try: 220 + ( 150 * [qty – 1] )?

    Thread Starter tyronelu

    (@tyronelu)

    Hi Sean,

    I tried this one but it says “illegal character…”

    seank123

    (@seank123)

    Sorry – typo on my part – should be:

    220 + ( 150 * ([qty] – 1) )

    Thread Starter tyronelu

    (@tyronelu)

    Hi Sean,

    Thank you – this worked!! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shipping Classes for Woo-Commerce’ is closed to new replies.