Page 13 of 25 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 246
  1. #121
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: UPS XML: Support Thread

    As I try to wipe the egg off,

    Error was in the SHIP FROM address.
    During setup, somehow an 'auto-complete' feature populated the UPS account state to LA and all the other info correct and I did not catch that.

    Changing the STATE in the setup field to ID, seems to have corrected the problem so that I can now go to the step of somehow getting the Stamps.com rates to be quoted but that is not within the scope of this support thread.

    Thanks everyone for helping me see the error in my ways.


    There is still a hiccup with the version checking where zen-cart.com seems to be refusing a version check connection and generating 6 myDEBUG-adm files for each rate quote attempt when the UPSXML plugin is enabled.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  2. #122
    Join Date
    Oct 2019
    Location
    Georgia, USA
    Posts
    54
    Plugin Contributions
    0

    Default Re: UPS XML: Support Thread

    Hello,

    I just installed UPS XML My site is bilingual, so I need to display the shipping info in Spanish if the shopper chooses Spanish as their language of choice. I copied upsxml.php into /includes/languages/spanish/modules/shipping . So, now the English shipping options show up on the spanish display of my site. In the upsxml.php file that I copied to the Spanish side, I tried converting the words "Next Day Air" to Spanish. but when I tried to view it on my site, the option for Next Day Air was no longer in the list of options. I assume it disappeared because the Spanish version of "Next Day Air" was not an option that was set in the admin area (though I could be wrong). So, at this point, I am stuck. Please offer any help you can in getting the shipping options to display in Spanish.
    Thanks,
    mrsawyer

  3. #123
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: UPS XML: Support Thread

    @mrsawyer, UPS returns time-sensitive quotes. You might get a Next Day Air quote in the morning that you won't get for the same address later in the day.

    To get those various shipping-methods to display in Spanish, you're heading down the correct path (/includes/languages/spanish/modules/shipping/upsxml.php) by editing that copied language file.

  4. #124
    Join Date
    Oct 2019
    Location
    Georgia, USA
    Posts
    54
    Plugin Contributions
    0

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by lat9 View Post
    @mrsawyer, UPS returns time-sensitive quotes. You might get a Next Day Air quote in the morning that you won't get for the same address later in the day.

    To get those various shipping-methods to display in Spanish, you're heading down the correct path (/includes/languages/spanish/modules/shipping/upsxml.php) by editing that copied language file.
    The disappearance of every shipping option that I edited in upsxml.php could not have been due to information being time-sensitive. It was only a matter of seconds from the edit to Spanish (where the option disappeared) and changing back to English where the options reappeared. It seems more likely to be what I stated in the original post, that since the Spanish option is not an option to display in the cart, the system eliminates it. Of course it is only a theory, but please offer some reply as to whether it is even feasible or not.

    Also please try changing the "Next Day Air" on the English folder side of upsxml.php to "Next Day Truck" and see what happens. I'm sure the option will disappear on your test system.

    Thanks for the fast reply!
    mrsawyer

  5. #125
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by mrsawyer View Post
    The disappearance of every shipping option that I edited in upsxml.php could not have been due to information being time-sensitive. It was only a matter of seconds from the edit to Spanish (where the option disappeared) and changing back to English where the options reappeared. It seems more likely to be what I stated in the original post, that since the Spanish option is not an option to display in the cart, the system eliminates it. Of course it is only a theory, but please offer some reply as to whether it is even feasible or not.

    Also please try changing the "Next Day Air" on the English folder side of upsxml.php to "Next Day Truck" and see what happens. I'm sure the option will disappear on your test system.

    Thanks for the fast reply!
    mrsawyer
    Well, duh. Unfortunately, due to the way that the UPS-XML shipping method's currently (as you noted) processing, changing those [what should be] language-specific names from their configured values causes the various shipping methods to be removed due to a 'no match' condition when compared against those database-settings.

    I've created a GitHub issue (https://github.com/lat9/upsxml/issues/24) to track changes needed to correct this behavior.

  6. #126
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by lat9 View Post
    Well, duh. Unfortunately, due to the way that the UPS-XML shipping method's currently (as you noted) processing, changing those [what should be] language-specific names from their configured values causes the various shipping methods to be removed due to a 'no match' condition when compared against those database-settings.

    I've created a GitHub issue (https://github.com/lat9/upsxml/issues/24) to track changes needed to correct this behavior.
    I've just submitted UPS-XML v1.7.8 to the Zen Cart moderators for review and will post back here when it's available for download.

    This release contains changes enabling the various UPS shipping methods to be translated into different languages. See that GitHub issue-link above for additional information.

  7. #127
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by lat9 View Post
    I've just submitted UPS-XML v1.7.8 to the Zen Cart moderators for review and will post back here when it's available for download.

    This release contains changes enabling the various UPS shipping methods to be translated into different languages. See that GitHub issue-link above for additional information.
    Please note: This update appends the UPS Service Code to the names of the individually-selectable shipping methods to enable that language-translation. If you are upgrading, it's very, very important to go to your admin's Modules::Shipping for your existing configuration to be updated once the updated files are placed on your site. Otherwise, your customers won't receive UPS-XML quotes.

  8. #128
    Join Date
    Oct 2019
    Location
    Georgia, USA
    Posts
    54
    Plugin Contributions
    0

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by lat9 View Post
    Please note: This update appends the UPS Service Code to the names of the individually-selectable shipping methods to enable that language-translation. If you are upgrading, it's very, very important to go to your admin's Modules::Shipping for your existing configuration to be updated once the updated files are placed on your site. Otherwise, your customers won't receive UPS-XML quotes.
    Hey lat9,

    Wow! I am happy that you have handled this so quickly. I am anxiously awaiting the new download. As you suggested, I'll be sure to go to the admin, Modules. Shipping function to play with the new options.

    Thanks So Much!
    mrsawyer

  9. #129
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by mrsawyer View Post
    Hey lat9,

    Wow! I am happy that you have handled this so quickly. I am anxiously awaiting the new download. As you suggested, I'll be sure to go to the admin, Modules. Shipping function to play with the new options.

    Thanks So Much!
    mrsawyer
    You're very welcome. If you want a heads-up while the moderators do their review, you can always download from the plugin's GitHub repository: https://github.com/lat9/upsxml/releases/tag/v1.7.8

  10. #130
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by lat9 View Post
    I've just submitted UPS-XML v1.7.8 to the Zen Cart moderators for review and will post back here when it's available for download.

    This release contains changes enabling the various UPS shipping methods to be translated into different languages. See that GitHub issue-link above for additional information.
    Quote Originally Posted by lat9 View Post
    Please note: This update appends the UPS Service Code to the names of the individually-selectable shipping methods to enable that language-translation. If you are upgrading, it's very, very important to go to your admin's Modules::Shipping for your existing configuration to be updated once the updated files are placed on your site. Otherwise, your customers won't receive UPS-XML quotes.
    UPS-XML v1.7.8 is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=126

 

 
Page 13 of 25 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. UPS discounted rates not showing in UPS XML
    By cspan27 in forum Addon Shipping Modules
    Replies: 51
    Last Post: 27 Jun 2016, 03:52 PM
  2. v151 Ty UPS WorldShip Support Thread
    By colosports in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 Jun 2014, 12:05 AM
  3. UPS XML Stopped Communicating with UPS... HELP!
    By rconway28 in forum Addon Shipping Modules
    Replies: 28
    Last Post: 23 Nov 2011, 03:31 PM
  4. UPS Shipping - not working (UPS-XML addon)
    By breck in forum Addon Shipping Modules
    Replies: 30
    Last Post: 20 Aug 2010, 03:24 AM
  5. UPS/UPS XML Future Day Pick-up
    By fred_hf in forum Addon Shipping Modules
    Replies: 0
    Last Post: 21 Dec 2009, 07:59 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