Page 124 of 226 FirstFirst ... 2474114122123124125126134174224 ... LastLast
Results 1,231 to 1,240 of 2252
  1. #1231
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping module

    Quote Originally Posted by Mike_Dean View Post
    Hi Rod,
    Do you have any intention of adding Couriers Please to this module ?
    I haven't ruled them out yet, but their web interface doesn't allow for easy/simple scripted access so it isn't going to be in the near future. Perhaps sometime next year?

    Quote Originally Posted by Mike_Dean View Post
    Obviously we can't have the Fastway Mod showing "Fastway" as a service and then ship via CP.
    Well, no you can't... but......

    Quote Originally Posted by Mike_Dean View Post
    Can we mod our code to remove the reference to Fastway and the labels used, and just call it "Flat Rate" or "Door to Door" or something along those lines ?
    I was discussing something like this just the other week with a nearby friend. They want TOLL support (also difficult to script), but the noted the TOLL and TNT rates were pretty similar,

    Quote Originally Posted by Mike_Dean View Post
    Would that be possible within the realms of the mod ?
    The names of the Courier(s) can be changed with simple edits to the language files. The method types are sent by the server and can't be as easilty changed... However, the code logic is pretty simple, and changing the text to something different isn't difficult, I think I've given examples of how to do this elswhere in this thread.
    .
    Anyway, back to Couriers Please, if you know where I can find any documentation on how to interface with their server, or where I can obtain theie table rates I'll gladly revisit it.

    Cheers
    Rod

  2. #1232
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    I haven't ruled them out yet, but their web interface doesn't allow for easy/simple scripted access so it isn't going to be in the near future. Perhaps sometime next year?



    Well, no you can't... but......



    I was discussing something like this just the other week with a nearby friend. They want TOLL support (also difficult to script), but the noted the TOLL and TNT rates were pretty similar,



    The names of the Courier(s) can be changed with simple edits to the language files. The method types are sent by the server and can't be as easilty changed... However, the code logic is pretty simple, and changing the text to something different isn't difficult, I think I've given examples of how to do this elswhere in this thread.
    .
    Anyway, back to Couriers Please, if you know where I can find any documentation on how to interface with their server, or where I can obtain theie table rates I'll gladly revisit it.

    Cheers
    Rod

    Thanks Rod,

    Just trying a few options now, but I have found what appears to be an error in the Fastway costings

    Using a 15Kg parcel as an example from 2263 - 5730 the Fastway site suggests 1 GREY Label at $52.80 plus 2 Saver Labels, yet on the OzPost Mod, its still suggesting 1 Grey and 2 Savers, but at a total cost of $11.00 (no P&H), so it appears to be not including the cost of the GREY Label.

    Mike
    Last edited by Mike_Dean; 2 Oct 2010 at 12:55 PM.

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Mike_Dean View Post
    Using a 15Kg parcel as an example from 2263 - 5730 the Fastway site suggests 1 GREY Label at $52.80 plus 2 Saver Labels, yet on the OzPost Mod, its still suggesting 1 Grey and 2 Savers, but at a total cost of $11.00 (no P&H), so it appears to be not including the cost of the GREY Label.

    Mike
    Noted and fixed (server side)

    Cheers
    Rod.

  4. #1234
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post

    Anyway, back to Couriers Please, if you know where I can find any documentation on how to interface with their server, or where I can obtain their table rates I'll gladly revisit it.

    Cheers
    Rod
    Hi,

    I have a copy of the Post Code Zones and a copy of the Parcel Rates which calculates the required qty of Regional and Ezy Link labels for Couriers Please,

    Would that be of any use ?

    If you want to PM me with the nominated email address, I can send them over

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Mike_Dean View Post
    Hi,

    I have a copy of the Post Code Zones and a copy of the Parcel Rates which calculates the required qty of Regional and Ezy Link labels for Couriers Please,

    Would that be of any use ?
    It could be useful....certainly worth a look. email to me at [email protected]

    Thanks
    Rod

  6. #1236
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    Currently the only way will be to modify the code (not difficult). The plan is to have this is a constant reminder / feedback for merchants that don't regularly check their admin functionality so they don't get caught short when the free trial period is over. After the initial transition period future upgrades will either have this removed or disabled, or possibly set to only show during the final few days..

    Cheers
    Rod
    Hi Rod,

    I just upgraded to V2.09 and now I get the message re Postal Module Expires in XXX days

    Can you please let me the required code modification to remove this, as it really serves no purpose having this displayed to customers...


    Thanks,
    Mike

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Mike_Dean View Post
    Hi Rod,

    I just upgraded to V2.09 and now I get the message re Postal Module Expires in XXX days

    Can you please let me the required code modification to remove this, as it really serves no purpose having this displayed to customers...


    Thanks,
    Mike

    The fact that you are seeing this is indicative that you don't have all of the icons installed (it would normally show up as ALT text), but to remove it completely from the current version (V2.0.9) you will need to load the file
    /includes/modules/shippping/ozpost.php into a text editor.

    Locate the following lines (around line 300 or so)

    -------------------------------------------------------------------------------------------------
    if ($ozicon != " ") {
    $ozicon = zen_image($ozicon,"Postage module expires in ".
    $xmlQuotes->information[0]->expires." Days") ;
    $ozicon = "<a target=_blank href=http://ozpost.net/>".$ozicon."</a>" ;
    }

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

    You can either delete these lines, or comment them out by preceding them
    with //

    Resave the file.

    Cheers
    Rod

  8. #1238
    Join Date
    Aug 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hi,
    I'm using ver 1.3.9b and I have been notified by a customer today that my shipping isn't working and she is being charged the error cost.
    I haven't changed the shipping component at all. What could be wrong?
    I realise this is quite elusive, but thats all the info I have and I really have no idea what is wrong as it was working not so long ago.
    I did have store pickup installed and then uninstalled it the other day. I just reinstalled it them, but still no joy.

    Is there an update I have missed in the last few weeks?
    The items work previously...

    www . pinksugardesign . com

    Thanks Rod.

  9. #1239
    Join Date
    Aug 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    I have also changed the error postage price, but it sin't updating. It says $6.35 in the ozpost module in admin but not on the actual shopping cart. It is still set at $40.

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

    Default Re: ozpost shipping module

    Quote Originally Posted by pinksugardesign View Post
    I did have store pickup installed and then uninstalled it the other day. I just reinstalled it them, but still no joy.

    Is there an update I have missed in the last few weeks?
    The items work previously....
    Not sure what to tell you at the moment... The logs look ok, and my test puchase (5 mins ago) returned quotes for





    Lemme know if problems persist.

    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

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