• I want to create a shipping costs based on the following logic
    Item 1, and Item 2 are all the same size. I will call these Group ‘A’ Products.
    Item 3 is larger. I will call it Group ‘B’ 

    If a customer buys;
    a) 1 or 2 of Group A , the total shipping price will be $18 + Tax 
    b) 1 x Group B , the price will be $25 + Tax
    c) 1 x Group B + 1 x Group A or B, the price will be $32 + Tax

    Multiple cost logic is set to – Highest
    a) & c) option works ok
    but option b) when that product is only in the cart, it is showing the rate $32 (c) because the that product is included in the condition and the cost logic is set to Highest. If I make it to lowest, then option c) when both the items are in the cart shows the rate of option a) which is also because it is already in the added.

    So my request how can i make it when one of the item is single in the cart, only show that rate not form the grouped c)

    This is my setting based on shipping calss

    https://prnt.sc/4VQU0KNds_Wp

The topic ‘Multiple Shipping Logic’ is closed to new replies.