Closed (fixed)
Project:
Canada Post Shipping Quotes
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2010 at 02:11 UTC
Updated:
9 Sep 2010 at 19:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
tr commentedDoes flatrate work? Are there any JavaScript errors in your console on the checkout page? What does the dblog say? What's returned from the quote Ajax call on the checkout page? There are hundreds of posts on ubercart.org dealing with debugging shipping quotes, just search for that error message. It is highly unlikely that this module is at fault - it's almost certainly a configuration problem on your end, and there's no way for me to figure that out without some detailed information about what you've tried and why you think this module is the problem. And it would help to get a link to your site so I could see for myself and check for any obvious problems.
Comment #2
2ninerniner2 commentedI have the same issue. Drupal 6.16 and UC 2.2.
I am quite certain that is my lack of knowledge in Drupal and UC and that it's something obvious that I have missed. But no matter what I try, I cannot get it to return CP quotes. The flat rate and weight rates show up fine when enabled; just not the CP ones.
I have configured the CP settings with the identical credentials that work successfully on (dare I say it here) Joomla and VirtueMart where the CP quotes are returned and added as expected. This is why I am pretty sure it's something I'm missing in Drupal/UC :) Would sure like to get this sorted as the Drupal/UC combo blows the other away! :)
Cheers!
Lyle
Comment #3
nevosa commentedUsing Drupal 6.16 and UC 2.2 I found the same issue as 2ninerniner2.
I have flatrate working fine, and CP doesn`t.
Home › Administer › Reports › Details, shows the following entry:
Type uc_canadapost
Date Tuesday, June 8, 2010 - 11:24
User (my user)
Location http://www.eastshore.artesania.ca/cart/checkout/shipping/quote
Referrer http://www.eastshore.artesania.ca/admin/reports/pages
Message Shipping failed. Request was: <?xml version="1.0" ?>en
10111 items
, response was <?xml version="1.0" ?> ]> -5000 XML parsing error. 5505191
Severity error
Hostname (my IP)
Operations
It is visible that the XML does not contain the address to send to nor the address to send from. There is the famous 1*1*1 package size, but the details entered don't go through.
I hope this can help.
Comment #4
nevosa commentedfollowing my previous post with the log attachement.
Comment #5
storytellerjeff commentedSubscribing - I've got the same problem with the same symptoms.
Comment #6
tr commented@nevos: For a start, according to your error log you don't have a CPCID entered. Nothing's going to work without it. This suggests to me you haven't gone to the module's configuration page and filled out the necessary information yet.
Also, I recommend using the -dev version as it has a lot of improvements over 1.0.
Comment #7
nevosa commentedTR,
thanks,
It was the configuration, and I will consider moving to dev.
Comment #8
tr commentedComment #9
storytellerjeff commentedHi TR,
Just a quick note to say that in my case, I did have my config set up properly, but my host didn't allow port 30,000. After making that change, it's up and working great.
Thanks for the suggestions, keep up the great work.