Results 1 to 10 of 2252

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: ozpost shipping module

    Unfortunately, Rod, it doesn't help. The file tpl_modules_shipping_estimator.php doesn't exist in the template-override directory and it hasn't been modified in the template_default directory.

    The site was just upgraded from Zen Cart v1.5.3 to v1.5.4; here's the Server Information:
    Code:
    Server Host: instant1643.server.com (209.236.74.166)       	Database Host: localhost (127.0.0.1)
    Server OS: Linux 2.6.32-431.5.1.el6.x86_64    	Database: MySQL 5.5.42-cll
    Server Date: 30/03/2015 03:53:44   	Database Date: 30/03/2015 03:53:44
    Server Up Time: 03:53:44 up 6 days, 6:47, 0 users, load average: 0.00, 0.05, 0.05 	HTTP Server: Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 mod_perl/2.0.6 Perl/v5.8.8
    PHP Version: 5.3.28 (Zend: 2.3.0)   PHP Memory Limit: 32M 	PHP Safe Mode: Off
    PHP File Uploads: On    Max Size: 2M 	POST Max Size: 8M
    Database Data Size: 16,311 kB 	Database Index Size: 4,235 kB
    I did the one-click ozPost upgrade from 3.6.2 to 3.6.5.

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

    Default Re: ozpost shipping module

    Quote Originally Posted by lat9 View Post
    Unfortunately, Rod, it doesn't help. The file tpl_modules_shipping_estimator.php doesn't exist in the template-override directory
    This is the problem. Why doesn't it exist? (Generally insufficient permissions for ozpost to create it).

    Quote Originally Posted by lat9 View Post
    and it hasn't been modified in the template_default directory.
    Nor should it be. The ozpost installer is supposed to copy this to the template-override directory and then modify it.

    Quote Originally Posted by lat9 View Post
    I did the one-click ozPost upgrade from 3.6.2 to 3.6.5.
    I'm still in the process of updating and modifying the installation/upgrade code to give better 'pre upgrade' reporting and testing, but this is quite a challenging task because the code that does the actual updating is the code written into V3.6.2, and you won't see the effect of the V3.6.5 changes until the *next* update comes out (and that's when I find I what I messed up with in the current release).

    Anyway, est fix for your problem would be to copy the default tpl_modules_shipping_estimator.php file into the overrides folder, them make sure the server process can read and write this file, then click the buttons to uninstall and re-install the module, and all should be fine.

    Cheers
    RodG

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: ozpost shipping module

    Rod, I have no idea what transpired but when I re-checked the template-override directory, the shipping-estimator file has now been updated.

    Does the distribution file that will be available in the Plugins list the file-related changes that are made? I keep a copy of all the site's files locally and I really don't want to have to go through directory-by-directory to find out what files have been changed in the update.

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

    Default Re: ozpost shipping module

    Quote Originally Posted by lat9 View Post
    Does the distribution file that will be available in the Plugins list the file-related changes that are made?
    Yes and no.

    Yes, one of the files does list all of the files that the module updates.
    No, there isn't a file that details what changes have been made to any of the files listed.

    Quote Originally Posted by lat9 View Post
    I keep a copy of all the site's files locally and I really don't want to have to go through directory-by-directory to find out what files have been changed in the update.
    With almost all of the ozpost updates, the only changes have been to the 'main' ozpost.php file.

    Where the installer needs to modify any core code it creates a backup called filename.php_ozpRestore, so to quickly find the changed files just search for the *_ozpRestore files.

    Cheers
    RodG

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: ozpost shipping module

    Another question: Shipping weights.

    I've got a product that is defined with a weight of 0. The ozPost Weight factor is kilos, the "Tare Weight" is 500:+90,1000:20,2000:15,10000:+2000. the "Action on 0 Weight" is default, the default weight is 2900.

    When I estimate shipping, the weight of the product is shown as 4.9kg. Where did that number come from?

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

    Default Re: ozpost shipping module

    Quote Originally Posted by lat9 View Post
    Another question: Shipping weights.
    I've got a product that is defined with a weight of 0. The ozPost Weight factor is kilos,
    0kg or 0gm, its all the same :-)

    Quote Originally Posted by lat9 View Post
    the "Tare Weight" is 500:+90,1000:20,2000:15,10000:+2000.
    These are applied to the parcel, not the individual items.

    Quote Originally Posted by lat9 View Post
    the "Action on 0 Weight" is default, the default weight is 2900.
    Uhuh.

    Quote Originally Posted by lat9 View Post
    When I estimate shipping, the weight of the product is shown as 4.9kg. Where did that number come from?
    The defined product weight is '0' so the 'Action on Zero Weight' is applied, giving this item a weight of 2900gm and a tare weight of 15% = +435gm = 3.335Kg...

    Nope. That's not it. Perhaps something has gone amiss with the tare calculations, and they are seeing the assigned weight as 2900kg, and therefore giving a tare weight of 2kg... At least that will explain the 4.9kg.

    Enabling the debug should indicate the tare weight being applied, as well as whether its a fixed amount or a percentage, so it shouldn't be hard to verify this suspicion.

    Cheers
    RodG

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: ozpost shipping module

    Rod, I've copied and pasted the debug-information HTML, confirming your suspicions regarding the tare weight:
    Code:
    Weight	  2900g 	Items	 1	Weight	 4900g
    Dimensions	  29 x 25 x 2.5 	 29 x 25 x 2.5
    Cube / Weight	  1812.5cc / 0.453125kg 	 1812.5cc / 0.453125kg
    Calculated: Length=29.20cm, Width=25.20cm, Height=2.70cm, Weight=4900g, NumBoxes=1
    Using a tare weight of +2000gms

  8. #8
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hi Rod,

    I am having an issue with the ozpost module which does not appear to be working for overseas items to post especially New Zealand at this stage and has only happened since march this year. The error message that I am getting is:
    Sorry, we are not shipping to your region at this time.

    I am using the latest version of ozpost V4.2.4 I have also tested the server and these are the results:
    [email protected]> Connect Time : 4ms > Name lookup Time : 3ms > Total Time : 1307ms > Poor
    [email protected]> Connect Time : 27ms > Name lookup Time : 0.041ms > Total Time : 150ms > Excellent
    [email protected]> Connect Time : 33ms > Name lookup Time : 3ms > Total Time : 307ms > Good
    Outdoorking
    Live Site www.outdoorking.com.au

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Bruce1952 View Post
    Hi Rod,

    I am having an issue with the ozpost module which does not appear to be working for overseas items to post especially New Zealand at this stage and has only happened since march this year. The error message that I am getting is:
    Sorry, we are not shipping to your region at this time.
    This is not an ozpost issue

    The zencart faq file states ....
    ....................
    This message usually occurs when you have no available shipping modules for that customer's address.

    A module is unavailable for one of two reasons:

    1. it's not installed
    2. or it's installed but has a Shipping Zone restriction set on it, and the customer's shipping address isn't in that specified zone.


    Or maybe the order qualifies for Free Shipping, but you don't have the freeshipper module installed.
    ......................

    We can obviously eliminate the possibility that its not installed, and we can also eliminate the shipping zone restriction as a possibilty because the ozpost module doesn't even have (or use) shipping zone restrictions. As far as the ozpost module is concerned there are only two zones, Australia and not Australia, with neither being restricted. Ozpost only uses this to determine whether GST is applicable to the quotes or not and it isnt a user configurable option, its just a simple fact. Australian destinations have GST included. Non Aust destination are GST exclusive. All zones/regions are considered valid (for quote purposes)

    So this means that the problem is going to be related to the Freeshipping/freeshipper module .... or, you have *another* shipping module enabled that *does* impose zone restrictions and it is *that* module that is triggering the "Sorry, we are not shipping to your region at this time" message... hmm, it is also possible (I think) that this message could be triggered by a zone restriction imposed by your payment module(s).

    So, although I cant tell you exactly what *is* causing the restriction, I can tell you with 100% confidence that it is *not* the ozpost module causing it.


    Hopefully this is of some help?

    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