Page 12 of 20 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 194
  1. #111
    Join Date
    Dec 2009
    Location
    Gold Coast, Australia
    Posts
    170
    Plugin Contributions
    0

    Default Re: oz post shipping module help

    Ok Guys got mine working not sure how just uninstalled it and reinstalled it a couple of time it seems to be working just rates are a little high

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

    Default Re: oz post shipping module help

    Hmmm not working again and i didnt change anything i now get this error
    Aussie Post ( Unexpected error (no valid methods). Using AP Flat Rate.)
    any ideas

  3. #113
    Join Date
    Jun 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: oz post shipping module help

    Well that made no difference, I know this is an OZ post thread! But you are all Aussies and I am curious how you manage your accounting, do any of you import data from zencart?

  4. #114
    Join Date
    Feb 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: oz post shipping module help

    Quote Originally Posted by uniqueliving View Post
    Hmmm not working again and i didnt change anything i now get this error
    Aussie Post ( Unexpected error (no valid methods). Using AP Flat Rate.)
    any ideas
    look in your Admin > shipping modules > oz post
    edit , look for

    Use cURL?
    Try Setting this to Yes if you get server connection errors


    set it to yes , fixed my problem :)

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

    Default Re: oz post shipping module help

    Quote Originally Posted by rlexyd View Post
    I tried other ozpost version to fix the broken link and none of them seem to work!
    In that case sooner or later you are going to run into serious issues, because if you keep going back to the older version(s) in the hopes that your problems with the new versions will magically resolve themselves you will end up in a situation that could eventually be too old for me to even consider helping you resolve.

    Quote Originally Posted by rlexyd View Post
    Again, it worked on my earler zen-cart version, but not 1.3.9a.
    I have checked this quite extensively, all available versions of the ozpost module are 1.3.9a compatible.

    Quote Originally Posted by rlexyd View Post
    Here's what I did to remove the annoying no show icon
    Sorry, but not interested. The problem has already been fixed (v1.0.4, V1.06, and the 'soon to be released, but availalbe via the forum V2.0.x)

    Discussing your personal 'fix' can only be detrimental to progress.

    Quote Originally Posted by rlexyd View Post
    As for the Dim: & Boxes, I removed the CUSTOM/tpl_modules_shipping_estimator.php, but the default one doesn't align the state and other text correctly when address has not been chosen!
    You'll need to take this matter up with the devs. The default shipping_estimator.php file has nothing to do with me ;-)

    Quote Originally Posted by rlexyd View Post
    I would rather stick with your tpl_modules_shipping_estimator.php, can you just show me what I need to take out to remove the Dim: and Boxes: please Rod?
    Inspect the code and the changes needed should be self evident.
    Custom coding doesn't come without a price.

    Cheers
    Rod

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

    Default Re: oz post shipping module help

    Quote Originally Posted by uniqueliving View Post
    Ok Guys got mine working not sure how just uninstalled it and reinstalled it a couple of time it seems to be working just rates are a little high
    You only needed to reinstall once.

    I'm *sure* the zencart 1.3.9 upgrade instructions mentioned that code changes required that all shipping modules would need to be re-installed.

    As for rates being a little high - Does GIGO mean anything to you?

    If the module is provided with accurate data it will provide accurate quotes.
    If the rates are different than you expect then you are not being quoted on what you think you are. Try enabling the debug option.

    Cheers
    Rod

  7. #117
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

    Default Re: oz post shipping module help

    Hi Rod,

    Thank you once more for taking the time to help :)

    I never went back to previous version, the only version I use is the one from the Zen-Cart Download section which is 1.0.2, (Don't see other Versions there? Are they somewhere else?) and then I replace ozpost.php with the 1.0.6 link you gave me prior which is below!!

    I just figured out what needs to be edited in my (includes/templates/CUSTOM/templates/tpl_modules_shipping_estimator.php) so I can Remove the Dimensions & Boxes!

    Here is what I did incase anyone else is interested...

    Replace line 27 FROM THIS:

    <div class="cartTotalsDisplay important"><?php echo $totalsDisplay." Dims: ".$_SESSION['slength']."x".$_SESSION['swidth']."x".$_SESSION['sheight']." Boxes: ".$_SESSION['boxes'] ; ?></div>

    TO THIS:
    <div class="cartTotalsDisplay important"><?php echo $totalsDisplay; ?></div>

    &

    Replace line 49 FROM THIS:

    <div class="cartTotalsDisplay important"><?php echo $totalsDisplay." Dims: ".$_SESSION['slength']."x".$_SESSION['swidth']."x".$_SESSION['sheight']." Boxes: ".$_SESSION['boxes'] ; ?></div>

    TO THIS:
    <div class="cartTotalsDisplay important"><?php echo $totalsDisplay; ?></div>


    That did the trick for me :)

    As for the missing icon, I did use the 1.0.6 file you told me to look for prior, but the icon was still there!! I replaced the 1.0.2v with the 1.0.6v, (includes/modules/shipping/ozpost.php):

    www.zen-cart.com/forum/attachment.php?attachmentid=6771&d=1260455739

    Have a good night Rod, enjoy the Full Moon from Adelaide :)

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

    Default Re: oz post shipping module help

    Quote Originally Posted by rlexyd View Post
    I never went back to previous version, the only version I use is the one from the Zen-Cart Download section which is 1.0.2, (Don't see other Versions there? Are they somewhere else?) and then I replace ozpost.php with the 1.0.6 link you gave me prior which is below!!
    This is/was the correct procedure.
    V1.0.2 is the only version currently available in the d/loads section.

    There is a V2.0.x still waiting in the wings to be documented and packaged, but I keep getting sidetracked from completing it. (I've also been in been in bed with a fever for the last 4 days, emerging only for short periods to keep up with my emails, etc).

    Quote Originally Posted by rlexyd View Post
    I just figured out what needs to be edited in my (includes/templates/CUSTOM/templates/tpl_modules_shipping_estimator.php) so I can Remove the Dimensions & Boxes!
    See, I told you it wouldn't be too hard to do :-)

    Quote Originally Posted by rlexyd View Post
    Here is what I did incase anyone else is interested...
    I can verify that this is the way to do it. :-)

    Cheers
    Rod

  9. #119
    Join Date
    Jan 2009
    Posts
    29
    Plugin Contributions
    0

    Default Re: oz post shipping module help

    Is there currently a problem with the data feed from Australia Post?
    Both my ZenCart sites are coming up with the error
    "Unexpected error (no valid methods). Using AP Flat Rate."
    I only worked this out because I went to buy from someone else's ZenCart site, and got the same error there.
    So that's 3 sites!
    Any suggestions? It was working okay last week as far as I know - people made purchses with postage!

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

    Default Re: oz post shipping module help

    Quote Originally Posted by Lissy View Post
    Is there currently a problem with the data feed from Australia Post?
    Australia Post, I've no idea.
    ozpost.vcsweb.com is still wotking fine though.

    Quote Originally Posted by Lissy View Post
    Both my ZenCart sites are coming up with the error
    "Unexpected error (no valid methods). Using AP Flat Rate."
    I only worked this out because I went to buy from someone else's ZenCart site, and got the same error there.
    So that's 3 sites!
    Any suggestions? It was working okay last week as far as I know - people made purchses with postage!
    What version of ozpost?

    Do you have a URL so I can see the problem for myself?

    Rod

 

 
Page 12 of 20 FirstFirst ... 21011121314 ... LastLast

Similar Threads

  1. v151 Urgent help needed for Australia Post Shipping Module
    By louisapple in forum Addon Shipping Modules
    Replies: 6
    Last Post: 8 Sep 2015, 05:43 AM
  2. Replies: 2
    Last Post: 23 Aug 2009, 11:25 AM
  3. 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
  4. AUST POST Shipping Module HELP
    By RosscoB in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 21 May 2007, 09:41 AM
  5. Need Help to fix bug in Australia Post Shipping Module
    By Peter Homann in forum Addon Shipping Modules
    Replies: 0
    Last Post: 2 Aug 2006, 03:05 AM

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