1
Answers
enabling UPS Shipping module
I enabled the UPS shipping module for the latest version of kickstart: https://drupal.org/project/commerce_ups
I added the product weight and dimension fields to the products. Also configured my UPS API Credentials.
When I checkout with the product with these fields, I get no option for shipping with UPS. I followed the instructions in the modules README.txt
How do I get the UPS shipping option to come up for the customers?
Comments
Hi briangelhaus,
did you solve your problem? I have the same.
Let me know. Many Thanks.
No I still never got the UPS module to work. Let me know if you find an answer.
I solved the problem. The problem was caused by the fact that the units were settled on pounds and inches for UPS while in kilograms and centimeters on the product. Analyzing the response from UPS after the calling to their server, I obtained an error of inconsistency between the measures.
So by changing a products default lbs and inches to kg and cm the ups shipping method was showing up in the checkout process?