• WooCommerce v3.1.2
    WooCommerce-OzPost v2.1.5

    My client has 2 products in WooCommerce – weight is set at .125 kg – 125gm – with dimensions 25x15x2.

    It appears that the weight is being calculated as 1kg, which looks to be excluding cheaper methods of shipping via AustPost.

    Is this expected behaviour or I missing something blatantly obvious?

    Debug output;

    SimpleXMLElement Object
    (
    [quote] => Array
    (
    [0] => SimpleXMLElement Object
    (
    [id] => RPP
    [carrier] => Australia Post
    [description] => Parcel Regular
    [cost] => 10.55
    [days] => 1
    )

    [1] => SimpleXMLElement Object
    (
    [id] => RPPio
    [carrier] => Australia Post
    [description] => Insured Parcel Regular
    [cost] => 12.05
    [insuranceIncl] => 1.50
    [days] => 2
    )

    [2] => SimpleXMLElement Object
    (
    [id] => REG
    [carrier] => Australia Post
    [description] => Parcel +Signature Regular
    [cost] => 13.50
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 2
    )

    [3] => SimpleXMLElement Object
    (
    [id] => PPS3
    [carrier] => Australia Post
    [description] => 3kg Satchel
    [cost] => 13.80
    [days] => 1
    )

    [4] => SimpleXMLElement Object
    (
    [id] => EXP
    [carrier] => Australia Post
    [description] => Express Parcel
    [cost] => 14.40
    [days] => 1
    )

    [5] => SimpleXMLElement Object
    (
    [id] => RPPi
    [carrier] => Australia Post
    [description] => Insured +Signature Parcel Regular
    [cost] => 15.00
    [insuranceIncl] => 1.50
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 2
    )

    [6] => SimpleXMLElement Object
    (
    [id] => PPS3io
    [carrier] => Australia Post
    [description] => 3kg Insured Satchel
    [cost] => 15.30
    [insuranceIncl] => 1.50
    [days] => 1
    )

    [7] => SimpleXMLElement Object
    (
    [id] => PPSE3
    [carrier] => Australia Post
    [description] => 3kg Express Satchel
    [cost] => 16.40
    [days] => 1
    )

    [8] => SimpleXMLElement Object
    (
    [id] => PPS3r
    [carrier] => Australia Post
    [description] => 3kg Satchel +Signature
    [cost] => 16.75
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 1
    )

    [9] => SimpleXMLElement Object
    (
    [id] => PLT
    [carrier] => Australia Post
    [description] => Express Parcel +Signature
    [cost] => 17.35
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 1
    )

    [10] => SimpleXMLElement Object
    (
    [id] => PPS5K
    [carrier] => Australia Post
    [description] => 5kg Satchel
    [cost] => 17.60
    [days] => 1
    )

    [11] => SimpleXMLElement Object
    (
    [id] => PPSP3io
    [carrier] => Australia Post
    [description] => 3kg Insured Express Satchel
    [cost] => 17.90
    [insuranceIncl] => 1.50
    [days] => 1
    )

    [12] => SimpleXMLElement Object
    (
    [id] => PPS3i
    [carrier] => Australia Post
    [description] => 3kg Insured Satchel +Signature
    [cost] => 18.25
    [insuranceIncl] => 1.50
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 1
    )

    [13] => SimpleXMLElement Object
    (
    [id] => PLTio
    [carrier] => Australia Post
    [description] => Insured Express Parcel +Signature
    [cost] => 18.85
    [insuranceIncl] => 1.50
    [days] => 1
    )

    [14] => SimpleXMLElement Object
    (
    [id] => PLTi
    [carrier] => Australia Post
    [description] => Insured Express Parcel +Signature
    [cost] => 18.85
    [insuranceIncl] => 1.50
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 1
    )

    [15] => SimpleXMLElement Object
    (
    [id] => PPS5Kio
    [carrier] => Australia Post
    [description] => 5kg Insured Satchel
    [cost] => 19.10
    [insuranceIncl] => 1.50
    [days] => 1
    )

    [16] => SimpleXMLElement Object
    (
    [id] => PPSP3
    [carrier] => Australia Post
    [description] => 3kg Express Satchel +Signature
    [cost] => 19.35
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 1
    )

    [17] => SimpleXMLElement Object
    (
    [id] => PPS5Kr
    [carrier] => Australia Post
    [description] => 5kg Satchel +Signature
    [cost] => 20.55
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 1
    )

    [18] => SimpleXMLElement Object
    (
    [id] => PPSP3i
    [carrier] => Australia Post
    [description] => 3kg Insured Express Satchel +Signature
    [cost] => 20.85
    [insuranceIncl] => 1.50
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 1
    )

    [19] => SimpleXMLElement Object
    (
    [id] => PPS5Ki
    [carrier] => Australia Post
    [description] => 5kg Insured Satchel +Signature
    [cost] => 22.05
    [insuranceIncl] => 1.50
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 1
    )

    [20] => SimpleXMLElement Object
    (
    [id] => COD
    [carrier] => Australia Post
    [description] => Cash On Delivery
    [cost] => 23.90
    [otherfeeIncl] => 13.35
    [otherfeeName] => COD
    [days] => 2
    )

    [21] => SimpleXMLElement Object
    (
    [id] => PPSE5K
    [carrier] => Australia Post
    [description] => 5Kg Express Satchel
    [cost] => 24.80
    [days] => 1
    )

    [22] => SimpleXMLElement Object
    (
    [id] => PPSP5Kio
    [carrier] => Australia Post
    [description] => 5kg Insured Express
    [cost] => 26.30
    [insuranceIncl] => 1.50
    [days] => 1
    )

    [23] => SimpleXMLElement Object
    (
    [id] => PPSP5K
    [carrier] => Australia Post
    [description] => 5kg Express Satchel +Signature
    [cost] => 27.75
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 1
    )

    [24] => SimpleXMLElement Object
    (
    [id] => PPSP5Ki
    [carrier] => Australia Post
    [description] => 5kg Insured Express +Signature
    [cost] => 29.25
    [insuranceIncl] => 1.50
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => 1
    )

    )

    [information] => SimpleXMLElement Object
    (
    [servername] => svr1.ozpost.net
    [serverIP] => 68.66.193.122
    [serververs] => 15-Aug-2017
    [timestamp] => Wed Oct 18, 2017 15:09 (SA Server Time)
    [requesttime] => 15:39 (NSW Store Time)
    [postdate] => Fri 20th of Oct
    [frompostcode] => 2015
    [fromsuburb] => ALEXANDRIA
    [destpostcode] => 2155
    [destsuburb] => BEAUMONT HILLS
    [origstate] => NSW
    [calculated_parcel_weight_kg] => 1.1
    [calculated_parcel_dims_cm] => 25.2 x 15.2 x 2.2 cm
    [insuredvalue] => 38.50
    [expires] => 59
    [expires_text] => Bridgets 2015 Expires in 59 days
    )

    [parcel_build] => Parcel Created by svr1 On Wed Oct 18, 2017 15:39 (Server Time)
    Fits into PB3 padded bag (weight permitting)
    Number of Items in list : 1
    Number of Items in Parcel : 1
    Dimensions: 25.2 x 15.2 x 2.2 cm (Incl Tare dims of 2 x 2 x 2 mm)
    Weight :1.1kg = 1kg + 0.1kg (using tare of 10%)
    Parcel Value : $38.5

    ====== Parcel Build ======
    Item 1, Qty 1
    Item Value $38.5
    Item Weight 1kg
    Item Dimensions 25 x 15 x 2 (cm)
    ———————————-
    Items in Parcel :1
    Parcel Weight 1kg
    Parcel Dimensions:25 x 15 x 2 (cm)
    Parcel Contents Value $38.5
    ——————————————————————–

    )

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Weight calculations’ is closed to new replies.