Page 16 of 46 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 459
  1. #151
    Join Date
    Mar 2011
    Location
    Ontario, Canada
    Posts
    18
    Plugin Contributions
    0

    Default Re: Canada Post module

    I installed the updated "canadapost.php"

    I put a fake item in my store to test it, that should fit well within the lettermail limits (my store hasn't "launched" yet, so it's all "test items" right now), but I don't have Lettermail showing up when I click on "estimate shipping". I also didn't have ti showing up before installing the updated php file.
    I seem to only get results for regular shipping, not lettermail.

    Any idea what i might need to change/fix here - any help or tips would be greatly appreciated?

    Edit:
    Also - i have enabled lettermail rates in my shipping module - it's set to "true", incase that info helps at all
    Last edited by carley; 9 Apr 2011 at 02:44 PM. Reason: extra info

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

    Default Re: Canada Post module

    Hello Carly,

    I have change "Lettermail" to "Regular Mail". Is that what you see "Regular Mail". Just look for "Regular Mail" in includes/modules/shipping/canadapost.php and change it to "Lettermail".

    Code:
            case 'CA':
              {
                $table_cost = preg_split("[:,]", constant('MODULE_SHIPPING_CANADAPOST_LETTERMAIL_CAN'));
                $lettermail_service = sprintf("Regular Mail: estimated %d-%d business days", round($this->turnaround_time / 24 + 2), round($this->turnaround_time / 24 + 4)); //factor in turnaround time
                break;
              }
    Change to:

    Code:
            case 'CA':
              {
                $table_cost = preg_split("[:,]", constant('MODULE_SHIPPING_CANADAPOST_LETTERMAIL_CAN'));
                $lettermail_service = sprintf("Domestic Lettermail: estimated %d-%d business days", round($this->turnaround_time / 24 + 2), round($this->turnaround_time / 24 + 4)); //factor in turnaround time
                break;
              }
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  3. #153
    Join Date
    Mar 2011
    Location
    Ontario, Canada
    Posts
    18
    Plugin Contributions
    0

    Default Re: Canada Post module

    Quote Originally Posted by Royal View Post
    Hello Carly,

    I have change "Lettermail" to "Regular Mail". Is that what you see "Regular Mail". Just look for "Regular Mail" in includes/modules/shipping/canadapost.php and change it to "Lettermail".

    Code:
            case 'CA':
              {
                $table_cost = preg_split("[:,]", constant('MODULE_SHIPPING_CANADAPOST_LETTERMAIL_CAN'));
                $lettermail_service = sprintf("Regular Mail: estimated %d-%d business days", round($this->turnaround_time / 24 + 2), round($this->turnaround_time / 24 + 4)); //factor in turnaround time
                break;
              }
    Change to:

    Code:
            case 'CA':
              {
                $table_cost = preg_split("[:,]", constant('MODULE_SHIPPING_CANADAPOST_LETTERMAIL_CAN'));
                $lettermail_service = sprintf("Domestic Lettermail: estimated %d-%d business days", round($this->turnaround_time / 24 + 2), round($this->turnaround_time / 24 + 4)); //factor in turnaround time
                break;
              }
    Ah, OK - I NEVER would have thought of that, thanks Royal!
    I DO see "Regular", it's coming in at the same price as Expedited right now though. I'll change that in the pho file & see if it fixes it - I'll let you know in a moment!

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

    Default Re: Canada Post module

    Hello Carla,

    If you just see "Regular" that is for "Regular Parcel".

    Example of what you should see:

    Canada Post (Priority Courier, 2011-04-12)

    Canada Post (Xpresspost, 2011-04-12)

    Canada Post (Expedited, 2011-04-12)

    Canada Post (Regular, 2011-04-13)

    Canada Post (Lettermail: estimated 4-6 business days)

    Did you setup your "Lettermail" correctly on Canada Post side? Do you have a link for your website.
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  5. #155
    Join Date
    Mar 2011
    Location
    Ontario, Canada
    Posts
    18
    Plugin Contributions
    0

    Default Re: Canada Post module

    Quote Originally Posted by Royal View Post
    Hello Carly,

    I have change "Lettermail" to "Regular Mail". Is that what you see "Regular Mail". Just look for "Regular Mail" in includes/modules/shipping/canadapost.php and change it to "Lettermail".

    Code:
            case 'CA':
              {
                $table_cost = preg_split("[:,]", constant('MODULE_SHIPPING_CANADAPOST_LETTERMAIL_CAN'));
                $lettermail_service = sprintf("Regular Mail: estimated %d-%d business days", round($this->turnaround_time / 24 + 2), round($this->turnaround_time / 24 + 4)); //factor in turnaround time
                break;
              }
    Change to:

    Code:
            case 'CA':
              {
                $table_cost = preg_split("[:,]", constant('MODULE_SHIPPING_CANADAPOST_LETTERMAIL_CAN'));
                $lettermail_service = sprintf("Domestic Lettermail: estimated %d-%d business days", round($this->turnaround_time / 24 + 2), round($this->turnaround_time / 24 + 4)); //factor in turnaround time
                break;
              }
    OK, I tracked down that part & changed it to "Domestic Lettermail", like in the code you attached, and it's still doing the same thing - in the "estimate shipping" pop-up box, it still shows up as "regular" and still with the exact same price as expedited.

    I also tried changing it to just "lettermail" instead of "Domestic Lettermail", and had the same results.

  6. #156
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: Canada Post module

    Hello Carley,

    Check post 154.
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  7. #157
    Join Date
    Mar 2011
    Location
    Ontario, Canada
    Posts
    18
    Plugin Contributions
    0

    Default Re: Canada Post module

    Quote Originally Posted by Royal View Post
    Hello Carla,

    If you just see "Regular" that is for "Regular Parcel".

    Example of what you should see:

    Canada Post (Priority Courier, 2011-04-12)

    Canada Post (Xpresspost, 2011-04-12)

    Canada Post (Expedited, 2011-04-12)

    Canada Post (Regular, 2011-04-13)

    Canada Post (Lettermail: estimated 4-6 business days)

    Did you setup your "Lettermail" correctly on Canada Post side? Do you have a link for your website.

    I have this showing up:

    Canada Post (Priority Courier, 2011-04-12)

    Canada Post (Expedited, 2011-04-12)

    Canada Post (Regular, 2011-04-13)

    Store Pickup (Walk In)

    My store can be found here: http://nurturedsewnaturally.com/store/
    (i haven't changed very much from the original layout of zencart, even the text is the same - I'm trying to get the modules figured out before i list all my products & change what pages say).

    The product i put in to test letter mail can be found in the "PRODUCTS FOR TESTING SITE" category


    On Canada Post's side I have the dummy box that you start out with & 1 lettermail option that i put in just to test lettermail - the specs for the lettermail envelope match those given as an example in the "Lettermail_readme" instructions:
    Description: Lettermail_0
    Weight Limit: 30
    Box Weight: 0.010 kg
    Length: 25.4 cm
    Width: 16.2 cm
    Height: 2 cm

    I did just notice that in the "Shipping Services" section on Canada Post's side, that I only have Priority, Xpresspost, Expedited, Regular showing up, there isn't an option for lettermail there - I'm not sure if there is supposed to be though.

    Thanks for all your help Royal!

  8. #158
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: Canada Post module

    Quote Originally Posted by carley View Post
    ).

    On Canada Post's side I have the dummy box that you start out with & 1 lettermail option that i put in just to test lettermail - the specs for the lettermail envelope match those given as an example in the "Lettermail_readme" instructions:
    Description: Lettermail_0
    Weight Limit: 30
    Box Weight: 0.010 kg
    Length: 25.4 cm
    Width: 16.2 cm
    Height: 2 cm

    I did just notice that in the "Shipping Services" section on Canada Post's side, that I only have Priority, Xpresspost, Expedited, Regular showing up, there isn't an option for lettermail there - I'm not sure if there is supposed to be though.

    Thanks for all your help Royal!
    Hello Carley,

    Change Weight Limit to: 0.500 kg

    What is your test item measurement?

    There isn't any option on Canada Post side for "Lettermail".
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  9. #159
    Join Date
    Mar 2011
    Location
    Ontario, Canada
    Posts
    18
    Plugin Contributions
    0

    Default Re: Canada Post module

    Quote Originally Posted by Royal View Post
    Hello Carley,

    Change Weight Limit to: 0.500 kg

    What is your test item measurement?

    There isn't any option on Canada Post side for "Lettermail".
    I just changed the weight limit to .500 kg

    test item measurements:
    Products Shipping Weight: .001 kg (i tried different weights, without any change in results so far)
    Length 5.00 cm
    Width 5.00 cm
    Height 1.00 cm

    and ready to ship is NOT selected

  10. #160
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: Canada Post module

    Hello Carley,

    In Zen Cart Admin. Go to "Configuration" click on "Shipping/Packaging".

    Look for:

    Package Tare Small to Medium - added percentage:weight and change the value to 0:0 if it is not.

    Larger packages - added packaging percentage:weight and change the value to 0:0 if it is not.

    If that does not work try re-install the Canadapost Module.

    Did you cute and paste the "mysql_canpost_dimensional_13x.sql" in Tools/Install SQL Patches?
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

 

 
Page 16 of 46 FirstFirst ... 6141516171826 ... 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