Thread: AUSTPost module

Page 18 of 33 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 321
  1. #171
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by Snype View Post
    Thanks for the reply.

    I tried as you suggested and recieved exactly the same error.

    Sorry, we are not shipping to your region at this time.
    Curious.
    This error message is only reported by the original austpost module by Gerard Serna.

    The fact that you are still getting this tells me that you are not yet using the "Improved" version, therefore I can't offer any help until you change modules.

    Cheers
    RodG

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

    Default Re: AUSTPost module

    Quote Originally Posted by Snype View Post
    I tracked the problem to the classes in the $GLOBALS arrays.
    IE an auspost object is at $GLOBALS[austpost] however it's enabled values is null.

    I’m going to keep digging any help would be appreciated as Im not familiar with the shipping systems in zen cart
    Although I can't say exactly what is causing your problem (regardless of which shipping module(s) you are using, I CAN say that you are treading very murky waters.
    I wrote the Austpost Improved shipping module, and not even I had to concern myself with the $GLOBALS arrays to make things work.
    I'd suggest that if you are having to delve into this part of the code you may be better off doing a fresh install and starting again.

    Cheers
    Rod

  3. #173
    Join Date
    Mar 2008
    Location
    Adelaide, SA
    Posts
    32
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Quote Originally Posted by Snype View Post
    Thanks for the reply.

    I tried as you suggested and recieved exactly the same error.

    Sorry, we are not shipping to your region at this time.

    In tpl_checkout_shipping_default.php this line seems to be the problem
    if (zen_count_shipping_modules() > 0) {

    However it is installed in the admin.

    Can anyone point me in the right direction. I can't see why it will not work.
    Quote Originally Posted by RodG View Post
    Although I can't say exactly what is causing your problem (regardless of which shipping module(s) you are using, I CAN say that you are treading very murky waters.
    I wrote the Austpost Improved shipping module, and not even I had to concern myself with the $GLOBALS arrays to make things work.
    I'd suggest that if you are having to delve into this part of the code you may be better off doing a fresh install and starting again.

    Cheers
    Rod

    Argh sorry I figured it out by tunnelling through the code and debugging it.

    the reason why there were no shipping option is because the product I was testing with was set to free shipping. Hence no cost for shipping required.

    Solved

    Thanks for the help. Such a silly mistake.

  4. #174
    Join Date
    Aug 2006
    Location
    Australia
    Posts
    22
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Quote Originally Posted by RodG View Post
    Under the Austpost settings you'll see something like this
    "Use cURL
    Try Setting this to Yes if you get server connection errors"

    That should fix your problem,

    Cheers
    Rod
    Thanks Rod for your reply.

    I have changed this option before and it just comes up with new errors. I reinstalled the module and now I don't get this option in the Austpost settings.

    What do you think the reason for this error is? Is it something to do with my host?

    Thanks

    Beck

  5. #175
    Join Date
    Aug 2006
    Location
    Australia
    Posts
    22
    Plugin Contributions
    0

    Default Re: AUSTPost module

    One more thing I forgot to mention. If I continue on with step 1, step 2 comes up with the following errors and I can't continue on. It is just a blank screen.

    Warning: file() [function.file]: URL file-access is disabled in the server configuration in /var/virtual/web/w1248/html/shop/includes/modules/shipping/austpost.php on line 624

    Warning: file(http://drc.edeliver.com.au/ratecalc....=80&Quantity=1) [function.file]: failed to open stream: no suitable wrapper could be found in /var/virtual/web/w1248/html/shop/includes/modules/shipping/austpost.php on line 624

    Warning: file() [function.file]: URL file-access is disabled in the server configuration in /var/virtual/web/w1248/html/shop/includes/modules/shipping/austpost.php on line 624

    Warning: file(http://drc.edeliver.com.au/ratecalc....=80&Quantity=1) [function.file]: failed to open stream: no suitable wrapper could be found in /var/virtual/web/w1248/html/shop/includes/modules/shipping/austpost.php on line 624

    Warning: Cannot modify header information - headers already sent by (output started at /var/virtual/web/w1248/html/shop/includes/modules/shipping/austpost.php:624) in /var/virtual/web/w1248/html/shop/includes/functions/functions_general.php on line 44

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

    Default Re: AUSTPost module

    Quote Originally Posted by BeckInOz View Post
    Thanks Rod for your reply.

    I have changed this option before and it just comes up with new errors. I reinstalled the module and now I don't get this option in the Austpost settings.

    What do you think the reason for this error is? Is it something to do with my host?

    Thanks

    Beck
    I know what your original error is/was (and told you what to do to fix it).

    If you tell me what these 'new errors' are I may be able to tell you how to fix those too.

    Yes, it does have something to do with your host.

    Rgds
    Rod

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

    Default Re: AUSTPost module

    Quote Originally Posted by BeckInOz View Post
    Warning: file() [function.file]: URL file-access is disabled in the server configuration

    Warning: file() [function.file]: URL file-access is disabled in the server configuration
    Just taking a wee stab in the dark here, but I'd say that there is something in your server configuration that has disabled the ability for you to use the URL file-access method (Don't you just hate these cryptic error messages) <grin>

    Assuming you, like most others, have no way of reconfiguring your hosts servers, the Australia Post module has implemented an alternate method of URL access known as "cURL" (which is why I suggested you make that change).

    cURL itself is unrelated to the AustPost module, but it is used for several aspects of zencarts operation, eg, for accepting PayPal payments.
    cURL has its own configuration settings.

    Some ISP's don't support cURL, but in my experience all ISP's support either one or the other of these two methods.
    cURL is supposedly a little more secure than "file".

    Anyway, the error message tells us that it is really pointless for you to continue to use the "file" method, so your only hope is to use cURL (which you'll need to configure to get rid of the 'new' errors).

    Cheers
    Rod

  8. #178
    Join Date
    Aug 2006
    Location
    Australia
    Posts
    22
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Thanks Rod,

    I have completely removed the Austpost module and reinstalled it and it still won't even show the Curl Option in Admin>Shipping>Austpost.

    Can I activate Curl if I edit the file perhaps? Otherwise I will just leave it on Table Rate until I change hosts again.

    Thanks so much for your time.

    Beck

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

    Default Re: AUSTPost module

    Quote Originally Posted by BeckInOz View Post
    Thanks Rod,

    I have completely removed the Austpost module and reinstalled it
    I never asked do to do that. If you can't or won't follow instructions it is rather pointless for me to try to help you.

    Quote Originally Posted by BeckInOz View Post
    and it still won't even show the Curl Option in Admin>Shipping>Austpost.
    I'm now confused. What do you mean by "still won't" ?

    Does that mean you have never seen this option, or that it *was* showing until you did the uninstall/reinstall ?

    If you aren't seeing the cURL switch, what are the last FIVE configuration settings that you are seeing on the AustPost admin page?

    Rgds
    Rod

  10. #180
    Join Date
    Mar 2008
    Location
    Adelaide, SA
    Posts
    32
    Plugin Contributions
    0

    Default Re: AUSTPost module

    I have a few issues again with my shipping system that I hope someone can help me with. I have the lastest version on zen cart with the auspost improved module.

    For some reason the weight values seem to be calcualting incorrectly. I have set my toggle to grams, have 1 item in the cart and no extra handling fees. I ran some test data and here are my results.

    weight = parcel shipping cost.
    5 = 4.20
    10 = 4.20
    15 = 4.20
    17 = 4.20
    17.05 = 8.40
    17.2 = 8.40
    17.5 = 8.40
    18.5 = 8.40
    20 = 8.40
    25 = 8.40
    40 = 12.60
    50 = 12.60

    My understanding is that austpost charges $4.20 up to 250 grams and then 5.40 between 250 and 500 grams.

    I do not understand where all these prices are coming from?

    Also I have a tax issue. It's not really a problem with the aust shipping module so to speak. I do not have tax set on the shipping but I have set it on the products. I need to charge GST to australian customers.

    When adding products the gross amount equals the net amount + 2xGST. IE 2 lots of gst get added. Also these are added to all customer australian and international. I have set my tax zone to for all austrlian zone. The duel gst amount can clearly be seen adding twice in the payment information screen.

    Can anyone point me in the right direction or have any ideas? Im stuck.

    Also is it possible to display the auspost prices in US dollars. My clients for some reason wants all values to be in amerian. Just wondering if it's possible.

 

 
Page 18 of 33 FirstFirst ... 8161718192028 ... LastLast

Similar Threads

  1. Austpost module v 3.02
    By pchappy in forum Addon Shipping Modules
    Replies: 1
    Last Post: 23 Feb 2009, 02:41 PM
  2. Austpost module
    By crankyvirgo in forum Addon Shipping Modules
    Replies: 1
    Last Post: 15 Apr 2008, 05:51 AM
  3. AustPost Module Logos
    By tannersports in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 20 Mar 2008, 07:25 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