• Resolved miziol

    (@miziol)


    I need to assign shipping prices depending on the heights of the item. So items up to 2.5cm as Large Letters price and over 2.5cm as parcels price. I am not interested in other dimensions like length or width. How can I assign the type of delivery depending on the heights of the item only?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpcentrics

    (@wpcentrics)

    Hi, @miziol. Thanks for your interest.

    Dimensions will be ordered from great to small. In your case, you must use the MIN dimension:

    #1 WHERE Min dimension MIN >= 0 AND MAX >= 2.5, Price 10$
    #2 WHERE Min dimension MIN > 2.5 AND MAX >= 0, Price 30$

    Please, give me feedback about,
    Carles Martin
    wp-centrics support team

    Thread Starter miziol

    (@miziol)

    Yes it helps, I was setting wrong way around second #2 WHERE Min dimension MIN > 0 AND MAX 2.5, Price £5.75 Thanks for your Help very appreciated. Thank you

    Plugin Author wpcentrics

    (@wpcentrics)

    Glad to help!

    Kind regards,
    Carles Martin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Large Letter’ is closed to new replies.