Page 131 of 226 FirstFirst ... 3181121129130131132133141181 ... LastLast
Results 1,301 to 1,310 of 2252
  1. #1301
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping module

    Quote Originally Posted by GAM View Post
    If you are going to look at the 'days' vs 'date' toggle/flag then I will hold off upgrading (and hacking) the latest version.
    The toggle has been added (server side). Needless to say, I still need to update the client software for it (probably within the next week).

    I have set up so that by default the DAYS will show (as this has been the 'traditional' format). The exception being V2.1.1 with uses the DATE format by default.

    Until this is added to code, it can be manually set by editing the
    /includes/modules/shipping/ozpost.php file, and adding the following to the QUERY STRING "ef=0" (days format) or "ef=1" (date format).

    Cheers
    Rod

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

    Default Re: ozpost shipping module

    Rod would I be right in saying that the toggle to hide couriers if Aus post can handle it does not apply to TNT because regardless if i turn the toggle on or off I don't get TNT rates if there are Aus Post Rates. Typical example is all Alvey fishing reels on my site don't sow TNT rates only Aus Post and if you go to Tents-Canvas or Waco Fridge/Freezers you only get TNT Rates and no Aus Post because obviously these items are too big for Aus Post. Is there any trick to get TNT to come up for items along with Aus Post? I get it to show in debug mode but not when it is off. By the way thanks for your time and efforts so far.

  3. #1303
    Join Date
    Nov 2010
    Location
    Brisbane Queensland
    Posts
    11
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    OK I have finally had a win!! If you disable a a few Aus Post options ie regular sachels and click yes to hide parcel rates if sachel sized I now get my TNT rates for ALL products.

  4. #1304
    Join Date
    Nov 2010
    Location
    Brisbane Queensland
    Posts
    11
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Ok now I have another problem if you go to my site http://superiormarinegroup.com.au/ca...products_id=49

    Add this item to the cart and you will see the shipping methods change with 1 Qty then 2-3 Qty and then 4-7 Qty and again at 8. How is it that TNT is there at 2-3 Qty then disappears and comes back at 8?

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Olsta View Post
    Ok now I have another problem if you go to my site http://superiormarinegroup.com.au/ca...products_id=49

    Add this item to the cart and you will see the shipping methods change with 1 Qty then 2-3 Qty and then 4-7 Qty and again at 8. How is it that TNT is there at 2-3 Qty then disappears and comes back at 8?
    Don't know. What does debug say?

    Rod

  6. #1306
    Join Date
    Nov 2010
    Location
    Brisbane Queensland
    Posts
    11
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    Don't know. What does debug say?

    Rod
    It all seems to work properly when the debug is on??

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Olsta View Post
    OK I have finally had a win!! If you disable a a few Aus Post options ie regular sachels and click yes to hide parcel rates if sachel sized I now get my TNT rates for ALL products.
    Alas, in spite of all of your testing, and everything that debug provides, I still think you are *guessing* rather than *understanding*.

    Remember: The SERVER provides what is POSSIBLE
    Your config settings determine which of the POSSIBLE methods are ALLOWED.

    The "Hide" switches affect what the server will consider POSSIBLE by triggering an 'early abort' - IOW, if letters are good enough (hide parcels) then the server won't even attempt parcel rates (including couriers). Likewise, if the serverr can get a valid AustPost Quote and the 'hide couriers' is set, then the server won;t attempt the courier rates. If NOTHING is 'hidden' then ALL quotes are returned, letters (if possible), parcels, even if they are letter sized, parcels, even if the items will fit into a satchel, and so forth.

    It is no more compicated/simple than this. I haven't identified any problem with your store, and you haven't provided me with an explicit example that I can quickly verify your issue (and as implied in other messages, it is a wast of time for me to try to 'guess' what item(s) are causing a problem.

    And finally, PLEASE USE THE DEBUG!!! Watch the parcel weights and dimensions, check the delivery destinations ... as these can all have an effect on the output.

    Anyway.... on to your next message......

  8. #1308
    Join Date
    Nov 2010
    Location
    Brisbane Queensland
    Posts
    11
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Rod could you maybe add a toggle to allow tnt shipping in all instances as it does in debug mode?

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Olsta View Post
    Rod would I be right in saying that the toggle to hide couriers if Aus post can handle it does not apply to TNT

    No, you will be wrong with that assumption. TNT is a courier, so if AustPost can handle it, and the 'hide couriers' has been set, then TNT will be hidden/unavailable.

    Quote Originally Posted by Olsta View Post
    because regardless if i turn the toggle on or off I don't get TNT rates if there are Aus Post Rates.
    .
    If HIDE is enabled, and AustPost can handle it, then couriers will NOT be shown. THey will be hidden.
    If HIDE is NOT enabled, and AustPost can handle it, the couriers will ALSO be shown (where considered valid).

    Quote Originally Posted by Olsta View Post
    Typical example is all Alvey fishing reels on my site don't sow TNT rates
    .
    The debug SHOULD show you why. If not, it'll show a valid result, anjd as I know I've said at least once before, If the quote is shown in DEBUG mode, but NOT in the final selection, it is because that method has been disabled.
    (That, or you have just identified a new bug).

    Quote Originally Posted by Olsta View Post
    only Aus Post and if you go to Tents-Canvas or Waco Fridge/Freezers you only get TNT Rates and no Aus Post because obviously these items are too big for Aus Post. Is there any trick to get TNT to come up for items along with Aus Post?
    .
    Yes, the 'trick; is to NOT HIDE them.

    Quote Originally Posted by Olsta View Post
    I get it to show in debug mode but not when it is off. By the way thanks for your time and efforts so far.
    If that is the case, the methods have been adminsistatively disabled.

    Cheers
    rod

    next message....????

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

    Default Re: ozpost shipping module

    Quote Originally Posted by Olsta View Post
    Rod could you maybe add a toggle to allow tnt shipping in all instances as it does in debug mode?
    This is the default behaviour.

    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