Results 1 to 10 of 2252

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hi Rod, I followed the instructions that I requested in a post about how to upgrade, I did not read the instructions page that was included in the download. My fault!!

    I will ask my programmer where he located the file of images, maybe then I can see how I got it wrong.


    But I have another issue now. A while ago you provided some code to add a day to Fastway, as we are in outer Melbourne and they take an extra day. My programmer is now saying

    "tell him you need it for the latest ozpost version, that specific piece of code he posted that should be replaced doesn't exist
    the command does but not for the fastway method
    this command "case "FWL";" exists
    but the whole piece of code
    case "FWL";
    if(in_array("FastWay Labels", $this->allowed_methods)) $handlingFee = MODULE_SHIPPING_OZPOST_FWL_HANDLING ;
    break;

    case "FWS":
    if(in_array("FastWay Satchel", $this->allowed_methods)) $handlingFee = MODULE_SHIPPING_OZPOST_FWS_HANDLING ;
    break;
    doesn't."

    Would you be able to assist?

    Thanks
    Jazzah

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping module

    Quote Originally Posted by jazzah View Post
    Hi Rod, I followed the instructions that I requested in a post about how to upgrade, I did not read the instructions page that was included in the download.
    Same instructions.

    Quote Originally Posted by jazzah View Post
    I will ask my programmer where he located the file of images, maybe then I can see how I got it wrong.
    No need to ask. I can tell you... he placed them in the location that I keep specifying. namely. in images/icons/ozpost.
    I know this as fact, because they simply won't load from anywhere else.

    Quote Originally Posted by jazzah View Post
    But I have another issue now. A while ago you provided some code to add a day to Fastway, as we are in outer Melbourne and they take an extra day. My programmer is now saying

    "tell him you need it for the latest ozpost version, that specific piece of code he posted that should be replaced doesn't exist
    Wow! This peice of code hasn't existed since V2.0.9 ,,, That's four versions ago!!

    Quote Originally Posted by jazzah View Post

    Would you be able to assist?
    Sure. Tell him to look for the line that reads:

    $estimateddays = $quote->days ;

    Then immediatly after that add something like

    if ( substr($quote->id, 0, 2) == "FW") $estimateddays = $estimateddays + 1 ;


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

    IMPORTANT: For this to work you MUST select "days" for the Estimated Delivery Format. If you wish to use the 'date' format your programmer will need to manipulate the date string, which is a little more difficult.

    Cheers
    Rod

  3. #3
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping module

    Quote Originally Posted by centaur View Post
    I have clients refering to me that they cannot purchase by post - When I checked, I have this message
    "Ozpost.net subscription expired 4 Days ago"
    If you are a host/devoloper with 3 or more clients (using ozpost) please PM me.

    Quote Originally Posted by centaur View Post
    I can't remember subscribing to anything, and I have been using your module for years
    Please can you tell me whats happened, and if there are any changes.

    Thank you
    ozpost.net went to a subscription based format last July. There is a 60 day automatic subscription from the first time the module is used.

    Cheers
    Rod

 

 

Similar Threads

  1. v151 Product dimensions revert to 0 - using ozpost module
    By mpforum in forum General Questions
    Replies: 8
    Last Post: 18 Apr 2014, 09:49 AM
  2. Ozpost and module help
    By janelle in forum Addon Shipping Modules
    Replies: 2
    Last Post: 15 Jun 2012, 09:19 AM
  3. Ozpost Combine shipping !! Possible ?
    By toytemple in forum Addon Shipping Modules
    Replies: 7
    Last Post: 21 Jan 2010, 02:22 PM
  4. ozpost module problems
    By hspark in forum Addon Shipping Modules
    Replies: 19
    Last Post: 7 Dec 2009, 12:44 PM
  5. store pick-ip in ozpost shipping module
    By lazerweb in forum Addon Shipping Modules
    Replies: 2
    Last Post: 29 Jul 2008, 05:04 AM

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