Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Strange SSL issues - need help for operating store


Avec

Recommended Posts

with SSL off, no Credit Card numbers are captured.

 

I recently moved the site to a new host and the issues started there. One issue that may be a problem is that I discovered in ftp'ing the files from the old to the new some of the files literally got mixed up. the file names were swapped (the file named login.php was actually order_info.php and vice-versa) I renamed about 12 files due to this.

 

for reference, I am using the PWA contribution.

 

With SSL set to false in configure.php the process goes as it is supposed to - except for the fact that no credit card information is captured at all. The field in the orders table is empty.

 

With SSL set to true I am correctly directed to https:// . . ./login.php and then the next page, either order_info or create_account, both https. At this point, after completing the necessary information and clicking 'continue' the same page is reopened with no information filled in. I have also noticed that the same thing happens when updating in shopping_cart.php. If I attempt to change the quantity, when I click 'Update' the original quantity returns.

 

I am at a complete loss and could use some help for this live store issue.

 

Thanks in advance

Link to comment
Share on other sites

I have managed to solve the redirect issues, but the credit card information is not being captured, SSL on or off. Any ideas on this.

 

The redirect issue was due to configure settings for the new host and how they applied the SSL certificate. Old host secure was https://www.mysite.com. new host is https://secure.hostname.com/~username. once changed in configure.php redirected as it should.

 

any help with the credit card issue?

Link to comment
Share on other sites

turned out to not be an SSL issue. A recent update to 2.2 changed how the CC_number was passes in includes/classes/order.php. Quick correction and back up.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...