oliverio76
Forum Replies Created
-
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Undefined property: WF_Shipping_UPSError 1 Here I leave the code of what the Debug Mode
UPS REQUEST:
<?xml version=”1.0″ ?>
<AccessRequest xml:lang=’en-US’>
<AccessLicenseNumber>xxxxxxxxxxx;/AccessLicenseNumber>
<UserId>xxxxxxxxxxx;/UserId>
<Password>xxxxxxxx;/Password>
</AccessRequest>
<?xml version=”1.0″ ?>
<RatingServiceSelectionRequest>
<Request>
<TransactionReference>
<CustomerContext>Rating and Service</CustomerContext>
<XpciVersion>1.0</XpciVersion>
</TransactionReference>
<RequestAction>Rate</RequestAction>
<RequestOption>Rate</RequestOption>
</Request>
<PickupType>
01
<Description>Daily Pickup</Description>
</PickupType>
<CustomerClassification>
99
</CustomerClassification>
<Shipment>
<Description>WooCommerce Rate Request</Description>
<Shipper>
<ShipperNumber>xxxxxxx;/ShipperNumber>
<Address>
<AddressLine></AddressLine>
<City>miami</City>
<PostalCode>33130</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</Shipper>
<ShipTo>
<Address>
<StateProvinceCode>FL</StateProvinceCode>
<City>ORLANDO</City>
<PostalCode>32821</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipTo>
<ShipFrom>
<Address>
<AddressLine></AddressLine>
<City>miami</City>
<PostalCode>33130</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipFrom>
<Service>
11
</Service>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<Dimensions>
<UnitOfMeasurement>
IN
</UnitOfMeasurement>
<Length>10.00</Length>
<Width>10.00</Width>
<Height>10.00</Height>
</Dimensions>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>1</Weight>
</PackageWeight>
</Package>
</Shipment>
</RatingServiceSelectionRequest>
———————————————–
UPS RESPONSE:<?xml version=”1.0″?>
<RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>111100</ErrorCode><ErrorDescription>The requested service is invalid from the selected origin.</ErrorDescription></Error></Response></RatingServiceSelectionResponse>////////////////////////////////////////////////////
Error 2 Here I leave the code of what the Debug Mode
UPS REQUEST:
<?xml version=”1.0″ ?>
<AccessRequest xml:lang=’en-US’>
<AccessLicenseNumber>xxxxxxxxxxx</AccessLicenseNumber>
<UserId>xxxxxxxxxxx</UserId>
<Password>xxxxxxxxx</Password>
</AccessRequest>
<?xml version=”1.0″ ?>
<RatingServiceSelectionRequest>
<Request>
<TransactionReference>
<CustomerContext>Rating and Service</CustomerContext>
<XpciVersion>1.0</XpciVersion>
</TransactionReference>
<RequestAction>Rate</RequestAction>
<RequestOption>Rate</RequestOption>
</Request>
<PickupType>
01
<Description>Daily Pickup</Description>
</PickupType>
<CustomerClassification>
99
</CustomerClassification>
<Shipment>
<Description>WooCommerce Rate Request</Description>
<Shipper>
<ShipperNumber>xxxxxxxx;/ShipperNumber>
<Address>
<AddressLine></AddressLine>
<City>miami</City>
<PostalCode>33130</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</Shipper>
<ShipTo>
<Address>
<StateProvinceCode>FL</StateProvinceCode>
<City>ORLANDO</City>
<PostalCode>32821</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipTo>
<ShipFrom>
<Address>
<AddressLine></AddressLine>
<City>miami</City>
<PostalCode>33130</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipFrom>
<Service>
08
</Service>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<Dimensions>
<UnitOfMeasurement>
IN
</UnitOfMeasurement>
<Length>10.00</Length>
<Width>10.00</Width>
<Height>10.00</Height>
</Dimensions>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>1</Weight>
</PackageWeight>
</Package>
</Shipment>
</RatingServiceSelectionRequest>
———————————————————–
UPS RESPONSE:<?xml version=”1.0″?>
<RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>111210</ErrorCode><ErrorDescription>The requested service is unavailable between the selected locations.</ErrorDescription></Error></Response></RatingServiceSelectionResponse>- This reply was modified 9 years ago by oliverio76.
- This reply was modified 9 years ago by oliverio76.
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Undefined property: WF_Shipping_UPSHi, I have done all the configuration steps of the application and I get these two errors
1- [UPS] No rate returned for service code 11, The requested service is invalid from the selected origin. (UPS code: 111100)
2- [UPS] No rate returned for service code 08, The requested service is unavailable between the selected locations. (UPS code: 111210)
I have reviewed the data several times and still leave these errors thank you very much for your help