Page 8 of 47 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 462
  1. #71
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: Canada Post module

    Royal, please submit your update to the Addons area.
    Update submit to the Addons area. It might take a week or more for approval.
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  2. #72
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Canada Post 1.3.9d submit to Addons

    Quote Originally Posted by Royal View Post
    Hello Shinmai,

    You can test this Canada Post merge update for 1.3.9d. Let me know if it works for you.

    Please backup your site first before installing this mod.

    Here you go: Beta Canada Post 1.3.9d

    *********************************

    Hello Shinmai,

    Check attachment for updated files.

    *********************************


    Updated in v1.3.9d.

    ------------
    Optional
    ------------

    From thread: http://www.zen-cart.com/forum/showthread.php?p=887795

    ---------------------------------------
    Make kgs and cm the default:
    ---------------------------------------

    In the collect_info.php files for that addon you'll see these lines near the top:

    Code:
    //added Canada Post start
    			           'products_weight_type' => '',
    			           'products_dim_type' => '',
    ----------------------------------------------------------------------------

    Change that to:

    Code:
    //added Canada Post start
    			           'products_weight_type' => SYSTEM_WEIGHT_UNITS,
    			           'products_dim_type' => SYSTEM_DIMENSION_UNITS,

    ----------------------------------------------------------------------------

    Already updated in v1.3.9d.

    ------------
    Optional
    ------------

    For those who do not want (1 box(es) to be shipped) to show.

    Go to includes/modules/shipping/canadapost.php.

    Look for:
    Code:
    'module' => $this->title . ' (' . $this->boxCount . MODULE_SHIPPING_PACKAGING_RESULTS . ')');
    Change to:
    Code:
    'module' => $this->title . ' <!--(' . $this->boxCount . MODULE_SHIPPING_PACKAGING_RESULTS . ')-->');
    ----------------------------------------------------------------------------

    Updated in v1.3.9d.

    ----------
    Optional
    ----------

    Look for: USA Lettermail: no estimated delivery date

    You can change it to anything you like: U.S.A Letter-post, up to 2 weeks


    Look for: International Lettermail: no estimated delivery date

    You can change it to anything you like: INTL Letter-post, up to 2 weeks


    Go to includes/modules/shipping/canadapost.php.


    Code:
    case 'US':
    			{
    				$table_cost = split("[:,]" , constant('MODULE_SHIPPING_CANADAPOST_LETTERMAIL_USA'));
    				$lettermail_service = "USA Lettermail: no estimated delivery date";
    				break;
    			}
    		      	default:
    		   	{
    				$table_cost = split("[:,]" , constant('MODULE_SHIPPING_CANADAPOST_LETTERMAIL_INTL')); //Use overseas rate if not Canada or US
    				$lettermail_service = "International Lettermail: no estimated delivery date";
    	      		}

    Change to:

    Code:
    case 'US':
    			{
    				$table_cost = split("[:,]" , constant('MODULE_SHIPPING_CANADAPOST_LETTERMAIL_USA'));
    				$lettermail_service = "U.S.A Letter-post, up to 2 weeks";
    				break;
    			}
    		      	default:
    		   	{
    				$table_cost = split("[:,]" , constant('MODULE_SHIPPING_CANADAPOST_LETTERMAIL_INTL')); //Use overseas rate if not Canada or US
    				$lettermail_service = "INTL Letter-post, up to 2 weeks";
    	      		}
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  3. #73
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Canada Post module

    Canada Post advised me that Lettermail rates to US and International from Canada MUST be a paper letter/document in order to qualify for the rate, regardless of whether the dimensions qualify.

  4. #74
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: Canada Post module

    Quote Originally Posted by soxophoneplayer View Post
    Canada Post advised me that Lettermail rates to US and International from Canada MUST be a paper letter/document in order to qualify for the rate, regardless of whether the dimensions qualify.
    Hello soxophoneplayer,

    I use Light Packet through PayPal to ship my items to USA and International.

    http://canadapost.ca/cpo/mc/personal...elproducts.jsf

    Light Packet™ - USA (delivery in as few as 4 days)*
    A specialized product for sending very small and lightweight items (less than 500g) such as CDs and DVDs to the USA for an economical price.

    Light Packet™ - International (delivery in as few as 4 days)*
    A specialized product for sending very small and lightweight items (less than 500g) such as CDs and DVDs to international destinations for an economical price.
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  5. #75
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: Canada Post module

    Light Packet cost a bit more than letter-post.

    Light Packet USA: http://www.canadapost.ca/tools/pg/pr...usa-e-05-e.pdf

    Light Packet International: http://www.canadapost.ca/tools/pg/pr...inter-e-04.pdf


    includes/modules/shipping/canadapost.php.

    Canada Post do not have module for Light Packet as yet.

    I set "USA Lettermail: no estimated delivery date" to "Light Packet USA, up to 2 weeks" and "International Lettermail: no estimated delivery date" to "Light Packet INTL, up to 2 weeks."
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  6. #76
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Canada Post module

    Vanishing Lettermail

    Here's a little snag I hit and figured out.... in case someone else hits the same snag - I'm rebuilding by web site, local host, in 1.3.9d and have my mods copied over, including Canada Post - which worked except that Lettermail quotes weren't showing up even though letter mail was enabled in admin/config/modules/shipping/Canada Post.

    I thought I must have mucked up a merge, so went through all the files and found nadda.

    Then I checked admin/config/shipping-packaging - and there was the problem - there is a default Tare % set, which was pushing my product weights over the limit for lettermail.

    I set the tare rates to zero, and all is well in the world.

  7. #77
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Canada Post module

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #78

    help question Re: Canada Post module

    I have zencart 1.3.8 and the canada post module installed. it all works fine. What I need help with is this:

    It shows the customer, an estimated arrival date for their package(s). I'd like to remove this because I only ship once or twice a week and it assumes it's going out that day. Anybody know what I need to edit or change? Because I haven't been able to figure it out.

  9. #79
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: Canada Post module

    Hello Highlander,

    Information from this thread: http://www.zen-cart.com/forum/showthread.php?p=841468

    Quote Originally Posted by highlander View Post
    I have zencart 1.3.8 and the canada post module installed. it all works fine. What I need help with is this:

    It shows the customer, an estimated arrival date for their package(s). I'd like to remove this because I only ship once or twice a week and it assumes it's going out that day. Anybody know what I need to edit or change? Because I haven't been able to figure it out.
    Change info in: includes/modules/shipping/canadapost.php

    Quote Originally Posted by DrByte View Post
    You can remove the delivery date by editing the module code directly.
    Near the bottom of the file is this section of code:
    Code:
            $aryProducts[$index] = array(
                            $name . ', ' . $deliveryDate => $rate);
    Change that to:
    Code:
    $aryProducts[$index] = array(
                            $name => $rate);
    Last edited by Royal; 25 Jun 2010 at 07:45 PM.
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  10. #80
    Join Date
    Jun 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Canada Post module

    Hi,
    I know I'll look dumb, but once I unzipped the file, I put it in my localhost server.

    Where am I supposed to log into the admin section?
    I tried all the php paths that are into the files; the only thing that are happening are illegal access or nothing at all.

    Could you maybe post a longer tutorial on how are we supposed to use that module?

    P.S. I'm sorry about asking that because I read all the posts here and no one seemed to have any trouble with that.. I just really need to make it work.

    Thanks!

 

 
Page 8 of 47 FirstFirst ... 67891018 ... LastLast

Similar Threads

  1. Canada Post Module (w/Beanstream payment module)
    By sgt_slaughter in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 15 Sep 2009, 07:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR