Page 63 of 226 FirstFirst ... 1353616263646573113163 ... LastLast
Results 621 to 630 of 2252
  1. #621
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping module

    Quote Originally Posted by uniqueliving View Post
    Thanks for your help Rod Much appreciated.
    What version of ozpost are you running? At a glance it looks like V1.0.x. The bug you have described was fixed in 1.0.4 or 1.0.6. The current version is 2.0.5

    Cheers
    Rod

  2. #622
    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
    Thanks Rod,

    I manged to get rid of the brackets...

    but the other part has got me stumped..

    The earlier efforts removed the 3Kg from the shipping estimator, but I cant seem to fathom where, and in what file to edit to remove the reference from the checkout process pages.
    The checkout process pages will get this data from the ozpost module.

    In the places where you altered ozpost.php to remove the 3Kg from the shipping estimator I seem to recall we were modifying the $description variable, correct? If so, you'll need to add more code to modify the
    $quote->description variable as well.
    Don't let the funny looking name scare you .. it is just another variable that the ozpost module uses in places where icons aren't suitable.. IOW, whereas "$description" is the iconised/tabulated "prettied up" description, the $quote->description variable is the "raw text".

    Cheers
    Rod

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

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    As indicated above, I believe that newcomers should at least have some prior experience with the Internet and website management/maintanance prior to embarking on something as powerful and flexible as zencart and its associated modules. It really isn't my position to 'teach' people that 'unable to connect to server' could mean something as simple as their modem not being plugged in, to something more complex such as cURL not being installed, or a firewall issue, etc, etc... .
    I have learned my lesson but I think you have missed my point that 2.05 is the first module I have encountered that requires a live connection to the internet in order to install. Included amongst the other modules I had installed without going live are your AustPost and OZpost1.x series and several payment modules. If installing live is now the new order, then obviously I am learning a new lesson.

    Cheers

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

    Default Re: ozpost shipping module

    Quote Originally Posted by dw08gm View Post
    I think you have missed my point that 2.05 is the first module I have encountered that requires a live connection to the internet in order to install. Included amongst the other modules I had installed without going live are your AustPost and OZpost1.x series and several payment modules. If installing live is now the new order, then obviously I am learning a new lesson.
    Things change, and generally for the better.

    In this case the checks that have been put in place that allow the module to be installed have been added as a result of repeated installations on systems without the pre-requisite software requirements, specifically, PHPv5 and cURL.

    In short, the module now checks whether it is *capable* of working on any given system *before* it will allow itself to be installed. The idea being to categorise and minimise support questions by segregating installation/network issues from configuration and other issues.

    As a 'side effect', these checks are repeated each time you go to the /admin/modules/shipping section of the site, which gives a consistent and reliable feedback system that indicates the whether the server is accessible or not (and if not, hopefully a bit more information as to why not).

    Another 'side effect' is that by using the ozpost version number as the response string from the server it is now possible to notify users when an updated module is available.

    Soooo, even though this change may have caused *you* to learn a new lesson, for many others (those that haven't followed the same upgrade path) it is all 'new' anyway, so they won't have to un-learn the older methods, which is why I don't see the need to document this particular change.

    Cheers
    Rod

  5. #625
    Join Date
    Dec 2009
    Location
    Gold Coast, Australia
    Posts
    170
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    What version of ozpost are you running? At a glance it looks like V1.0.x. The bug you have described was fixed in 1.0.4 or 1.0.6. The current version is 2.0.5

    Cheers
    Rod
    Hi Rod

    This is what i am using and my settings and the site is www.dreamcatchersdirect.com.au


    ozpost V2.0.5



    Enabled
    True

    Dispatch Postcode
    4209

    Shipping Methods for Australia
    Registered Letters, Registered Parcel, Express Parcel

    Shipping Methods for Overseas
    Registered Air Parcel

    FastWay Franchise


    FastWay frequent user?
    No

    TNTaccount


    TNTuser


    TNTpassword


    Handling Fee - Letters
    2.00

    Handling Fee - Regular parcels
    5.00

    Handling Fee - Overseas parcels
    8.00

    Handling Fee - Registered and/or Insured parcels & letters
    2.00

    Handling Fee - Express parcels
    5.00

    Handling Fee - Prepaid Satchels
    4.00

    Handling Fee - Prepaid Satchels - Express
    5.00

    Handling Fee - COD
    12.00

    Handling Fee - ECI Documents
    10.00

    Handling Fee - ECI Merchandise
    10.00

    Handling Fee - TNT Merchandise
    5.00

    Handling Fee - FastWay Labels
    1.00

    Handling Fee - FastWay Satchels
    0.00

    Hide Handling Fees?
    Yes

    Cost on Error
    45.00,99.99

    Error cost Type
    Flat Rate

    Default ITEM Dimensions
    29,25,2.5

    Parcel Weight format
    kgs

    Hide parcel rates if letter sized ?
    No

    Icons type
    jpg

    Postage Delay (days).
    2

    Tare percent.
    10

    Sort order of display.
    0

    Tax Class
    GST

    Enable Debug?
    No
    Last edited by uniqueliving; 30 May 2010 at 01:20 AM. Reason: forgot something

  6. #626
    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
    The checkout process pages will get this data from the ozpost module.

    In the places where you altered ozpost.php to remove the 3Kg from the shipping estimator I seem to recall we were modifying the $description variable, correct? If so, you'll need to add more code to modify the
    $quote->description variable as well.
    Don't let the funny looking name scare you .. it is just another variable that the ozpost module uses in places where icons aren't suitable.. IOW, whereas "$description" is the iconised/tabulated "prettied up" description, the $quote->description variable is the "raw text".

    Cheers
    Rod
    Thanks Rod..

    if ( $quote->description == "3Kg Prepaid Satchel Express") { $quote->description = "Express Satchel" ; } straight after the other mod did the trick..

    Much appreciated..

    Mike

  7. #627
    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
    Thanks Rod..

    if ( $quote->description == "3Kg Prepaid Satchel Express") { $quote->description = "Express Satchel" ; } straight after the other mod did the trick..

    Much appreciated..

    Mike
    If you are interested in optimising this, both changes van be done at the same time as a result of just a single test.... eg:

    if ( $quote->description == "3Kg Prepaid Satchel Express") { $quote->description = "Express Satchel" ;
    $description = "Express Satchel" ;
    }

    Cheers
    Rod.

    ps. This will only improve performance by a few microseconds, so don't expect any observable difference. In isolation it isn't enough to worry about, but such optimisations repeated throughout any given code has a cumunilative effect that can be quite significant.

  8. #628
    Join Date
    Jun 2005
    Posts
    95
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    any chance that a couriers please module will be added?

  9. #629
    Join Date
    Dec 2009
    Location
    Gold Coast, Australia
    Posts
    170
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hi Rod
    Just wondering if you had a chance to look at my problem yet

    Thanks

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

    Default Re: ozpost shipping module

    Quote Originally Posted by gabbytwin View Post
    any chance that a couriers please module will be added?
    Probably not.

    Whether intentional or not Ccouriers Please haven't made their quote server/pages easily scriptable.

    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