• Resolved lepress

    (@lepress)


    I had a test for your latest Version: 2.3.0.3.
    Unfortunately, I found the bug had not been fixed completely.

    BUG 1: Fail to match the right SHIPPING CLASS

    1|1|shipping_class_test
    2|2|shipping_class_test
    3|3|shipping_class_test
    10|10

    SHIPPING CLASS: no shipping class
    Weight: 1 kg
    Quantity: 2 items
    APG Shipping fee: 2 [WRONG ! The shipping rate rule for SPECIFIED SHIPPING CLASS: shipping_class_test is matched for NO SHIPPING CLASS.]

    BUG 2: shipping rate rules are Order Sensitive. Move the 4th line to the 1st.

    10|10
    1|1|shipping_class_test
    2|2|shipping_class_test
    3|3|shipping_class_test

    SHIPPING CLASS: no shipping class
    Weight: 1 kg
    Quantity: 1 item
    APG Shipping fee: 10 [Correct !]

    SHIPPING CLASS: no shipping class
    Weight: 1 kg
    Quantity: 2 items
    APG Shipping fee: 2 [WRONG ! It supports to be still 10 for NO SHIPPING CLASS.]

    The above use cases were tested just for Only One type of shipping class.
    Please have a test for more than 2 types of shipping classes after this bug is fixed.

    • This topic was modified 5 years, 6 months ago by lepress.
    • This topic was modified 5 years, 6 months ago by lepress.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Wrong fee for NO SHIPPING CLASS in Version: 2.3.0.3’ is closed to new replies.