Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

payment problems


nukleuz9

Recommended Posts

Posted

hi, after a customer places their credit card details into our securepay company, securepay processes the order but goes back to the original checkout page, rather than going to checkout success. does anyone know how i could correct this problem?

  • 1 year later...
Posted

I am having the same issues ... additionally, and I suspect due to the fact that SecurePay is dumping folks at the cart entrance, the order itself is not being placed in the database.

 

Try figuring out what someone ordered based upon only a transaction amount and ID. it will really make your head spin.

 

Anybody else fighting this battle? For reference, I'm using the SecurePay module (v1.2 dated 6/11/03)

 

Thanks in advance.

Posted

SecurePay Problem solved ...

 

After speaking with both SecurePay (to verify I had the most recent module) and the web host I use (to ask about the SSL certificate) I was able to determine the problem related to the fact that the web host was using shared SSL.

 

I had the web host order a private certificate and install it (which requires that your site be hosted with a static IP address in order to initiate the SSL cert request and to host a non-shared SSL certificate). Once installed, I updated the configuration files.

 

/shop/includes/configure.php

 

Changed references to SSL URLs from:

https://foo.someserver.com/~mywebsite/shop/ (shared SSL URL) to

https://www.mywebsite.com/shop/ (new SSL URL)

 

Once done, all worked fine in test mode and the site is now in production.

 

I hope this is helpful to anyone else having similar issues.

 

Best of luck

  • 4 weeks later...
Posted

i uploaded the Aecurepay AUS module but it doesn't come up in my admin Payment Modules so i can config/install.

 

instead at the top of the page i get an error

 

Parse error: parse error, expecting `')'' in /usr/home/grooo/public_html/shop/includes/modules/payment/securepay.php on line 150

 

question: can this script still run on a shared ssl certifate...if not will i have to pay extra to get my host to order a private ssl certificate ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...