Shipping costs not visible on Cart/Checkout- Canada Post basic plugin
-
I was navigating through my site to simulate making a purchase to see if the process still worked. Unfortunately the shipping calculator no longer displays shipping costs. Postage options are shown on the Cart and Checkout pages with a Calculate Shipping button. Clicking the Calculate button is followed with destination dropdowns, including one spot to enter postal code, and a button to Update Totals. Clicking Update button, it appears that some calculating is being done as that part of the page fades a bit. Then the page reverts back to showing the shipping options with no shipping costs….although at the top of the Cart page it says “Shipping cost updated”.
Below is the debug notes;
Shipping costs updated.
Canada Post is in Development mode or WP DEBUG is on – note, returned services may not match those set in settings. Production mode will not have this problem. To hide these messages, turn off debug mode in the settings.
Canada Post CACHED REQUEST:
<?xml version=”1.0″ encoding=”UTF-8″?>
<mailing-scenario xmlns=”https://www.canadapost.ca/ws/ship/rate”>
<parcel-characteristics>
<weight>1</weight>
<dimensions>
<height>15</height>
<width>23</width>
<length>23</length>
</dimensions>
</parcel-characteristics>
<origin-postal-code>M6K2R8</origin-postal-code>
<quote-type>counter</quote-type>
<destination>
<domestic>
<postal-code>M6K2R8</postal-code>
</domestic>
</destination>
</mailing-scenario>Canada Post CACHED RESPONSE:
<?xml version=”1.0″ encoding=”UTF-8″?>
<price-quotes xmlns=”https://www.canadapost.ca/ws/ship/rate”><price-quote><service-code>DOM.PC</service-code><service-link rel=”service” href=”https://soa-gw.canadapost.ca/rs/ship/service/DOM.PC?country=CA” media-type=”application/vnd.cpc.ship.rate+xml”/><service-name>Priority</service-name><price-details><base>18.52</base><taxes><gst>0.00</gst><pst>0.00</pst><hst percent=”13.000″>2.62</hst></taxes><due>22.76</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>1.62</adjustment-cost><qualifier><percent>8.75</percent></qualifier></adjustment></adjustments></price-details><weight-details><cubed-weight>1.59</cubed-weight></weight-details><service-standard><am-delivery>false</am-delivery><guaranteed-delivery>true</guaranteed-delivery><expected-transit-time>1</expected-transit-time><expected-delivery-date>2016-12-06</expected-delivery-date></service-standard></price-quote><price-quote><service-code>DOM.RP</service-code><service-link rel=”service” href=”https://soa-gw.canadapost.ca/rs/ship/service/DOM.RP?country=CA” media-type=”application/vnd.cpc.ship.rate+xml”/><service-name>Regular Parcel</service-name><price-details><base>9.08</base><taxes><gst>0.00</gst><pst>0.00</pst><hst percent=”13.000″>1.22</hst></taxes><due>10.64</due><options><option><option-code>DC</option-code><option-name>Delivery confirmation</option-name><option-price>0</option-price><qualifier><included>true</included></qualifier></option></options><adjustments><adjustment><adjustment-code>FUELSC</adjustment-code><adjustment-name>Fuel surcharge</adjustment-name><adjustment-cost>0.34</adjustment-cost><qualifier><percent>3.75</percent></qualifier></adjustment></adjustments></price-details><weight-details><cubed-weight>1.33</cubed-weight></weight-details><service-standard><am-delivery>false</am-delivery><guaranteed-delivery>false</guaranteed-delivery><expected-transit-time>2</expected-transit-time><expected-delivery-date>2016-12-07</expected-delivery-date></service-standard></price-quote><price-quote><service-code>DOM.XP</service-code><service-link rel=”service” href=”https://soa-gw.canadapost.ca/rs/ship/service/DOM.XP?country=CA” media-type=”application/vnd.cpc.ship.rate+xml”/><service-name>Xpresspost</service-name><price-details><base>11.48</base><taxes><gst>0.00</gst><pst>0.00</pst><hst percent=”13.000″>1.62</hst></taxes><due>14.10</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>1.00</adjustment-cost><qualifier><percent>8.75</percent></qualifier></adjustment></adjustments></price-details><weight-details><cubed-weight>1.59</cubed-weight></weight-details><service-standard><am-delivery>false</am-delivery><guaranteed-delivery>true</guaranteed-delivery><expected-transit-time>1</expected-transit-time><expected-delivery-date>2016-12-06</expected-delivery-date></service-standard></price-quote></price-quotes>Hope someone can help me out!!
Here is my site…
- The topic ‘Shipping costs not visible on Cart/Checkout- Canada Post basic plugin’ is closed to new replies.