Page 15 of 25 FirstFirst ... 51314151617 ... LastLast
Results 141 to 150 of 246
  1. #141
    Join Date
    Oct 2019
    Location
    Georgia, USA
    Posts
    54
    Plugin Contributions
    0

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by mrsawyer View Post
    I will try your suggestion about using debug. However, UPS's response mentions package size as a determining factor in the rate estimate received online. How does the UPS_XML plugin supply UPS with package dimensions, or does it? I did not see anywhere where package size could be entered. In the ZC admin area I saw small box and large box, but did not a place to specify the dimensions of either.

    Please advise,
    mrsawyer
    I would like to add that I just took a quick look at the debug log which I had already enabled, but had not look at. From what I'm seeing, the plugin is passing length, width, and height of all zero inches to the UPS interface. Is there a way to pass an actual box size?

  2. #142
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by mrsawyer View Post
    I will try your suggestion about using debug. However, UPS's response mentions package size as a determining factor in the rate estimate received online. How does the UPS_XML plugin supply UPS with package dimensions, or does it? I did not see anywhere where package size could be entered. In the ZC admin area I saw small box and large box, but did not a place to specify the dimensions of either.

    Please advise,
    mrsawyer
    Quote Originally Posted by mrsawyer View Post
    I would like to add that I just took a quick look at the debug log which I had already enabled, but had not look at. From what I'm seeing, the plugin is passing length, width, and height of all zero inches to the UPS interface. Is there a way to pass an actual box size?
    The shipping method, as inherited, claims to support product dimensions but I have neither updated nor tested that processing. While there's a DIMENSIONS_SUPPORTED constant that can be changed (as you apparently have) in the shipping-module itself, that's not a processing-path that I'm prepared to support at the current time.

  3. #143
    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
    The shipping method, as inherited, claims to support product dimensions but I have neither updated nor tested that processing. While there's a DIMENSIONS_SUPPORTED constant that can be changed (as you apparently have) in the shipping-module itself, that's not a processing-path that I'm prepared to support at the current time.
    I had not discovered the DIMENSIONS_SUPPORTED constant. However, after you mentioned it, I found it in the UPSXML.php file in the Modules folder (as opposed the UPSXML.php in the language folder). I changed the constant to 1, but saw no affect on the rate options. I see that you are not prepared to support it, but do you know what it is "supposed" to do? You got my curiosity up by mentioning it.

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

    Default Re: UPS XML: Support Thread

    Our Dimensions_Supported constant is set at 0.

    Here is part of the debug log that shows UPS is automatically receiving 10lbs as the package weight and $100 as the package value (unless I have misinterpreted). Our test shipment was 3.1lbs, so is this weight and value hard-coded somewhere?
    <TransitFrom>
    <AddressArtifactFormat>
    <PoliticalDivision2>Bronx</PoliticalDivision2>
    <PoliticalDivision1>NY</PoliticalDivision1>
    <CountryCode>US</CountryCode>
    <PostcodePrimaryLow>10472</PostcodePrimaryLow>
    </AddressArtifactFormat>
    </TransitFrom>
    <TransitTo>
    <AddressArtifactFormat>
    <PoliticalDivision2>Beverly Hills</PoliticalDivision2>
    <PoliticalDivision1>CA</PoliticalDivision1>
    <CountryCode>US</CountryCode>
    <PostcodePrimaryLow>90210</PostcodePrimaryLow>
    <PostcodePrimaryHigh>90210</PostcodePrimaryHigh>
    </AddressArtifactFormat>
    </TransitTo>
    <PickupDate>20200715</PickupDate>
    <ShipmentWeight>
    <UnitOfMeasurement>
    <Code>LBS</Code>
    </UnitOfMeasurement>
    <Weight>10</Weight>
    </ShipmentWeight>
    <InvoiceLineTotal>
    <CurrencyCode>USD</CurrencyCode>
    <MonetaryValue>100</MonetaryValue>
    </InvoiceLineTotal>
    </TimeInTransitRequest>

    UPS RESPONSE: <?xml version="1.0"?><TimeInTransitResponse><Response><TransactionReference><CustomerC ontext>Time in Transit</CustomerContext><XpciVersion>1.0002</XpciVersion></TransactionReference><ResponseStatusCode>1</ResponseStatusCode><ResponseStatusDescription>Success</ResponseStatusDescription></Response><TransitResponse><PickupDate>2020-07-15</PickupDate><TransitFrom><AddressArtifactFormat><PoliticalDivision2>BRONX</PoliticalDivision2><PoliticalDivision1>NY</PoliticalDivision1><Country>UNITED STATES</Country><CountryCode>US</CountryCode><PostcodePrimaryLow>10472</PostcodePrimaryLow></AddressArtifactFormat></TransitFrom><TransitTo><AddressArtifactFormat><PoliticalDivision2>BEVERLY HILLS</PoliticalDivision2><PoliticalDivision1>CA</PoliticalDivision1><Country>UNITED STATES</Country><CountryCode>US</CountryCode><PostcodePrimaryLow>90210</PostcodePrimaryLow></AddressArtifactFormat></TransitTo><ShipmentWeight><UnitOfMeasurement><Code>LBS</Code></UnitOfMeasurement><Weight>10.0</Weight></ShipmentWeight><InvoiceLineTotal><CurrencyCode>USD</CurrencyCode><MonetaryValue>100.00</MonetaryValue></InvoiceLineTotal><Disclaimer>Services listed as guaranteed are backed by a money-back guarantee for transportation charges only. UPS guarantees the day of delivery for every ground package you ship to any address within all 50 states and Puerto Rico. See Terms and Conditions in the Service Guide for details.</Disclaimer><ServiceSummary><Service><Code>1DM</Code><Description>UPS Next Day Air Early</Description></Service><Guaranteed><Code>N</Code></Guaranteed><EstimatedArrival><BusinessTransitDays>1</BusinessTransitDays><Time>08:30:00</Time><PickupDate>2020-07-15</PickupDate><PickupTime>19:30:00</PickupTime><Date>2020-07-16</Date><DayOfWeek>THU</DayOfWeek><CustomerCenterCutoff>18:30:00</CustomerCenterCutoff></EstimatedArrival><SaturdayDelivery>0</SaturdayDelivery><SundayDelivery>0</SundayDelivery></ServiceSummary><ServiceSummary><Service><Code>1DA</Code><Description>UPS Next Day Air</Description></Service><Guaranteed><Code>N</Code></Guaranteed><EstimatedArrival><BusinessTransitDays>1</BusinessTransitDays><Time>10:30:00</Time><PickupDate>2020-07-15</PickupDate><PickupTime>19:30:00</PickupTime><Date>2020-07-16</Date><DayOfWeek>THU</DayOfWeek><CustomerCenterCutoff>18:30:00</CustomerCenterCutoff></EstimatedArrival><SaturdayDelivery>0</SaturdayDelivery><SundayDelivery>0</SundayDelivery></ServiceSummary><ServiceSummary><Service><Code>1DP</Code><Description>UPS Next Day Air Saver</Description></Service><Guaranteed><Code>N</Code></Guaranteed><EstimatedArrival><BusinessTransitDays>1</BusinessTransitDays><Time>23:00:00</Time><PickupDate>2020-07-15</PickupDate><PickupTime>19:30:00</PickupTime><Date>2020-07-16</Date><DayOfWeek>THU</DayOfWeek><CustomerCenterCutoff>18:30:00</CustomerCenterCutoff></EstimatedArrival><SaturdayDelivery>0</SaturdayDelivery><SundayDelivery>0</SundayDelivery></ServiceSummary><ServiceSummary><Service><Code>2DM</Code><Description>UPS 2nd Day Air A.M.</Description></Service><Guaranteed><Code>N</Code></Guaranteed><EstimatedArrival><BusinessTransitDays>2</BusinessTransitDays><Time>23:00:00</Time><PickupDate>2020-07-15</PickupDate><PickupTime>19:30:00</PickupTime><Date>2020-07-17</Date><DayOfWeek>FRI</DayOfWeek><CustomerCenterCutoff>18:30:00</CustomerCenterCutoff></EstimatedArrival><SaturdayDelivery>0</SaturdayDelivery><SundayDelivery>0</SundayDelivery></ServiceSummary><ServiceSummary><Service><Code>2DA</Code><Description>UPS 2nd Day Air</Description></Service><Guaranteed><Code>N</Code></Guaranteed><EstimatedArrival><BusinessTransitDays>2</BusinessTransitDays><Time>23:00:00</Time><PickupDate>2020-07-15</PickupDate><PickupTime>19:30:00</PickupTime><Date>2020-07-17</Date><DayOfWeek>FRI</DayOfWeek><CustomerCenterCutoff>18:30:00</CustomerCenterCutoff></EstimatedArrival><SaturdayDelivery>0</SaturdayDelivery><SundayDelivery>0</SundayDelivery></ServiceSummary><ServiceSummary><Service><Code>3DS</Code><Description>UPS 3 Day Select</Description></Service><Guaranteed><Code>N</Code></Guaranteed><EstimatedArrival><BusinessTransitDays>3</BusinessTransitDays><Time>23:00:00</Time><PickupDate>2020-07-15</PickupDate><PickupTime>19:30:00</PickupTime><Date>2020-07-20</Date><DayOfWeek>MON</DayOfWeek><CustomerCenterCutoff>18:30:00</CustomerCenterCutoff></EstimatedArrival><SaturdayDelivery>0</SaturdayDelivery><SundayDelivery>0</SundayDelivery></ServiceSummary><ServiceSummary><Service><Code>GND</Code><Description>UPS Ground</Description></Service><Guaranteed><Code>N</Code></Guaranteed><EstimatedArrival><BusinessTransitDays>4</BusinessTransitDays><Time>23:00:00</Time><PickupDate>2020-07-15</PickupDate><PickupTime>19:30:00</PickupTime><Date>2020-07-21</Date><DayOfWeek>TUE</DayOfWeek><CustomerCenterCutoff>18:30:00</CustomerCenterCutoff></EstimatedArrival><SaturdayDelivery>0</SaturdayDelivery><SundayDelivery>0</SundayDelivery></ServiceSummary><MaximumListSize>35</MaximumListSize></TransitResponse></TimeInTransitResponse>
    ------------------------------------------ ???
    Last edited by mrsawyer; 14 Jul 2020 at 11:15 PM.

  5. #145
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,688
    Plugin Contributions
    9

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by mrsawyer View Post
    Greetings,

    I have set up our API Key and run some cross-country shipping tests (in test mode) using UPS-XML Version 1.7.8. I set the Customer Classification Code to 00 so that rates displayed would reflect our contracted agreement with UPS. I then tried using the exact same shipping information with the Customer Classification Code set to 53 to display the regular rates for comparison. To my surprise, the regular rates were about 4% to 7% lower than our contracted "discounted" UPS rates.

    I have contacted UPS to make sure they have given us the correct code and have also activated the contract. While I am awaiting a reply, I thought I'd check with the forum folk here to see if using test mode could account for this, or if there is some other possible reason I have overlooked, or if there is the remote possibility that the plugin has an error.

    I am hoping that some readers of this post will be so kind as to run a similar test and share their findings.

    Thanks,
    mrsawyer
    Quote Originally Posted by mrsawyer View Post
    I would like to add that I just took a quick look at the debug log which I had already enabled, but had not look at. From what I'm seeing, the plugin is passing length, width, and height of all zero inches to the UPS interface. Is there a way to pass an actual box size?
    Quote Originally Posted by lat9 View Post
    The shipping method, as inherited, claims to support product dimensions but I have neither updated nor tested that processing. While there's a DIMENSIONS_SUPPORTED constant that can be changed (as you apparently have) in the shipping-module itself, that's not a processing-path that I'm prepared to support at the current time.
    at the risk of getting myself into more trouble than i already in, allow me to weigh in here.

    i think it best to solve 1 problem prior to moving to a new problem. i thought the original problem was that your contracted rates are showing up as being expensive than your list rates. did you solve that problem?

    my understanding is that this plugin is for getting shipping quotes. if i am wrong in that, i apologize. if i am correct, and we are getting shipping quotes, i see no need to not being going to a live UPS server. last time i checked, UPS does not charge for getting a shipping quote. so why not check against the live server? i see little downside unless i am missing something here.

    with regards to the bane of my existence, i mean dimensional weight, seems that lat9 is not ready to support that element on this plugin. which personally i would respect. lot of work associated with quoting dimensional weight.

    what are you selling? when you look at your UPS bill, do you see a lot of dimensional weight surcharges? if you do not see them on your bill, it makes little sense to me to start building infrastructure to quote them to your customer.

    lot of stores use this module. i think the 0 dimensions have 0 effect on the rate that gets quoted. the only time dimensional weight gets hit, is when you send a big box that weighs nothing. sending a box that takes up 0 space and weighs 5 lbs; well you will get the 5 lb rate.

    just my 2 cents.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #146
    Join Date
    Oct 2019
    Location
    Georgia, USA
    Posts
    54
    Plugin Contributions
    0

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by carlwhat View Post
    at the risk of getting myself into more trouble than i already in, allow me to weigh in here.

    i think it best to solve 1 problem prior to moving to a new problem. i thought the original problem was that your contracted rates are showing up as being expensive than your list rates. did you solve that problem?

    my understanding is that this plugin is for getting shipping quotes. if i am wrong in that, i apologize. if i am correct, and we are getting shipping quotes, i see no need to not being going to a live UPS server. last time i checked, UPS does not charge for getting a shipping quote. so why not check against the live server? i see little downside unless i am missing something here.

    with regards to the bane of my existence, i mean dimensional weight, seems that lat9 is not ready to support that element on this plugin. which personally i would respect. lot of work associated with quoting dimensional weight.

    what are you selling? when you look at your UPS bill, do you see a lot of dimensional weight surcharges? if you do not see them on your bill, it makes little sense to me to start building infrastructure to quote them to your customer.

    lot of stores use this module. i think the 0 dimensions have 0 effect on the rate that gets quoted. the only time dimensional weight gets hit, is when you send a big box that weighs nothing. sending a box that takes up 0 space and weighs 5 lbs; well you will get the 5 lb rate.

    just my 2 cents.
    Thanks, 98 more and I'll have a dollar! I am not interested in dimensional weight. I just asked what the Dimensions_Supported was "supposed" to do, since lat9 mentioned it, and it seemed to do nothing when changing the constant. It is all in an effort to find out more about the plugin so we can find out why we are getting lower rates when using the standard rates rather than our negotiated discounts. From your "2 cents", are you saying that changing that constant is supposed to implement a dimensional weight feature somewhere? If so, it was not apparent, not desired. We are shipping nothing at this point, just trying to make sure everything is working as it should before opening the shipping option to future customers. We have tried using test mode and live mode with the same result. We tried choosing Commercial versus Residential with the same result. So, the reason for the rate issue is not apparent yet. Hopefully, when UPS examines our site tomorrow, something meaningful will be revealed. If you have another couple of pennies, your idea of what might be amiss would be appreciated.

  7. #147
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by mrsawyer View Post
    Our Dimensions_Supported constant is set at 0.

    Here is part of the debug log that shows UPS is automatically receiving 10lbs as the package weight and $100 as the package value (unless I have misinterpreted). Our test shipment was 3.1lbs, so is this weight and value hard-coded somewhere?
    ...
    It sounds like you're running into the Tare weight settings. Head to your admin's Configuration :: Shipping/Packaging and check those two Tare weight settings. The default for a small package is a 3x multiplier.

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

    Default Re: UPS XML: Support Thread

    I just had a Zoom meeting with UPS, who confirmed all my settings in the Shipping Module are correct and that we are getting our negotiated rates displayed, YAY! The one question they could not answer was, why when I choose Customer Classification Code 53 (for standard rates), why the rates displayed are lower? The UPS technical person did not know what Customer Classification Code 53 was. I was under the impression that code 53 was dictated by the UPS system to signal the API to display "standard rates". She says that ZC created the customer classification codes, which made NO sense to me!

    So, I'm left with two questions: 1) Is UPS the one that dictates what the Customer Classification Codes are? and 2) Why would the "standard rates" be lower than our negotiated rate?

    Can someone test changing their Customer Classification Code to 53 to see if they get the same lowering of rates?

  9. #149
    Join Date
    Oct 2019
    Location
    Georgia, USA
    Posts
    54
    Plugin Contributions
    0

    Default Re: UPS XML: Support Thread

    Quote Originally Posted by mrsawyer View Post
    I just had a Zoom meeting with UPS, who confirmed all my settings in the Shipping Module are correct and that we are getting our negotiated rates displayed, YAY! The one question they could not answer was, why when I choose Customer Classification Code 53 (for standard rates), why the rates displayed are lower? The UPS technical person did not know what Customer Classification Code 53 was. I was under the impression that code 53 was dictated by the UPS system to signal the API to display "standard rates". She says that ZC created the customer classification codes, which made NO sense to me!

    So, I'm left with two questions: 1) Is UPS the one that dictates what the Customer Classification Codes are? and 2) Why would the "standard rates" be lower than our negotiated rate?

    Can someone test changing their Customer Classification Code to 53 to see if they get the same lowering of rates?
    I just found the UPS Rating Package XML Developer Guide, where on page 21, it lists all the Customer Classification Codes. So, I have my answer to the 1st question. I am at a loss as to question #2. Why are the displayed standard rates lower than our negotiated rates? Perhaps something is wrong over at UPS???

  10. #150
    Join Date
    Oct 2019
    Location
    Georgia, USA
    Posts
    54
    Plugin Contributions
    0

    Default Re: UPS XML: Support Thread

    In addition to my question as to why Code 53 is not yielding the correct standard rates (they are too low according to UPS), I also have the misfortune of attempting to hide the number of boxes and the weight from the customer at check out. I changed the "Display Number of Boxes and Weight Status" setting to 0 in the Admin area, but the number of boxes and weight still remain visible on our website. I am still using UPSXML v.1.7.8.

    Any help with these two issues would be greatly appreciated.

 

 
Page 15 of 25 FirstFirst ... 51314151617 ... 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