Hi @lusp,
Thanks for the quick response. The 1 kg problem appears to have been fixed, but I’m still receiving shipping rates that are off. As an example for the following package dimensions/postal codes:
Origin: V8M 2C2
Destination: L5M 2Z4
Length: 14cm
Width: 14cm
Height: 34cm
Weight: 0.89kg
On the Canada Post rates calculator I get:
Regular price $19.22
Your price $17.59
Fuel Surcharge $6.51
Tax $3.13
Total $27.23
Where as your plugin gives me:
<service-code>DOM.EP</service-code>
<service-link rel="service" href="https://soa-gw.canadapost.ca/rs/ship/service/DOM.EP?country=CA" media-type="application/vnd.cpc.ship.rate-v4+xml"/>
<service-name>Expedited Parcel</service-name>
<price-details>
<base>17.70</base>
<taxes>
<gst>0.00</gst>
<pst>0.00</pst>
<hst percent="13.000">2.89</hst>
</taxes>
<due>25.13</due>
<options>
<option>
<option-code>DC</option-code>
<option-name>Delivery confirmation</option-name>
<option-price>0</option-price>
</option>
</options>
<adjustments>
<adjustment>
<adjustment-code>FUELSC</adjustment-code>
<adjustment-name>Fuel surcharge</adjustment-name>
<adjustment-cost>6.01</adjustment-cost>
<qualifier>
<percent>37.0</percent>
</qualifier>
</adjustment>
<adjustment>
<adjustment-code>V1DISC</adjustment-code>
<adjustment-name>SMB Savings</adjustment-name>
<adjustment-cost>-1.47</adjustment-cost>
</adjustment>
</adjustments>
</price-details>
<weight-details/>
<service-standard>
<am-delivery>false</am-delivery>
<guaranteed-delivery>true</guaranteed-delivery>
<expected-transit-time>6</expected-transit-time>
<expected-delivery-date>2022-08-12</expected-delivery-date>
</service-standard>
Any idea why this might be? I have the dimensions and weight set on the product correctly.
Thanks,
Logan