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
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
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
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?
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.
I have checked this quite extensively, all available versions of the ozpost module are 1.3.9a compatible.
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.
You'll need to take this matter up with the devs. The default shipping_estimator.php file has nothing to do with me ;-)
Inspect the code and the changes needed should be self evident.
Custom coding doesn't come without a price.
Cheers
Rod
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
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 :)
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).
See, I told you it wouldn't be too hard to do :-)
I can verify that this is the way to do it. :-)
Cheers
Rod
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!