Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

faqtech

Archived
  • Posts

    38
  • Joined

  • Last visited

Posts posted by faqtech

  1. I have installed the canada post shipping mod, the one with out dimensions and I have set up everything with Canada Post. I have made sure I have typed in the postal code ocrrectly and it still comes back with an error:

     

    Origin Postal Code is illegal.

     

    Any ideas how to solve this.

     

    Thanks

  2. I solved our problem early this morning. The solution I found was in adding some code to the curl part of one file. I added 2 line of code to the upsxml.php file in cat/incl/mod/ship/ at line 595.

     

    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);

    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);

     

    As soon as I added these line everything worked great. Before that the error log was showing nothing for a response from UPS. That should help many of you.

     

    Also another problem found in code and solved.

     

    If you are using demension enabled you will have to make manual changes to the admin/inclues/classes/shopping_cart.php because there is no file included in the contribution and if you read the instruction you need to make those changes or use the file included. Also I would suggest manually changing the admin/categories.php file also because it is quite different than the one supplied. If any one has any question let me know, I am trying to make a contribution out of all the change I have made but it may be a couple of days.

  3. We are recieving the same error as someone else in this post.

     

    Rating and Service 1.0001 0 MODULE_SHIPPING_UPSXML_RATES_TEXT_COMM_UNKNWON_ERROR : Rating and Service 1.0001 0

     

    The funny thing about this is the fact that we are our own hosting company and hav every thing installed from a-z on our servers. We know that curl and ssl are installed and working without trouble. we also have installed in the oscommece store the Fedex 2.0 contribution and it is pulling rate just fine.

     

    The only suggestion i can make to fixing this error is that someone take a look at the difference between MS1 and MS2. We were running MS1 and the ver 1.0 of the upsxml contribution and had no trouble untill we upgraded to MS2 and ver 1.02 of upsxml. Now all we get is that stupid error. We have tried every setting possible.

     

    One other thing that we did do at the same time was upgrade php to ver. 4.3.2. We were only running ver. 4.2.3 up to this point. Like I said earlier though the Fedex contribution works just fine.

     

    SOme help on this trouble would be greatly appreciated.

×
×
  • Create New...