Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

syn0ptic

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by syn0ptic

  1. it's actually not adding taxes on the shipping amount. it calculate taxes on the product, but not on the shipping !
  2. I'm having the exact same problem.
  3. 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); // }
  4. here http://www.oscommerce.com/forums/index.php?s=&...t&p=1416027
  5. PROBLEM WITH LOGIN FIXED ! See update in the contrib page : http://addons.oscommerce.com/info/5842
  6. any update on this problem ? I cant find what to do to fix the login process but I got this error in debug mode :
  7. Ok, I found the solution, I need to turn SHOW LIST RATES to FALSE.
  8. 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...