Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fusion

Archived
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Real Name
    Edi

fusion's Achievements

  1. Hi tfo! Thanks man! I tried this the other day! yes, it worked...can't believe it's just related to the get or post method. This really helped me alot! At least now, there's no more need to debug upto the session functions. thanks again! PS. Hi troyjoy. ya, everyone should hear about this solution. This is the real solution to the paypal problem!
  2. Hi, i too am having problems with the basic paypal module. However, i don't think it's really the paypal module problem. The problem is this: 1. After checkout confirmation, customer is sent to paypal page. 2. Person clicks the "return to merchant" button ( i checked this page's html code, it is set to return to checkout_process with the session id) 3. Person is redirected to checkout_process page, but is redirected to log-in page. ( checkout_success.php is not reached. no orders recorded as well, bec. checkout process is not completed) I suspect it's bec. of this line of code from checkout_process: // if the customer is not logged on, redirect them to the login page if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(array('mode' => 'SSL', 'page' => FILENAME_CHECKOUT_PAYMENT)); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } Any suggestions on what to check to solve this problem? I've searched all over this forum but couldn't find an answer. I've tried turning on and off the cache, but not sure if i m doing it correctly bec. i don't know how to setup the directory for the cache. I haven't tried auto return, bec. the paypal account is not used just for one website (i.e. different websites of selling but one paypal account.) thanks
  3. Hi, just want to comment... i would suggest you post the code with the line numbers. Bec. in this case, it's hard to help u. its line 150, so the error is somewhere near there. Actually, it could be a lot of things. If u modified the code, it could be missing "{" , "}" or missing ";" or even extra of those. Are u using an editor with line numbers? then u look around that area.
×
×
  • Create New...