Page 129 of 226 FirstFirst ... 2979119127128129130131139179 ... LastLast
Results 1,281 to 1,290 of 2252
  1. #1281
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping module

    Quote Originally Posted by annav View Post
    Hi, I have a bit of an unusual problem with the postage module. I am running ozpost V2.0.9 on ZenCart v1.3.9 something - not the latest one.

    All postage calculations are working correct with the exception of postcodes in the ACT which are averaging approximately $2.00 more than they should.

    It's only postcodes within and around the ACT. All others (I only tried all capital cities) are calculating correctly.

    Any idea what the problem could be as I have hit a blank.

    Thanks
    Anna
    www.toycrazy.com.au
    I'm quite happy to accept that what you are saying is correct, but unless you can provide and explicit example (IOW, a link to an item in your store, and a destination postcode that you have used to verify the problem), as well as what you think the postage should cost, then, and only then will I be able to explain what is occuring.

    I just know that if I start adding products/items and random and selecting my own destination postcodes will ensure that I find the only items and destinations that don't have a problem, and this is assume it is an item/destination related problem. Chances are, the problem is something else entirely, which is why I need to be on exactly the same page as you for testing purposes.

    Cheers
    Rod

  2. #1282
    Join Date
    Nov 2010
    Location
    Brisbane Queensland
    Posts
    11
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    I am having an issue with the tnt part of the module. It calculates and shows TNT Shipping rates in debug mode but switch off debug mode and the tnt shipping calculation doesn't show in checkout. I am using Zen Cart 1.3.9h no upgrades. Fresh install 2 weeks ago. Using Ozpost 2.1.1. www.superiormarinegroup.com.au/catalog

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Olsta View Post
    I am having an issue with the tnt part of the module. It calculates and shows TNT Shipping rates in debug mode but switch off debug mode and the tnt shipping calculation doesn't show in checkout. I am using Zen Cart 1.3.9h no upgrades. Fresh install 2 weeks ago. Using Ozpost 2.1.1. www.superiormarinegroup.com.au/catalog
    It seems to be working at the moment (Road express only).
    your debug shows other TNT methods available, so I assume you have disabled those.

    BTW, your tpl_modules_shipping_estimator.php file hasn't been updated with the latest copy from the ozpost distribution package... it takes care of some of the messy formatting.

    Cheers
    Rod

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

    Default Re: ozpost shipping module

    Ozpost.net News

    17th November 2010 CHANGES TO ESTIMATED DAYS DELIVERY - OZPOST.NET

    In keeping with a number of requests, ozpost.net has recently altered the way it estimates the delivery times shipping quotes.
    Until now, each carrier returned this information in their own formats that generally had nothing in common with each other. Some would quote a specific number of days, some would quote a range of days, and others an estimated date. Feedback appears to indicate that most people (merchants and most importantly, the customers) appear to prefer the date format rather than the estimated days format, so I have opted to make all estimates conform to this format...

    Along with this change comes a couple of new configuration options that will be included in the next client program updates. Meanwhile, these options can be added to existing/older clients by loading the file /includes/modules/shipping/ozpost.php into a text editor and searching for the line that reads like:

    $result = $this->_getURL($this->SERVER, "/postage.php?weight=$parcel......................................");

    Insert between "?" and "weight="

    deadline=xx&maildays=y&

    So the line now reads something like:
    $result = $this->_getURL($this->SERVER, "/postage.php?deadline=xx&maildays=y&weight=$parcel.............

    The "deadline" (xx) is the cutoff time (hour 0-23) for sameday mailings (overnight delivery)... The default is set for 10am (local store time).

    The "maildays" value (y) indicates the days that you do your mailings..
    A bitmapped value where:
    Mon = 1
    Tue = 2
    Wed = 4
    Thu = 8
    Fri = 16

    A value of '0 or 31' indicates every weekday, otherwise simply add the numbers that match your maildays..

    examples: Mon, Wed & Friday only = 1 + 4 + 16 so maildays=21
    Tue & Thursdays only = 2 + 8, so maildays=10
    All except Mondays = 2 + 4 + 8 +16 so maildays=30
    Tue, Wed, Thurs only = 2 + 4 + 8 so maildays=14

    The default value is '0' (all weekdays)

    IF YOU ARE HAPPY WITH THE DEFAULT VALUES YOU DON'T NEED TO MODIFY ANYTHING!!!!!!


    If you have any further questions or problems please ask.



    Thanks
    Rod

  5. #1285
    Join Date
    Aug 2007
    Posts
    118
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hi Rod

    I prefer the 'estimated days' method. I'm still running an old version because of my mods for 'packing' and not really in a position to install and modify the latest version at the moment. (EDIT: v2.0.6 modded)

    Problem for me immediately is that I'm now getting '0 days estimated delivery' for my shipping quotes. (EDIT: I changed code to state 'estimated delivery')

    Is the 0 days thing to be expected or is there something else that is going wrong?

    Cheers
    Greig
    Last edited by GAM; 17 Nov 2010 at 01:25 AM.

  6. #1286
    Join Date
    Dec 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hi Rod,

    Thanks for your continued support on ths excellent mod :)

    I have a slight problem...
    My "Prepaid express satchel 500g" is only displaying as a "Prepaid satchel 500g".

    It has the correct price displayed and the alt text is correct "500g Express Satchel" but it has the wrong image associated.

    Also when selected it displays as Australia Post (500gm Satchel):
    Not Express Satchel..

    I'm using the .png icons

    The site is: stillmomentsnursery.com
    ozpost V2.1.1

    Thanks
    Tim

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

    Default Re: ozpost shipping module

    Quote Originally Posted by GAM View Post
    Is the 0 days thing to be expected or is there something else that is going wrong?
    This has been a particularly troublesome one for me to maintain backwards compatibility with, mainly because pretty much every different release has had *some* kind of change to the part of the code that dealt with the output formatting of the disparate data from the various carriers.

    No, the '0' thing was not to be expected and should now be fixed (for v2.0.6 at least). Other versions have either already been fixed, or I'm not yet aware they are still broken).

    Cheers
    Rod

  8. #1288
    Join Date
    Aug 2007
    Posts
    118
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hi Rod

    Thanks, it seems to be fixed now. Finally got an order today ;-)

    I'll try to have a look at the latest release and see if/how I can port my existing changes to the new version, that is, if my changes are even required now. I haven't kept abreast of the changes but I read that you've modifed the 'packing/volume' calculations, which was the main reason for me to keep with my modded 2.0.6 version).

    If there is some way I could continue to display a number of days instead of the other variations I would appreciate it a lot.


    Cheers
    Greig

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Tim Ware View Post
    My "Prepaid express satchel 500g" is only displaying as a "Prepaid satchel 500g"
    It should be OK now. (My error with latest server update).

    Thanks for the report.

    Cheers
    Rod

  10. #1290
    Join Date
    Dec 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Thanks Rod is working correctly now thanks. :)

    1 other quick question..
    I have the Postage Delay (days) set to a minus figure to disable the estimate delivery time feature.
    But after I set it to this, it starts adding new lines between the quotes. Which get larger and larger as the quotes go down through the list.

    It works fine if I enable the Postage Delay (days).

    Thanks again
    Tim

 

 

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