Page 3 of 10 FirstFirst 12345 ... LastLast
Results 21 to 30 of 92
  1. #21
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Australia Post Shipping Module 2.0

    Quote Originally Posted by dw08gm View Post
    While the cost of shipping and handling has long been the number one reason why people abandon shopping carts, likewise, no doubt, a high percentage of developers abandon certain ecommerce solutions due to inadequate or difficult shipping (amongst other) modules.
    How does ZenCart rank compared to other carts in this regards?

    Quote Originally Posted by dw08gm View Post
    Within Australia, I am sure many more would adopt zencart if the available shipping modules were easier to setup and use, as well as being reliable.
    Do you know of another cart with a more suitable situation?

    Quote Originally Posted by dw08gm View Post
    ATM, I cannot install ozpost and continue to develop my site without ozpost spitting the dummy that I am not online.
    This has saved me (and many new users) a lot of headaches. By making the code behave this way helps isolate install/network issues from functional/operational issues.

    Quote Originally Posted by dw08gm View Post
    Fix this and maybe more customers will come your way.
    It has just as much chance of driving them away. Why allow an apparently fully successful install when it still couldn't function in a jailed environment.

    There is nothing preventing ozpost from being installed on ''localhost', as long as it has network access. To use this as an excuse is akin to saying that ZenCart drives people away because PayPal needs to be easier to setup and use, and be online to test.

    Cheers
    Rod

  2. #22
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Australia Post Shipping Module 2.0

    Rod

    Your mod is the only one I am aware of that requires online connection to install. Paypal does not require as much and does not crash my site, therefore your comparison is a furphy. Once upon a time your mod did not require online installation and was never that difficult to install, as the forums testify. Then you changed the procedure more to suit yourself than your customers and subsequently experienced sales stagnation. You make it difficult to sympathise with you regarding insufficient or loss of patronage.

  3. #23
    Join Date
    Mar 2008
    Location
    Townsville
    Posts
    12
    Plugin Contributions
    0

    Default Re: Australia Post Shipping Module 2.0

    This may be a silly question but where do you put in the dimensions of individual products on the products, I can see the weight but not where to enter the LxWxH. I see in the module there is a 'Default Parcel Dimensions' but nowhere in the actual product.
    http://www.dpwebdesign.com.au Version 1.3.8 installed

  4. #24
    Join Date
    Jan 2014
    Location
    Sydney
    Posts
    17
    Plugin Contributions
    1

    Default Re: Australia Post Shipping Module 2.0

    Are these a couple of bugs?

    Line 171 aupost.php
    $parcelweight = $w * $q;
    Should be
    $parcelweight = $w * $q + $parcelweight;

    In Line 191 aupost.php
    $dims->fields['products_weight']
    Should be
    $w


    Line 165 aupostoverseas.php
    $parcelweight = $w * $q;
    Should be
    $parcelweight = $w * $q + $parcelweight;

    Remove Line 167 aupostoverseas.php
    $parcelweight = $parcelweight + ( $dims->fields['products_weight'] * $q ) ;

    In Line 186 aupostoverseas.php
    $dims->fields['products_weight']
    Should be
    $w

  5. #25
    Join Date
    Jun 2014
    Location
    Brisbane
    Posts
    1
    Plugin Contributions
    0

    Default Re: Australia Post Shipping Module 2.0

    Hello,

    I'm new to ZenCart and am struggling to configure the Australia Post Shipping Module. I've read through all the support I could find and I think it is configured correctly.

    I am only using domestic shipping, either Standard parcels or Express post.

    I have also converted over to using grams instead of pounds successfully (I believe).

    The Plugin is reporting back a package under 500g to cost $5.80 rather than $7.20 (as per Aust. Post rates published 02/06/2014)
    Similarly, Express post is reporting $7.98 rather than $9.90.

    Note these are not Satchels.
    When I enter packages over 500g the cost seems to scale up apropriately, but seems to maintain a constant shortfall of around 20%.

    I have turned on Enable Debug and this indicates it is reporting the correct weights and size data. And as I understand it from the Forums, the size data should not impact these calculations.

    Is there perhaps an issue with the data Aust Post is feeding?

    All help appreciated

    Cheers,

    Roger

  6. #26
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Australia Post Shipping Module 2.0

    Roger, since you're posting in this thread, I must assume you're using this module... A friendly word of advice: forget that module and go for ozpost. It is a subscription based module, but the cost is literally negligible, especially because of the help and support provided by Rod. It will save you a lot of time and money (yes, money, because ozpost returns accurate quotes as opposed to this module).

    I am in NO way affiliated with ozpost, but have a few clients using it and all are extremely happy with it. And, after witnessing Rod's support first hand and his endless patience with my client, rest assured that the monthly cost which is not more than 3 cups of coffee is more than worth it...

    Regards,
    Leonard

  7. #27
    Join Date
    Jan 2014
    Location
    Sydney
    Posts
    17
    Plugin Contributions
    1

    Default Re: Australia Post Shipping Module 2.0

    I couldn't get it to work "out of the box" until I added ozpost's admin files, to add length, width and height to the products.

  8. #28
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Australia Post Shipping Module 2.0

    The plugin page says this mod is updated for zen cart 1.5.1. I know zen cart 1.5.3 hasn't been out long but I'm wondering if anyone has this mod working on 1.5.3. We have a zen cart 1.3.9 using Australia Post mod and we are ready to upgrade to zen cart 1.5.3. Any reason for this to not work on 1.5.3 when it does work on 1.5.1?

  9. #29
    Join Date
    Jan 2014
    Location
    Sydney
    Posts
    17
    Plugin Contributions
    1

    Default Re: Australia Post Shipping Module 2.0

    Just upgraded from 151 to 153 yesterday and the module is working. The update wrote over ozpost's admin files so I just reinstalled them and everything's OK.

  10. #30
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Australia Post Shipping Module 2.0

    Quote Originally Posted by bruce429 View Post
    Just upgraded from 151 to 153 yesterday and the module is working. The update wrote over ozpost's admin files so I just reinstalled them and everything's OK.
    Thanks for letting me know. It's appreciated.

 

 
Page 3 of 10 FirstFirst 12345 ... LastLast

Similar Threads

  1. Australia Post Shipping Module
    By ceej23 in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 17 Apr 2019, 10:03 AM
  2. Bug in Australia Post Shipping Module
    By Peter Homann in forum Addon Shipping Modules
    Replies: 5
    Last Post: 13 Feb 2011, 10:06 AM
  3. New Australia Post Shipping Module?
    By ttfan in forum Addon Shipping Modules
    Replies: 31
    Last Post: 14 Nov 2010, 11:49 AM
  4. Replies: 2
    Last Post: 23 Aug 2009, 11:25 AM
  5. Australia Post Shipping Module & International Post
    By annav in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 29 Nov 2008, 11:42 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