Page 174 of 187 FirstFirst ... 74124164172173174175176184 ... LastLast
Results 1,731 to 1,740 of 1868
  1. #1731
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    3,942
    Plugin Contributions
    1

    Default Re: ozpost shipping module

    Quote Originally Posted by gmturner View Post
    yeh it started i think as soon as i upgraded, so whatever version you were on 6months ago. Ive only now decided to address it.
    I think that this alone would suggest that ozpost is NOT the issue (unless you are refering to an ozpost upgrade you did six months ago rather than the Zencart upgrade you did six months ago. Or did you upgrade both at the same time?

    Quote Originally Posted by gmturner View Post
    Well i forced a upgrade and it upgraded to 3.3.4 yesterday,
    I'm still not sure what you mean by 'forced an upgrade'. Prior to V3.3.2 this was fully automatic with no way to 'force' anything. Since v3.3.2 I've added a button that needs to be pressed to initiate the updates. It doesn't 'force' anything, it is just a button that effectively make it possible to prevent the automatic updates until you are ready to do so.

    Quote Originally Posted by gmturner View Post
    it would not upgrade to 3.3.5 automatically.
    Did it show the update was available and *attempt* to update itself (perhaps with errors?) or was you presented with the update button?

    Sorry if these questions seem silly or obvious, but I can't see what you are seeing, and your terminology is causing me confusion.

    Quote Originally Posted by gmturner View Post
    I did this today manually by replacing the files.
    I assume your PayPal problem still exists? (It probably will do, because other than my blunder with v3.3.3 the operation of the module hasn't changed for years)

    Quote Originally Posted by gmturner View Post
    There are 4 ways you can pay for something in my store:
    -Paypal express checkout(dont need to create account on my site, just sign into paypal. Is a new feature in 1.5 i believe) - this one has the issues.
    -Normal paypal where you have to sign into my site and then select it - works fine.
    -Direct bank deposit - works fine
    -cheque/money order - works fine
    There is *no* connection between payment methods and the shipping methods.

    Quote Originally Posted by gmturner View Post
    So the issue i believe is restricted to paypal express and may possibly be linked to how it doesnt let you pick which method to ship with it just auto-picks the cheapest for you,
    You are quite right, this IS where the problem is, but there is *nothing* the ozpost (or any other shipping module) can do to affect this.
    If you wish the customer to have the ability to select the shipping method, you'll need to set the following option in your paypal module settings:
    --------------------------------------------------------------------------------------
    Express Checkout: Select Cheapest Shipping Automatically
    When customer returns from PayPal, do we want to automatically select the Cheapest shipping method and skip the shipping page? (making it more *express*)
    Note: enabling this means the customer does *not* have easy access to select an alternate shipping method (without going back to the Checkout-Step-1 page)
    ----------------------------------------------------------------------------------------

    Quote Originally Posted by gmturner View Post

    this is where the problems start as seen here:
    Attachment 10696
    When you use one of the payment methods that work fine that shouldnt even be one of your logo's.. it should be text and this is where the problem seems to be, its trying to use the logo's instead of text and the logo's dont work in admin area or in emails so it just shows as nothing.
    They do (or did) used to work, but there was a problem in that the database fields weren't big enough to hold all the data, so to mitigate this issue the ozpost module used to extend the size of these fields. This was way back in v2.x.x though. The module has long since stopped using these logos in the /admin/ functions, and I didn't think there was any way they could still be used. It seems I'm mistaken though, and will need to investigate this a little further.

    Anyway, this means there are now two ways to cure your problem. The first is to adjust the paypal setting so that the customer can choose the shipping method.
    The second would be to disable the use of the icons (which may or may not work. It depends on whether the lack of feedback problem is related to the field size or not).

    Quote Originally Posted by gmturner View Post
    So it senses that my files are changed and gives up?
    No. It senses that the files already have the required changes, and if so it makes a straight copy of the changed files without re-applying the same changes (which will cause problems). The rest of the upgrade processing continues normally (at least that's the theory). The fact that there were no other error messages suggests the upgrade was succesfull. (This is why I can't really understand why you are finding it wasn't successull. There are a zillion checks that occur during an upgrade/install), I can't think of how it can fail an upgrade without producing a useful error message to explain the cause.

    Quote Originally Posted by gmturner View Post
    do i need to go in manually and put some of your code in in this case?
    No. The entire idea behind these latest changes are so that users don't have to manually modify any code, ever. In fact the latest code even incorperates tests and checks to determine whether products are weighed in Gms or Kgs, and will update the language files to match (the defualt definition of 'lbs' is never going to be right for an aust merchant)

    Quote Originally Posted by gmturner View Post
    what are some chunks of your code i can look for in these files to make sure auspost has installed itself correctly?
    The main ozpost.php file should be self evident as to which version is used from the version number displayed in the config screen.
    The ozpost language file never gets auto updated, and the only time this will change is when a new carrier is added.

    All the other files that get changed or modified will have a current date/time stamp, and the *original* files will be renamed with a _restore extension.

    In your case, the three files that didn't get updated because they were premodified will be exactly the same size and have the same contents as the same named _restore files.

    Here's a list of the files that ozpost ether creates or modifies:

    create: DIR_FS_ADMIN , "clicknsend.php"
    create: DIR_FS_ADMIN, DIR_WS_INCLUDES . "extra_datafiles/clicknsend.php"
    create: DIR_FS_ADMIN, DIR_WS_INCLUDES . "functions/extra_functions/init_clicknsend_dhtml.php" (zen v1.5.x only)
    create: DIR_FS_ADMIN, DIR_WS_INCLUDES . "boxes/extra_boxes/clicknsend_customers_dhtml.php" (zen 1.3.x only)
    modifyIR_FS_ADMIN, DIR_WS_LANGUAGES . "english/product.php" (this premodded file was needed with ozpost v3.3.2 and below)
    modifyIR_FS_ADMIN, DIR_WS_MODULES . "update_product.php" (this premodded file was needed with ozpost v3.3.2 and below)
    modifyIR_FS_ADMIN, DIR_WS_MODULES . "product/collect_info.php" (this premodded file was needed with ozpost v3.3.2 and below)
    modifyIR_FS_CATALOG, DIR_WS_TEMPLATES . "template_default/templates/tpl_modules_shipping_estimator.php"
    modifyIR_FS_ADMIN, DIR_WS_LANGUAGES . "english.php" (changes 'lbs' to kgs/gms only)
    modifyIR_FS_CATALOG, DIR_WS_LANGUAGES ."english.php" (changes 'lbs' to kgs/gms only)

    Quote Originally Posted by gmturner View Post
    I think i found a small error in your INSTALL.txt
    That should be includes/modules/shipping/ozpost.php shouldnt it? thats the way you have it in the actual folder structure anyway.
    Yup, that's an error in the text file. The actual folders are correct.

    Cheers
    Rod
    New support site for the ozpost shipping module now live!

  2. #1732
    Join Date
    Jun 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    You are quite right, this IS where the problem is, but there is *nothing* the ozpost (or any other shipping module) can do to affect this.
    If you wish the customer to have the ability to select the shipping method, you'll need to set the following option in your paypal module settings:
    --------------------------------------------------------------------------------------
    Express Checkout: Select Cheapest Shipping Automatically
    When customer returns from PayPal, do we want to automatically select the Cheapest shipping method and skip the shipping page? (making it more *express*)
    Note: enabling this means the customer does *not* have easy access to select an alternate shipping method (without going back to the Checkout-Step-1 page)
    ----------------------------------------------------------------------------------------



    They do (or did) used to work, but there was a problem in that the database fields weren't big enough to hold all the data, so to mitigate this issue the ozpost module used to extend the size of these fields. This was way back in v2.x.x though. The module has long since stopped using these logos in the /admin/ functions, and I didn't think there was any way they could still be used. It seems I'm mistaken though, and will need to investigate this a little further.

    Anyway, this means there are now two ways to cure your problem. The first is to adjust the paypal setting so that the customer can choose the shipping method.
    The second would be to disable the use of the icons (which may or may not work. It depends on whether the lack of feedback problem is related to the field size or not).
    Changing the paypal setting to allow the user to choose their shipping has fixed it.

    I still think this problem is ozpost related and only happens when the customer uses paypal express checkout and the option is set for it to auto-select cheapest postage. I may be wrong though, you may want to look into it further. If i find some spare time i might try install on a fresh install of 1.5 and see if it happens. Not that i really care anymore as its better for my customers to be able to select what they want and it also opens up the free store pickup option which they didnt even get a choice to before.

  3. #1733
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    3,942
    Plugin Contributions
    1

    Default Re: ozpost shipping module

    Quote Originally Posted by gmturner View Post
    Changing the paypal setting to allow the user to choose their shipping has fixed it.
    Sweet. :)

    Quote Originally Posted by gmturner View Post
    I still think this problem is ozpost related and only happens when the customer uses paypal express checkout and the option is set for it to auto-select cheapest postage. I may be wrong though,
    Thanks to your input, I'm inclined to suspect you are not wrong.

    Quote Originally Posted by gmturner View Post
    you may want to look into it further. If i find some spare time i might try install on a fresh install of 1.5 and see if it happens.
    I beleive the clue to the mystery is the fact that the icons are being returned with the quotes even though they shouldn't be. This would also suggest that the error messages (if enabled) will also be getting returned prior to the actual quote data, and this most certainly could cause a problem. Performing a fresh install will not solve the issue.
    Quote Originally Posted by gmturner View Post
    Not that i really care anymore as its better for my customers to be able to select what they want and it also opens up the free store pickup option which they didnt even get a choice to before.
    I spent some time updating the code last night with some changes that I think should solve the problem (assuming my assumtions are correct). These changes will be incorperated in the next update (v3.3.7).

    Cheers
    Rod.

    ps. Thanks for your help and feedback. It's greatly appreciated.
    New support site for the ozpost shipping module now live!

  4. #1734
    Join Date
    Jun 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hey Rod sorry to be a pest again but my ozpost module doesnt seem to have fastway couriers pink labels?

    edit: to clarify, i have most labels. red, orange, green, white, grey, brown, black, blue, yellow and lime.. but no pink option to tick. its a fairly important one as its entire rural vic for me(geelong).

  5. #1735
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    3,942
    Plugin Contributions
    1

    Default Re: ozpost shipping module

    Quote Originally Posted by gmturner View Post
    Hey Rod sorry to be a pest again but my ozpost module doesnt seem to have fastway couriers pink labels?

    edit: to clarify, i have most labels. red, orange, green, white, grey, brown, black, blue, yellow and lime.. but no pink option to tick. its a fairly important one as its entire rural vic for me(geelong).
    I've no idea why the pinks aren't included. Have they been a new addition to the range in the last 12 months or so?

    I'll take care of this over the weekend.... unless I discover a reason why they've been left out.

    Cheers
    Rod
    New support site for the ozpost shipping module now live!

  6. #1736
    Join Date
    Jun 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    I've no idea why the pinks aren't included. Have they been a new addition to the range in the last 12 months or so?

    I'll take care of this over the weekend.... unless I discover a reason why they've been left out.

    Cheers
    Rod
    im not exactly sure about that, i asked my mum who deals with all the postage and she said it isnt new.

    So its not just me then, pink isnt selectable on any ozpost?

  7. #1737
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    3,942
    Plugin Contributions
    1

    Default Re: ozpost shipping module

    Quote Originally Posted by gmturner View Post
    So its not just me then, pink isnt selectable on any ozpost?
    Correct.

    Cheers
    Rod
    New support site for the ozpost shipping module now live!

  8. #1738
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    3,942
    Plugin Contributions
    1

    Default Re: ozpost shipping module

    Quote Originally Posted by gmturner View Post
    So its not just me then, pink isnt selectable on any ozpost?
    Ozpost V3.3.7 now supports the pink labels.

    If it doesn't show up as a selectable item in the ozpost config screen please perform a remove/install sequence. (I had one of the 3 sites I've just updated fail to show this as a new option after the apparently successful upgrade).

    Cheers
    Rod
    New support site for the ozpost shipping module now live!

  9. #1739
    Join Date
    Jun 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    Ozpost V3.3.7 now supports the pink labels.

    If it doesn't show up as a selectable item in the ozpost config screen please perform a remove/install sequence. (I had one of the 3 sites I've just updated fail to show this as a new option after the apparently successful upgrade).

    Cheers
    Rod
    Thanks Rod, as always excellent support for your add-on.

    i did have to do a remove/install sequence but she works!

    my mum asked the fastway rep and this is what she came back with:
    pink and lime green have always been existence, but about 4 or 5 years ago they swapped them over and pink is now country Victoria and lime is Melbourne and up around Bendigo to Echuca and around Wangaratta, Beechworth, Albury and Wagga Wagga NSW. So Pink covers all the areas that the local tickets don’t.
    and if you search this thread for pink there has been mentions of it 2 years ago.

    Again, Thankyou!

  10. #1740
    Join Date
    Jun 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hey Rod,

    Does the fastway part of the module support cubic weight or does it only run on actual weight? it works out the australia post correctly using cubic weight(16kg) but the fastway one is done on the actual weight(11kg - national label + 2 saver labels when it should be + 3 saver labels.)

    Debugging information
    Parcel
    Items 1 Weight 11000gms
    Dimensions 54.00 x 41.00 x 29
    Cube / Weight 64206cc / 16.0515Kgs
    QueryString
    /postage.php?weight=11000&height=290&width=410&length=540&value=80&fromcode=3221& Osub=MOOLAP&destcode=4703&Dsub=TARANGANBA&flags=0&host=Her%27s+N+His+Crafty+Hand s&storecode=3221&version=3.3.7&FastWay=GEE&maildays=31&AllSat=1&NoSurcharge=1
    <?xml version='1.0' encoding='ISO-8859-1'?><quotes>
    <quote><id>FWL</id><cost>34.95</cost><days>4</days><description>FastWay Labels (GREEN +2 Saver labels)</description></quote><quote><id>RPP</id><cost>51.75</cost><days>6</days><description>Parcel up to 17 Kgs cubic weight</description></quote><quote><id>REG</id><cost>54.80</cost><days>7</days><description>Registered Parcel up to 17 Kgs cubic weight</description></quote><quote><id>COD</id><cost>63.50</cost><days>7</days><description>Cash On Delivery </description></quote><quote><id>EXP</id><cost>182.05</cost><days>5</days><description>Express Parcel up to 17 Kgs cubic weight</description></quote><quote><id>PLT</id><cost>187.45</cost><days>5</days><description>Platinum Parcel up to 17 Kgs cubic weight</description></quote>
    <information>
    <servername>svr1.ozpost.net</servername>
    <serverIP>184.154.169.226</serverIP>
    <serververs>26-06-2012</serververs>
    <timestamp>Sat Jun 30, 2012 19:01 (SA Server Time)</timestamp>
    <requesttime>19:31 (VIC Store Time)</requesttime>
    <postdate>Mon 2nd of Jul</postdate>
    <insurance>0.00</insurance>
    <surcharge>0.00</surcharge>
    <egoinsurance>0.00</egoinsurance>
    <registration>3.05</registration>
    <fromsuburb>MOOLAP</fromsuburb>
    <destsuburb>TARANGANBA</destsuburb>
    <origstate>VIC</origstate>
    <expires>469</expires>
    </information>
    </quotes>
    thanks,

    Gavin

 

 

Similar Threads

  1. USPS Shipping Module to Print Shipping Labels
    By HelenSama in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 8 Sep 2011, 03:17 PM
  2. Canadapost Shipping module and Dual Pricing module
    By oxxyfx in forum Addon Shipping Modules
    Replies: 1
    Last Post: 12 Feb 2009, 02:06 AM
  3. store pick-ip in ozpost shipping module
    By lazerweb in forum Addon Shipping Modules
    Replies: 2
    Last Post: 29 Jul 2008, 05:04 AM
  4. Clone a shipping module or define a new shipping attribute under table rate module?
    By meeven in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 4 Sep 2007, 04:56 PM
  5. MZMT shipping module - Display Shipping Options based on Weight
    By DogTags in forum Addon Shipping Modules
    Replies: 2
    Last Post: 27 Feb 2007, 04:26 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
  •