Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem when check out


NevosoGraphics

Recommended Posts

Posted

i jsut tried to checkout after adding an item to my cart, and it come up page not found, its there i checked didnt modify anything there any hints? do i need to change chmod it?

 

matt

Posted
i jsut tried to checkout after adding an item to my cart, and it come up page not found, its there i checked didnt modify anything there any hints? do i need to change chmod it?

 

matt

 

bump

Posted

Find this code at your configuration file

 

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

then change it to

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

hope it helps a bit.

 

regards...

 

OK I FIGURED out what teh problem is i set it as a ssl but its not, how do i remove the ssl?

 

matt

Posted
Find this code at your configuration file

 

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

then change it to

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

hope it helps a bit.

 

regards...

 

 

bnet thanks it worked!

Archived

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

×
×
  • Create New...