Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shopping Cart and My Account problems. Please Help!


tvsavingsplus

Recommended Posts

Posted

Okay, everything on my page is working just fine, except for the "Check Out" and "My Account" bottons. Whenever you try to this it takes you to the page that says "Cannot find server" and "The page cannot be displayed" When I go to my FTP program I can clearly see that the /checkout_shipping.php file is in the right place. Can anyone help me please?

Posted
Okay, everything on my page is working just fine, except for the "Check Out" and "My Account" bottons. Whenever you try to this it takes you to the page that says "Cannot find server" and "The page cannot be displayed" When I go to my FTP program I can clearly see that the /checkout_shipping.php file is in the right place. Can anyone help me please?

 

 

might be something in your config.php files. Should look something like

 

define('HTTP_SERVER', 'http://www.spectrumsupply.com');

define('HTTPS_SERVER', 'https://www.spectrumsupply.com');

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

define('HTTP_COOKIE_DOMAIN', 'www.spectrumsupply.com');

define('HTTPS_COOKIE_DOMAIN', 'www.spectrumsupply.com');

 

Remember there are two config files. The other is in the admin folder.

Posted
Okay, everything on my page is working just fine, except for the "Check Out" and "My Account" bottons. Whenever you try to this it takes you to the page that says "Cannot find server" and "The page cannot be displayed" When I go to my FTP program I can clearly see that the /checkout_shipping.php file is in the right place. Can anyone help me please?

 

 

Usually this is caused by having ssl set to true and not having a ssl cert or having an incorrect secure path.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
Usually this is caused by having ssl set to true and not having a ssl cert or having an incorrect secure path.

 

Thanks so much!!! it was the SSL that was set to true.

Archived

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

×
×
  • Create New...