Page 169 of 226 FirstFirst ... 69119159167168169170171179219 ... LastLast
Results 1,681 to 1,690 of 2252
  1. #1681
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping module

    Quote Originally Posted by scar View Post
    I want to break down shipping costs into 3 categories: Within Australia, UK and USA, all other international orders.

    Is it possible to do this / is there an easy way to do this?!!

    any help would be very much appreciated!
    https://www.zen-cart.com/tutorials/index.php?article=69

    Cheers
    Rod

    ps. This thread is for discussions about the ozpost shipping module. Questions regarding zone rates have thier own thread.

  2. #1682
    Join Date
    Feb 2010
    Location
    New South Wales, Australia
    Posts
    228
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    I want to restrict overseas orders to parcels only. Within Australia choose letters and parcels. I set this OK in the Ozpost settings.

    I also had the setting to "Hide parcel rates if letter sized." However this stuffed it up a bit because when it was an overseas order with something that would normally fit in a large letter it gave me no postage quote at all.

    I then set it to NOT hide parcel rates if letter sized. This is OK but I get that long list of quotes when it is domestic letter size.

    So what I would like to do is:
    When it is an overseas order and letter sized only show parcel quotes.
    When it is domestic order and letter sized only show letter quotes.

    Is that possible?

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

    Default Re: ozpost shipping module

    Quote Originally Posted by robbie269 View Post
    I want to restrict overseas orders to parcels only. Within Australia choose letters and parcels. I set this OK in the Ozpost settings.

    I also had the setting to "Hide parcel rates if letter sized." However this stuffed it up a bit because when it was an overseas order with something that would normally fit in a large letter it gave me no postage quote at all.

    I then set it to NOT hide parcel rates if letter sized. This is OK but I get that long list of quotes when it is domestic letter size.

    So what I would like to do is:
    When it is an overseas order and letter sized only show parcel quotes.
    When it is domestic order and letter sized only show letter quotes.

    Is that possible?
    I was about to say that yes, this is possible, but then I've realised that it isn't. The reason being is that the 'hide parcel if letter sized' setting doesn't distinquish between overseas and domestic items.

    Taking care of this could pose a few headaches because it will require changes to both the server and the client code. I WILL look into it for you though.

    Cheers
    Rod

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

    Default Re: ozpost shipping module

    Quote Originally Posted by robbie269 View Post
    So what I would like to do is:
    When it is an overseas order and letter sized only show parcel quotes.
    When it is domestic order and letter sized only show letter quotes.

    Is that possible?
    It is now :)

    Only problem is, the current client programs don't have the code to make it happen.

    Assuming you have no desire to wait any longer than needed for this functionality here is what you'll need to do.

    Load /includes/modules/shipping/ozpost.php into a text editor.

    Look for the code (somewhere around line #385) that reads:
    Code:
      if ((MODULE_SHIPPING_OZPOST_HIDE_PARCEL  == "Yes" ) && ( MODULE_SHIPPING_OZPOST_TYPE_LETTERS != "--none--" ))  $flags = $flags | 1 ;
    Change it to read:

    Code:
      if ((MODULE_SHIPPING_OZPOST_HIDE_PARCEL  == "Yes" ) && (  MODULE_SHIPPING_OZPOST_TYPE_LETTERS != "--none--" ))  $flags = $flags | 8  ;
    Note: There is only one change needed... the "1" needs to be changed to an '8'

    Resave the file.

    This will have the effect of hiding parcel rates if letter sized and domestic delivery.

    Alternatively, changing the '1' to a '16' will have the effect of hiding parcel rates if letter sized and overseas delivery.

    The setting of '1' continues to signify that all parcel rates should be hidden if the item is considered letter sized, regardless of the destination.

    I'll be adding an admin setting for this in the next update.

    Cheers
    Rod

  5. #1685
    Join Date
    Feb 2010
    Location
    New South Wales, Australia
    Posts
    228
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Thanks Rod

    That change did the trick!

    Robyn

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

    Default Re: ozpost shipping module

    Quote Originally Posted by robbie269 View Post
    Thanks Rod

    That change did the trick!

    Robyn
    Thanks for the feedback. I always enjoy being able to help ozpost supporters with their special requirements (where possible).

    Cheers
    Rod

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

    Default ozpost V3.2.0 Now available

    Hi Folks,

    Just released 7th Feb 2012 the latest ozpost shipping module V3.2.0.

    Changes:
    bugfix: Prepacked items not being re-orientated
    New feature: Added Click N Send CSV exports
    bugfix: A5 Satchel size was invalid
    Added: TARE Dimensions
    Improved pre-packing code
    New Methods: Ebay Flat Rate Satchels & Boxes

    For those using the auto-updates please be advised that the upgrade will *not* include the new icons for the Ebay type packaging. These icons can be extracted from the distribution .zip file if you need them (they aren't very good, I'm sure most of you can do better). Creating graphics is not my strong point and I'd rather spend time with functional coding rather than creating pretty pictures

    Please don't hesitate to report any bugs of other issues.

    Thanks
    Rod

  8. #1688
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: ozpost shipping module

    Hi Rod

    I am having an odd problem, infact its one i had before and you talked me through a solution, it was a minor bug I think, but it seems to have recurred at some stage.

    Basically if I go to the shipping page and i have a New Zealand address (probably all non-aus countries too) the fonts are huge 2-3 times there normal size, i have a feeling last time it was related to the yellow error message at the top

    SEA : The service Sea Mail for NEW ZEALAND does not accept parcels over 20kg


    I just can't remember what the solution was, i can't find it in this thread. any ideas.

    I noticed it this morning, (note I havent used the site since June)

    i went to look at the ozpost settings and it updated itself, but that didn't fix the issue

    Heres the update script if that helps?

    Ozpost module upgrade available V3.2.0
    $Id: ozpost.php,v3.1.3 Oct 2011
    bugfix: Stripped some characters from storenames to prevent mod_security issues
    bugfix: Fixed issue where o/seas quotes were occasionally failing to show.
    The ozpost shipping module has been updated. Please check your settings.
    Your previously installed module has been saved as ozpost3.1.3
    Your previously installed template has been saved as tpl_modules_shipping_estimator_old
    ../includes/templates/silverfish/templates/tpl_modules_shipping_estimator.php has been updated
    The ozpost database has been updated. Please CHECK YOUR SETTINGS.
    I am sure it was just a simple setting, but blowed if I can remember.

    It doesn't effect the functionality of the site, and it only effects the shipping page, but it does look weird
    Webzings Design
    Semi retired from Web Design

  9. #1689
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: ozpost shipping module

    aargh

    and for those of you with normal eyesight that message should read

    SEA : The service Sea Mail for NEW ZEALAND does not accept parcels over 20kg

    Sorry people, I normally make things red for emphasis but i had yellow in my head, and as they tell me "Men can't multitask", I have an excuse
    Webzings Design
    Semi retired from Web Design

  10. #1690
    Join Date
    Jan 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hello

    I am after a very similar solution to you Grandpa_shea, however I am not using any modules as such I just want to offer free Australia wide regular postage however charge a flat rate for international shoppers?

 

 

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