View Single Post
  #4  
Old 01-20-2011, 05:33 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: https:// for Cart.php

If it is required for some reason, you can try the following:

replace this code:
PHP Code:
$https_scripts[] = "secure_login.php"

with this:
PHP Code:
$https_scripts[] = "secure_login.php";
$https_scripts[] = "cart.php"

in "https.php" script.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote