Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mohsinsumar

Archived
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mohsin Sumar

mohsinsumar's Achievements

  1. Hi Dynamo, I wonder why I don't get replies via email. I always get back when there are 20+ posts after mine. Anyways, I'm the web-host myself and I'm running on the same version I was running before. Its version 4.0.25. This is still a mystery to me. I'll look into that thread you posted. Any leads on this would be great. Thanks, Mohsin.
  2. Yes, there are orders in the table. Just won't show up, even in the admin side. L!mit, you said you had the same problem - I still can't locate your post? Invision Board doesn't has the option to search a specific persons post either.
  3. Hi Dynamo, My orders are messed up. They are in the database, but they aren't listed in Administration Area > Orders (0 of 0 orders). They aren't even displayed in my previous orders under my account. It says 0 of 0 orders, and the pagination goes like: -4, -3, -2, -1, 0. Any ideas about this?
  4. I understand that ec_token change was important. What does this change do? How important is this?
  5. Yes, though that didn't work for me. I changed those two lines to read as follows, may be because I had register_globals mod installed? $paypal_ec_token = $response->getToken(); tep_session_register('paypal_ec_token'); $_SESSION['paypal_ec_token'] = $paypal_ec_token; By the way, I still can't find the post that JoyRide mentions about solving my order problem. Where is this??
  6. My problem solved, I tried closing everything up and retrying and it works like a charm. However... I noticed another problem, my orders are messed up. They are in the database, but they aren't listed in Administration Area > Orders (0 of 0 orders). They aren't even displayed in my previous orders under my account. It says 0 of 0 orders, and the pagination goes like: -4, -3, -2, -1, 0. Any ideas about this?
  7. Hi, I got through after tracking what the problem was. For some wierd reason, around line 426/427 read like this: tep_session_register('paypal_ec_token'); $paypal_ec_token = $response->getToken(); I modified this to: $paypal_ec_token = $response->getToken(); tep_session_register('paypal_ec_token'); $_SESSION['paypal_ec_token'] = $paypal_ec_token; Now it successfully goes through to step two, but I receive this error: I'm on SandBox and the account IS verified. Please advice.
  8. Hi, It definitely is a session problem. I have been running a few tests on ec_process.php file. It does receive the ec_token from paypal (get parameters), but instead of going to step 2, it still loops in step one. My guess is the token isn't registered in the session and this makes it loop into circles. if(!tep_session_is_registered('paypal_ec_token')) { $payment_modules->ec_step1(); } else { $payment_modules->ec_step2(); } Is there any fix for this??
  9. Dear Chad, I use Dreamweaver on Windows. The file online is exactly the same as from the mod, no changes at all. I get the same problem, express checkout keeps on looping while direct payments works perfectly. I'm doing this on Sandbox, also tried on Live server. Same problem. Any ideas to get this to work?
  10. Hello Chad, I'm having the same problem. It keeps on looping up, asking the user to login and again and again. It doesn't take it back to the site. I looked into the possibility of a gummed up characters or something, but the file is okay, exactly the same one as from the mod. Any ideas on fixing this up? I look forward to hear from you guys soon. Thanks, Mohsin.
  11. Hi, I'm having the same problem too. It doesn't go forward, keeps on asking the user to login - move to checkout, final button and login again. Any ideas? Thanks.
  12. Hello, Is "YourPay Connect" activation FREE?
  13. Thank you OrlandoBonsai - that sure did work :) PS: For those of you finding this option. Access ADMIN, go to CONFIGURATION and then PACKAGING / SHIPPING.
×
×
  • Create New...