Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

syn0ptic

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by syn0ptic

  1. I got a fix !

     

    dont forget to manually go to the website and fill-in the update form beforee trying.

     

    // replace the $query_string value in ship_canadapost_ajax.php circa line 129
    
    $query_string = 'cpidSignIn:signIn.x=46&cpidSignIn:signIn.y=11&cpidSignIn_SUBMIT=1'.
    						  '&cpidSignIn:j_username='.urlencode(MODULE_SHIPPING_CANADAPOST_USERID).
    						  '&cpidSignIn:j_password='.urlencode(MODULE_SHIPPING_CANADAPOST_PASSWORD);

     

    Also, the error handling in step 3 needs to be updated, but I'm not that good, so I simply commented the "check for error" part of it so it contionues to step 4.

     

    here's the fix for Step 3 too :

     

    circa line 172 :

    	// progress update
    //if (stristr($response, '<input type="hidden" name="formId" value="' . $form_prefix . '0">') === FALSE) {
    //	do_cp_error($step, SC_GENERAL_ERROR);
    //	} else {
    cp_progress($step, APP_START);
    //	}

  2. Dandelion:

     

    Sorry for the lateness of my reply. I really appreciate your effort in trying to resolve my issue. (That's not the solution, but good try.)

     

    I'm not sure if you've noticed... but your latest issue is my issue. :)

     

    Hopefully we'll get it resolved soon... I've been trying to work with someone from Canada Post to try and resolve it sooner rather than later.

     

    Sincerely,

     

    Kevin

     

    any update on this problem ? I cant find what to do to fix the login process

     

    but I got this error in debug mode :

    https://sso-cal.canadapost-postescanada.ca/.../login/redirect

     

    HTTP/1.1 502 Bad Gateway

    Server: Sun-Java-System-Web-Server/7.0

    Date: Mon, 15 Jun 2009 20:08:42 GMT

    Transfer-encoding: chunked

     

    <HTML><HEAD><TITLE>Bad Gateway</TITLE></HEAD>

    <BODY><H1>Bad Gateway</H1>

    Processing of this request was delegated to a server that is not functioning properly.

    </BODY></HTML>

  3. I have installed the contrib, and it seems to work correctly.

     

    The only thing is that I only get quoted for Ground. I have checked the array for service type requested and they are all enabled. (not commented).

     

    Im sure i'm not the only one that experienced that.

     

    Ok, I found the solution, I need to turn SHOW LIST RATES to FALSE.

  4. I have installed the contrib, and it seems to work correctly.

     

    The only thing is that I only get quoted for Ground. I have checked the array for service type requested and they are all enabled. (not commented).

     

    Im sure i'm not the only one that experienced that.

×
×
  • Create New...