smashing Posted January 2, 2004 Share Posted January 2, 2004 Hi everyone, I want to have a secure connection for certain pages (ie when collecting personal customer info). I want to use my host's shared certificate for this, and was told by them to add host7.globalsecureserver.com/ before a link to a url, to get it secure. Now I found that if I've accessed the catalog securely, any link clicked on the secure page, gets it out of the secure system. Also, I would like to customize my osCommerce to more USA feel: 1)Change postal code to zip code 2) Split up USA into 8 shipping zones according to some zip code logic Where do I modify these issues, if possible? Link to comment Share on other sites More sharing options...
Guest Posted January 2, 2004 Share Posted January 2, 2004 In both catalog and admin/includes/configure.php define('HTTP_SERVER', 'http://www.yourdomain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https.www.your ssl url.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? The_Bear Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.