Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sonicthescrewdriver

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Col

sonicthescrewdriver's Achievements

  1. Success! If anyone else if having no success commect out the following lines in secpay.php use the following process from this topic: http://www.oscommerce.com/forums/index.php?showtopic=27010 CODE // tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, tep_session_name() . '=' . $HTTP_POST_VARS[tep_session_name()] . '&payment_error=' . $this->code, 'SSL', false, false)); And..from tep_draw_hidden_field('callback', tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL', false) . ';' . tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'payment_error=' . $this->code, 'SSL', false)) . delete the second HIDDEN callback process CHECKOUT_PAYMENT. to leave: tep_draw_hidden_field('callback', tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL', false)) . It works! (I swear I heard the Hallelajah chorus) Wohoooo!!
  2. Okay, if there's somebody out there with an idea I'd like to hear it. I'm using Oscommerce2.2 M2 the secpay module from Secpay themselves. Have ran through several transactions with even a redirect from a Secpay confirmation page. Surely this has something to do with my checkout_payment and checkout_process pages. somebody?... Help! before my brain snaps :'(
  3. No the site isn't pasword protected. I'm getting the secpay card entry. I even get a successful transaction email. Even Secpay are confused! The digest key is being accepted. With their help I set up a redirect on the Merchant ID and got a success page before it redirected to the credit card error message. Now we're all confused! Thanks for your time Dean, What beats me is this worked on the test mode before I instructed SP to put the account live. :(
  4. Okay, did all of the above went to test transaction and was sent to the log-in page. Could this be a cookies issue? >_< >_< >_< >_<
  5. Thanks Dean , I'll give it a go. Like others I'm paying for Secpay AND IT AIN'T WORKING!!! :'(
  6. Just to add something to this. I have run through the above solutions and still no joy. Am i missing something? do I have to create a callback.php page? ------ Sonic
×
×
  • Create New...