Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

UPS shipping activation

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 03-07-2014, 04:25 PM
 
poloplata poloplata is offline
 

Advanced Member
  
Join Date: Jan 2003
Posts: 34
 

Default 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.
__________________
poloplata v5
Reply With Quote
  #2  
Old 03-10-2014, 07:33 AM
 
Kirill Kirill is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Nov 2013
Posts: 105
 

Default 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?
__________________
X-Cart team
Reply With Quote
  #3  
Old 07-18-2014, 02:59 PM
 
poloplata poloplata is offline
 

Advanced Member
  
Join Date: Jan 2003
Posts: 34
 

Default Re: UPS shipping activation

No the test does not work

Error while connecting to the UPS server (https://wwwcie.ups.com/ups.app/xml)
__________________
poloplata v5
Reply With Quote
  #4  
Old 07-21-2014, 04:54 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: UPS shipping activation

Could you please send us a snapshot of the error you are getting?

Thank you.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote
  #5  
Old 07-21-2014, 11:22 AM
 
poloplata poloplata is offline
 

Advanced Member
  
Join Date: Jan 2003
Posts: 34
 

Default 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 v5
Reply With Quote
  #6  
Old 07-22-2014, 12:58 PM
 
poloplata poloplata is offline
 

Advanced Member
  
Join Date: Jan 2003
Posts: 34
 

Default 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)
__________________
poloplata v5
Reply With Quote

The following user thanks poloplata for this useful post:
tony_sologubov (07-23-2014)
  #7  
Old 07-22-2014, 07:44 PM
 
pgailinas pgailinas is offline
 

Member
  
Join Date: Jul 2014
Posts: 13
 

Default Re: UPS shipping activation

So can you elaborate on your solution as I experience the same problem with my installation. Thanks!!
__________________
XC 5.1.4
Reply With Quote
  #8  
Old 07-30-2014, 10:21 AM
 
NHC-Adam NHC-Adam is offline
 

Member
  
Join Date: Mar 2013
Posts: 12
 

Default Re: UPS shipping activation

How do you fix this?

Please explain thank you.

I am having the same problem with my store
__________________
X-Cart version 4.6.4

www.nassauhobbycenter.com
Reply With Quote
  #9  
Old 07-30-2014, 10:35 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: UPS shipping activation

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

Thank you.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote
  #10  
Old 07-30-2014, 10:45 AM
 
NHC-Adam NHC-Adam is offline
 

Member
  
Join Date: Mar 2013
Posts: 12
 

Default Re: UPS shipping activation

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

Thank you.

Yes
Attached Files
File Type: php php_errors.log.2014-07-30.php (2.1 KB, 209 views)
__________________
X-Cart version 4.6.4

www.nassauhobbycenter.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020