Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help!! osCommerce Linkage confusion


Guest

Recommended Posts

Posted

I am having trouble figuring out how the linkage works for my "add to cart button" on the product_info.php pages. I need the <a href> to target a secure server. Right now it set up to go to: http:rayshelitech.com but I need it to be: https://site7.apollohosting.com/rayshelitech.com

 

thanks

kdr

Posted

The Secure server links are specified in your catalog/includes/configure.php file and needs to be enabled there. Check knowledge base or search the forums for more information on this.

Posted

I am not sure exactly what to search for to find the answer.

 

Is the answer to change the configure.php file?

should I change this:

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

define('HTTPS_SERVER', 'https://site7.apollohosting.com/rayshelitech.com/httpdocs');

 

to this:

define('HTTP_SERVER', 'https://site7.apollohosting.com/rayshelitech.com/httpdocs');

define('HTTPS_SERVER', 'https://site7.apollohosting.com/rayshelitech.com/httpdocs');

Archived

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

×
×
  • Create New...