Contributions
Canada Post Shipping Module with dimensions
Canada Post Shipping Module that uses dimensions Lenght Width and Height with the Weight.
Special Thanks to the master coders:
Kelvin Zhang (kelvin@syngear.com)
and
Kenneth Wang (kenneth@cqww.net)
Also thanks to
Joe Mathew<support@xcanpc.com> of http://www.xcanpc.com
for all the Beta Testing hours he put in.
Any Questions or Comment Just email Joe
Expand All / Collapse All
Just updated the mode to point to the right server.
Includes update for CP Server Change.
The technology upgrade will be in place by November 30, 2006 and we ask that you use the following DNS entry sellonline.canadapost.ca or cybervente.postescanada.ca instead of the current IP address of 216.191.36.73 as soon after November 30, 2006 as possible.
I had to add the following line to the
catalogue->includes->modules->shipping->canadapost.php file
global $order;
right after
// class constructor
function canadapost() {
global $order;
$this->code = 'canadapost';
Sorry missed one edit.
This copy will display a larger image below the Canada post Title
The release before displayed a large image beside the title.
2 images inside the icons folder
shipping_canadapost.gif (big)
shipping_canadapost_small.gif (small)
Name the image you wish to use the small or big one to shipping_canadapost.gif )default.
Only Edit in the rev1 release is
catalogincludesmodulesshippingcanadapost.php
Line 118
New(3.7rev1 release - image is below title):
if (tep_not_null($this->icon)) $this->quotes['icon'] = '<br>' . tep_image($this->icon, $this->title);
Old(3.7 release image is beside title):
if (tep_not_null($this->icon)) $this->quotes['icon'] = tep_image($this->icon, $this->title);
Sorry for the double release....just trying to stop emails before they start.
repaired bug fix when product name contained & in the title.
Now set for Clean Default install no need to follow the readme file if its a clean MS default shop with no edits
All Files are present just drag and drop on a default shop.
Works excellent with UPS Mod (tested in default ms2) - Ten minute install for both mods together
http://www.oscommerce.com/community/contributions,1323/category,2/search,ups
Found a bug in the ready to ship option....when selected and more than one item with this option was ordered the quoted price for shipping was incorrect. The ready_to_ship option is now working correctly. Also added a better conversion to in/cm and also lbs/kgs.
Please if you notice anything please advise.
Once again this is tested on MS2 only and not any Daily CSV, if using on a Daily CSV please inform the forum of your success.
Regards
crshNbrn
Happy Shipping
This update corrects the in and cm being sent to CP XML ... This mod should allow correct display of prices for both products entered as in or cm.
This is a updated readme with a few mods to the admin side...now it will display the setting the DB is using for KG/LBS and CM/IN
I just installed on a 100% fresh MS2 copy and installed without errors.
Any problems please email me after reading the instructions and trying to install.
Regards
crshNbrn
I guess only one way to get tons of testing on a mod is to release it.....I added a few options and add KG/LBS and CM/IN now you can use both and also set ready_to_ship from within the admin section as you do with the units used.
This mod will convert all values to CM before they are past to the CP server (CP only allows CM and KG)
Now lets test this
This is for MS2 only ...will not work on MS1 ...also added a ready_to_ship option to the admin side in the products section thus with 4 boxes and 2 flaged as ready to shipment will take up 3 boxes if canada post can fit the 2 reamining into 1 box.
Also this package will display how many boxes CP will be using for the shipment not how many OSC thinks will be used.
Enjoy...and hope it saves you money
Canada Post Shipping Module 3.1.1 (MS2)
This is a slight update to version 3.1 to include support for MS2.
This will work with a fresh install of MS2 only.
Also fixes the
STORE_ORIGIN_ZIP which is now SHIPPING_ORIGIN_ZIP problem with 3.1
************************************************************
Tested for OSC 2.2 MS1 Only not tested on newer and older csv
*******************************************************************
CanadaPost Shipping Module version. 3.1 - with Length, Width and Height
*******************************************************************
Fixed:
Now it shows the number of boxes CP is going to ship not OSC.
Tested on OSC MS1 only.
Canada Post Shipping Module that uses dimensions Lenght Width and Height with the Weight.
Special Thanks to the master coders:
Kelvin Zhang (kelvin@syngear.com)
and
Kenneth Wang (kenneth@cqww.net)
Also thanks to
Joe Mathew<support@xcanpc.com> of http://www.xcanpc.com
for all the Beta Testing hours he put in.
Any Questions or Comment Just email Joe
Note: Contributions are used at own risk.