View Single Post
  #3  
Old 06-24-2005, 02:44 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default

With help from tech support here is the solution.

Edit the "https.php" file located in your x-cart root directory. Near the top find this line:

Code:
$https_scripts = array();

Then add any pages you want to be loaded as https to the list. For the contact us page it would be changed to

Code:
$https_scripts = array("help.php?section=contactus");

Now the Contact Us page is loaded under https. This is just a small detail, but I guess every little bit of customer confidence helps.

Bill
Reply With Quote