Page 47 of 226 FirstFirst ... 3745464748495797147 ... LastLast
Results 461 to 470 of 2252
  1. #461
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping module

    Quote Originally Posted by integrity_designs View Post
    Hi
    is there any way of getting this module to work with letter sized and parcel size when the items are priced by atributes?
    No. (The module doesn't 'know' about attributes).

    Quote Originally Posted by integrity_designs View Post
    I sell labels, and plan on selling them in larger quantities such as 2000+ labels which would place the weight over 500g.
    The problem I have is not being able to get the ozpost module to recognise "parcel" weight from "large letter" weight.
    There isn't any difference. This is like asking "What weighs most, a ton of bricks or a ton of feathers".

    The answer, of course is, they both weigh the same, a ton.

    Anyway, now I've had my little bit of fun, I guess the best way to answer this is to give a quick quide as to how the module 'works',

    Based on the 'package' weight and dimensions provided, the server first determines whether it is both small enough and light enough to be considered a letter, if so, it then goes on to categorise the size and cost of the 'letter;'.

    A check is then made against the "Show parcel rates if letter sized" setting, and if set to 'no', the letter rates are returned.

    If set to "Yes" the program continues to obtain the parcel rates (for the same size/weight 'package'), and returns the costs for both the letter and the parcel rates.

    The client program (the zencart module) then compares this list of quotes with the methods that have been enabled/disabled to end up with a suitable list of methods available to that 'package' to where ever the customer may be.
    .
    That's how the quotations work.

    The next question is, what determines a 'package'?

    In your case, sheets of labels. Let's assume that you can fit 20 sheets into a large envelope and it'll be classed as a large letter. Let's also assume that one more sheet will exceed either the max 500gm weight and/or the 20cm thickeness.
    From this, each sheet can be assumed to be 1mm thick.

    If customer buys 0-20 sheets, the 'package' will be classed as a letter. If they buy 21 sheets, it'll be classed as a parcel.

    The 'key' to having this work correctly is to ensure the weighr & dimensions of each sheet is correct (at least from a mathematical perspective).

    Does that help?

    Cheers
    Rod

  2. #462
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Thanks heaps for your reply and yes it certainly does help.
    I will just continue on with the flat rate shipping I have done.

    I had a feeling it was not going to work but I HAD to ask and try LOL.
    This is now the 3rd time I have completely done the store from scratch.

    Kind Regards

  3. #463
    Join Date
    Nov 2004
    Location
    Port Neil South Australia
    Posts
    397
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    which australia post module is the most recent & stable for 1.3.8?

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

    Default Re: ozpost shipping module

    Is the vcsweb server down?
    As the Ozpost mod is not working today and does not seem to be able to connect to vcsweb.com.

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

    Default Re: ozpost shipping module

    Don't worry it is OK now. Just a little hiccup!

  6. #466
    Join Date
    May 2008
    Location
    South Australia
    Posts
    86
    Plugin Contributions
    1

    help question Re: ozpost shipping module

    Hi , ive been a long time fan of this mod and used it plenty of times, but at the moment im having troubles with a server im setting it up on (lunarpages).

    ive been debugging it to find out where its going wrong, and got as far as the info that comes back from the request for postage quotes. the problem is the data returned is stripped of its structure and is just the words !!

    here is standard flat rate structure returned by 'quote' class:

    PHP Code:
    Array ( [0] => Array ( [id] => flat [module] => Flat Rate [methods] => Array ( [0] => Array ( [id] => flat [title] => Best Way [cost] => 5.00 ) ) ) ) 
    and here is what is returned by my 'ozpost.php' quote class:

    PHP Code:
    RPP12.553 Regular ParcelREG15.354Registered ParcelPPSE5K18.501 5kg Prepaid Satchel ExpressCOD22.754Cash On DeliveryEXP26.701 Express Parcel  0.00  2.80 
    any ideas ??

  7. #467
    Join Date
    May 2008
    Location
    South Australia
    Posts
    86
    Plugin Contributions
    1

    Default Re: ozpost shipping module

    Quote Originally Posted by michellewardley View Post
    which australia post module is the most recent & stable for 1.3.8?
    http://www.zen-cart.com/index.php?ma...oducts_id=1286

  8. #468
    Join Date
    May 2008
    Location
    South Australia
    Posts
    86
    Plugin Contributions
    1

    Default Re: ozpost shipping module

    well after reading the page b4 this, it seems php5 is needed, it now works but im gtting a $0 option at the top of the quotes ???

    Quote Originally Posted by hayden View Post
    Hi , ive been a long time fan of this mod and used it plenty of times, but at the moment im having troubles with a server im setting it up on (lunarpages).

    ive been debugging it to find out where its going wrong, and got as far as the info that comes back from the request for postage quotes. the problem is the data returned is stripped of its structure and is just the words !!

    here is standard flat rate structure returned by 'quote' class:

    PHP Code:
    Array ( [0] => Array ( [id] => flat [module] => Flat Rate [methods] => Array ( [0] => Array ( [id] => flat [title] => Best Way [cost] => 5.00 ) ) ) ) 
    and here is what is returned by my 'ozpost.php' quote class:

    PHP Code:
    RPP12.553 Regular ParcelREG15.354Registered ParcelPPSE5K18.501 5kg Prepaid Satchel ExpressCOD22.754Cash On DeliveryEXP26.701 Express Parcel  0.00  2.80 
    any ideas ??

  9. #469
    Join Date
    May 2008
    Location
    South Australia
    Posts
    86
    Plugin Contributions
    1

    Default Re: ozpost shipping module

    it looks like it was coz debug mode was still on... i think its fine now, but its not showing insurance options ?? is this normal

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

    Default Re: ozpost shipping module

    Quote Originally Posted by hayden View Post
    it looks like it was coz debug mode was still on... i think its fine now, but its not showing insurance options ?? is this normal
    Insurance will only appear if the items are over $100

    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