No problem encountered as I have yet to go live. Just asking out of interest as I discover others, most probably from other countries, using this setting.
Printable View
From the little I know on the subject, I am under the impression that the use of the iso-3 is mainly to help distinquish things like CA the state of California, and CA the country of Canada. From an ozzy point of view both are simply 'overseas'.
:cool:
If there does become a need for ozpost to use the 3 digit codes it'll be trivial to update. I had no specific reason for only using the 2 chars, other than being a lazy typist.
Cheers
Rod
IIRC The others were more concerned with admin functions, such as invoicing and reports, rather than shipping, but I thought change for one change for all.
The Canada/California (CAN/CA => Country/State) example is not so much an issue as distinguishing between similar Country/Country codes:
Austria/Australia
North/South Korea
I have recently installed this module, I used to use the Australia Post Shipping module that this module replaced with no problems.
This module seems to be under-quoting for some reason.
Am I doing something wrong?
Hi Rod, Thanks for the ozpost module, my customers are really liking all the extra options..
I am having a small issue with the ozpost module working with the super orders module.
The original orders.php works fine in that is displays the postage option selected on the invoice like this:
Aussie Post ( Express Parcel ):
However in super_orders.php it only displays this on the order invoice:
Aussie Post :
It misses the ( Express Parcel ) bit.. :blink:
Makes it a bit of a pain having to go back and fourth between the 2, to find out how the order is to be posted.
Any help or ideas would be greatly appreciated :smile:
I have found a solution for my problem above, not sure if it will cause any other problems..
Here is the line of code I changed in the super_orders.php to make it display the shipping properly...
Replaced Line 776:
With this:PHP Code:
' <td align="right" class="'. str_replace('_', '-', $order->totals[$i]['class']) . '-Text">' . $display_title . '</td>' . "\n" .
Hope this can help anybody else with super order module installed...PHP Code:
' <td align="right" class="'. str_replace('_', '-', $order->totals[$i]['class']) . '-Text">' . $order->totals[$i]['title'] . '</td>' . "\n" .
Thanks again for the great mod!
Hi Rod
I'm pulling my hair out !!! I have now installed ozpost (am a newbie) but it won't come up in my Shipping Methods. Tried looking through the last 32 pages of this thread without much luck. Have copied the files tot he server (again); uninstalled/reinstalled have the green light so its enabled. I just don't understand why ozpost won't come up for me in the shipping methods but the other shipping methods seem to.
Thanks
*slap* hahaha
and here I thought you could simply read minds Rods.
Sorry I thought you may have an answer "you didn't do this dumba**"
Yes I have turned on debug and yes I have turned on cURL but I don't have the cURL info from my web provider yet. Is that needed for it to display as an option at the shipping method option ? (this might be a simple answer at this point)
Anyway this is what I am seeing
The fact I get a server response time - is that a good thing ?