actually, when i enable negotiated rates i get an error.
Code:
UPS Error: GetNegotiatedRates is 'true', but no negotiated rates were returned. Cantact UPS to ensure that you are authorized to receive negotiated rates.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exception: UPS Error: GetNegotiatedRates is 'true', but no negotiated rates were returned. Cantact UPS to ensure that you are authorized to receive negotiated rates.
Source Error:
Line 367: pnlCartAllowsShippingMethodSelection.Visible = cart.CartAllowsShippingMethodSelection;
Line 368:
Line 369: String ShipMethods = cart.GetShippingMethodList(String.Empty, out AnyShippingMethodsFound);
Line 370: ShippingOptions.Text = ShipMethods;
Line 371:
Source File: d:\Domains\mydomain.com\wwwroot\checkoutshipping.aspx.cs Line: 369
Stack Trace:
[Exception: UPS Error: GetNegotiatedRates is 'true', but no negotiated rates were returned. Cantact UPS to ensure that you are authorized to receive negotiated rates.]
AspDotNetStorefrontCore.UPS2Rates.GetRates(Shipments AllShipments, Decimal ShipmentWeight, Decimal ShipmentValue, Decimal ShippingTaxRate, String& RTShipRequest, String& RTShipResponse, ShippingSection& ShippingConfig, UPSSection& UPSConfig) +10609
AspDotNetStorefrontCore.RTShipping.UPS2GetRates(Shipments AllShipments, String& RTShipRequest, String& RTShipResponse, Decimal ExtraFee, Decimal MarkupPercent, Decimal ShipmentValue, Decimal ShippingTaxRate) +6847
AspDotNetStorefrontCore.RTShipping.GetRates(Shipments AllShipments, String Carriers, ResultType ListFormat, String FieldName, String CssClass, Decimal ShippingTaxRate, String& RTShipRequest, String& RTShipResponse, Decimal ExtraFee, Decimal MarkupPercent, Decimal ShipmentValue) +2724
AspDotNetStorefrontCore.ShoppingCart.SyyXHttvv(Address , Decimal ) +17159
AspDotNetStorefrontCore.ShoppingCart.LiMheo48p(Decimal ) +110
AspDotNetStorefrontCore.ShoppingCart.GetRTShippingRates(Address thisShippingAddress, String FieldSuffix, String FreeIDs) +699
AspDotNetStorefrontCore.ShoppingCart.GetShippingMethodList(String FieldSuffix, Boolean& AnyShippingMethodsFound) +31484
AspDotNetStorefront.checkoutshipping.InitializePageContent() in d:\Domains\mydomain.com\wwwroot\checkoutshipping.aspx.cs:369
AspDotNetStorefront.checkoutshipping.Page_Load(Object sender, EventArgs e) in d:\Domains\mydomain.com\wwwroot\checkoutshipping.aspx.cs:142
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
when i check it with UPS they confirm negotiated rates are enabled for my account and i also can see those when i log in to my UPS account.
i am on 8.01 Version store
can anyone help how can i fix this problem.
thanks