Results 1 to 10 of 2252

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: ozpost shipping module

    Hi Rod

    1. please correct me if I am wrong but in v2.2.2 your

    admin\includes\modules\product\collect_info.php

    does not incorporate the changes of 139h, notwithstanding the following bugfix issued for those running php 5.2.3 or less:

    http://www.zen-cart.com/forum/showpo...64&postcount=6.

    2. in includes\modules\shipping\ozpost.php, the following switch to localhost (around Line 81) still seems to require a live curl connection just to install the mod.

    // $this->SERVER = 'ozpost.net';
    $this->SERVER = 'localhost/zencart/' ; // local testing

    Having got the error message, I pressed the back button and the mod allowed me to install, and it works but only with the default rates as well as the flat, weight and the other option - which is what I expected.

    However, when I am come to go live, am I good to go by just reversing the switch, or will I also need to uninstall/reinstall the mod.

    Cheers

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

    Default Re: ozpost shipping module

    Quote Originally Posted by dw08gm View Post
    Hi Rod

    1. please correct me if I am wrong but in v2.2.2 your

    admin\includes\modules\product\collect_info.php
    does not incorporate the changes of 139h,
    No correction needed...V2.2.2 was coded long before the 1.3.9h changes.

    Quote Originally Posted by dw08gm View Post
    2. in includes\modules\shipping\ozpost.php, the following switch to localhost (around Line 81) still seems to require a live curl connection just to install the mod.

    // $this->SERVER = 'ozpost.net';
    $this->SERVER = 'localhost/zencart/' ; // local testing
    That 'switch' is what I use for development. It won't do you (or anyone else) any good whatsoever, and yes, the module does require a 'live curl connection' to install. This is/was intentional because it helps with diagnosis of problems... simply put, when it was possible to install without the cURL check people were forever reporting that that could only get the flat/static rates, and it used to take several messages to determine they were lacking this very basic requirement for cURL - Even though it is clearly mentioned in several places.

    By adding this check as/when the module is installed has saved me many, many hours of asking "is your cURL working" before I can progress onto other possible problems that would cause the eaxct same symptoms.

    Quote Originally Posted by dw08gm View Post
    Having got the error message,
    Err, exactly waht is THE error message? the ozpost module could produce dozens of them, each detailing a different problem.

    I'm guessing you are referring to the one that says it couldn't connect to the server asnd asks if cURL is installed?

    Quote Originally Posted by dw08gm View Post
    I pressed the back button and the mod allowed me to install, and it works but only with the default rates as well as the flat, weight and the other option - which is what I expected.
    Good :)

    Quote Originally Posted by dw08gm View Post
    However, when I am come to go live, am I good to go by just reversing the switch, or will I also need to uninstall/reinstall the mod.
    As I said above, that 'switch' is really only useful for me, but to answer the question I think I need to ask what you mean by 'go live'. For some people this is just a mattter of taking the store out of maintainance mode, but for others they are talking about copying the files, etc from their local host over to a live server.

    If the former, then yes, setting the server back where it was should be all you need to do, but if you are talking about migrating the files to a live server you will need to keep in mind that you'll also need to migrate the database too, otherwise you will need to uninstall/reinstall the mod as it is this action that updates the database records.

    Cheers
    Rod

  3. #3
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    No correction needed...V2.2.2 was coded long before the 1.3.9h changes.
    I have had no trouble merging any of the files to 139h.

    IIRC there is also a missing closing </td> in there somewhere.

    That 'switch' is what I use for development. It won't do you (or anyone else) any good whatsoever, and yes, the module does require a 'live curl connection' to install. This is/was intentional because it helps with diagnosis of problems... simply put, when it was possible to install without the cURL check people were forever reporting that that could only get the flat/static rates, and it used to take several messages to determine they were lacking this very basic requirement for cURL - Even though it is clearly mentioned in several places.

    By adding this check as/when the module is installed has saved me many, many hours of asking "is your cURL working" before I can progress onto other possible problems that would cause the eaxct same symptoms.
    I was aware of the history of curl problems, even had one myself, but upon discovering the switch, I thought that it may have been put there for those wishing to work on localhost.

    Err, exactly waht is THE error message? the ozpost module could produce dozens of them, each detailing a different problem.

    I'm guessing you are referring to the one that says it couldn't connect to the server asnd asks if cURL is installed?
    Yes, the "could not connect to server" message.

    Good :)

    As I said above, that 'switch' is really only useful for me, but to answer the question I think I need to ask what you mean by 'go live'. For some people this is just a mattter of taking the store out of maintainance mode, but for others they are talking about copying the files, etc from their local host over to a live server.

    If the former, then yes, setting the server back where it was should be all you need to do, but if you are talking about migrating the files to a live server you will need to keep in mind that you'll also need to migrate the database too, otherwise you will need to uninstall/reinstall the mod as it is this action that updates the database records.

    Cheers
    Rod
    I have both live and localhost test setups, where the former is currently running an early 2 version of ozpost and the latter now has the latest version. The upgrading of the shipping module has been left til last as I have had other issues to deal with. Eventually everything on localhost, including the database, will be transfered to the live setup. Then the fun will really begin.

    Thanks for the clarity

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

    Default Re: ozpost shipping module

    RodG,

    Now that Australia post has added a $9.00 fee for any item shipped to the USA do we need to do any adjustments as this is the only country that has this that I know of.

    Our will you have an update to correct this because I can not see any option.
    Outdoorking
    Live Site www.outdoorking.com.au

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Bruce1952 View Post
    RodG,

    Now that Australia post has added a $9.00 fee for any item shipped to the USA do we need to do any adjustments as this is the only country that has this that I know of.

    Our will you have an update to correct this because I can not see any option.
    This fee is automatically added when/where applicable. You don't need to set anything.

    Cheers
    Rod

  6. #6
    Join Date
    Jun 2006
    Location
    Melbourne, VIC
    Posts
    106
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hi Rod,

    I'm finding that if I have debug turned on, I get the proper shipping quotes. It I turn debuf off, I only get the default flat rates.

    I have just set up on a new server and I seem to recall this occurring before but cannot remember the solution?

    Cheers,

    Peter.

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Peter Homann View Post
    Hi Rod,

    I'm finding that if I have debug turned on, I get the proper shipping quotes. It I turn debuf off, I only get the default flat rates.

    I have just set up on a new server and I seem to recall this occurring before but cannot remember the solution?

    Cheers,

    Peter.
    remove/install?

    Also check that you don't have any methods 'hidden'.

    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