X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   UPS shipping activation (https://forum.x-cart.com/showthread.php?t=68790)

poloplata 03-07-2014 04:25 PM

UPS shipping activation
 
I cannot find any help for UPS shipping activation. I have added all the settings but there are no shipping methods showing in the cart. Can you please provide instructions.

Kirill 03-10-2014 07:33 AM

Re: UPS shipping activation
 
Hi,

Could you, please, clarify. You have entered all the UPS credentials on the Store Setup => Shipping => UPS settings tab and still see no shipping estimates on the checkout?

Does the "Test UPS rates calculation" go fine?

poloplata 07-18-2014 02:59 PM

Re: UPS shipping activation
 
No the test does not work

Error while connecting to the UPS server (https://wwwcie.ups.com/ups.app/xml)

tony_sologubov 07-21-2014 04:54 AM

Re: UPS shipping activation
 
Could you please send us a snapshot of the error you are getting?

Thank you.

poloplata 07-21-2014 11:22 AM

Re: UPS shipping activation
 
Input data

Array
(
[srcAddress] => Array
(
[city] => Oakdale
[state] => CA
[country] => US
[zipcode] => 95361
)

[dstAddress] => Array
(
[city] => fresno
[state] => CA
[country] => US
[zipcode] => 93711
)

[cod_enabled] =>
[packages] => Array
(
[0] => Array
(
[weight] => 0.1
[subtotal] => 100
)

)

)
Error while connecting to the UPS server (https://wwwcie.ups.com/ups.app/xml)

Communication log

Array
(
[post URL] => https://wwwcie.ups.com/ups.app/xml
[request] => <?xml version='1.0'?>
<AccessRequest xml:lang='en-US'>
<AccessLicenseNumber>xxx</AccessLicenseNumber>
<UserId>xxx</UserId>
<Password>xxx</Password>
</AccessRequest>
<?xml version='1.0'?>
<RatingServiceSelectionRequest xml:lang='en-US'>
<Request>
<TransactionReference>
<CustomerContext>Rating and Service</CustomerContext>
<XpciVersion>1.0001</XpciVersion>
</TransactionReference>
<RequestAction>Rate</RequestAction>
<RequestOption>shop</RequestOption>
</Request>
<PickupType>
<Code>01</Code>
</PickupType>
<CustomerClassification>
<Code>01</Code>
</CustomerClassification>
<Shipment>
<Shipper>
<ShipperNumber>xxx</ShipperNumber>
<Address>
<City>Oakdale</City>
<StateProvinceCode>CA</StateProvinceCode>
<PostalCode>95361</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</Shipper>
<ShipFrom>
<Address>
<City>Oakdale</City>
<StateProvinceCode>CA</StateProvinceCode>
<PostalCode>95361</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipFrom>
<ShipTo>
<Address>
<City>fresno</City>
<StateProvinceCode>CA</StateProvinceCode>
<PostalCode>93711</PostalCode>
<CountryCode>US</CountryCode>

</Address>
</ShipTo>

<Package>
<PackagingType>
<Code>00</Code>
</PackagingType>
<PackageWeight>
<UnitOfMeasurement>
<Code>LBS</Code>
</UnitOfMeasurement>
<Weight>0.1</Weight>
</PackageWeight>
<Dimensions>
<UnitOfMeasurement>
<Code>IN</Code>
</UnitOfMeasurement>
<Length>10</Length>
<Width>10</Width>
<Height>10</Height>
</Dimensions>


</Package>


</Shipment>
</RatingServiceSelectionRequest>
[response] =>
)

poloplata 07-22-2014 12:58 PM

Re: UPS shipping activation
 
we did get this working - FYI

it has to do with curl verifying the ssl peer. or validating that we were sending data to the endpoint we intended to (ups)

pgailinas 07-22-2014 07:44 PM

Re: UPS shipping activation
 
So can you elaborate on your solution as I experience the same problem with my installation. Thanks!!

NHC-Adam 07-30-2014 10:21 AM

Re: UPS shipping activation
 
How do you fix this?

Please explain thank you.

I am having the same problem with my store

tony_sologubov 07-30-2014 10:35 AM

Re: UPS shipping activation
 
Guys, do you have any errors in the <X-Cart 5>/var/log/ folder?

Thank you.

NHC-Adam 07-30-2014 10:45 AM

Re: UPS shipping activation
 
1 Attachment(s)
Quote:

Originally Posted by tony_sologubov
Guys, do you have any errors in the <X-Cart 5>/var/log/ folder?

Thank you.


Yes


All times are GMT -8. The time now is 09:06 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.