X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Letting customers know the site is secure (https://forum.x-cart.com/showthread.php?t=3573)

ETInteractive.com 11-13-2003 10:12 AM

If you have Shared SSL, your https site will NOT be

https://www.mydomain.com

it will be something more like

https://server1.myhostingdomain.com/~account

lanawhittaker 11-13-2003 10:56 AM

Quote:

If you have Shared SSL, your https site will NOT be

https://www.mydomain.com

it will be something more like

https://server1.myhostingdomain.com/~account

Thanks! That did the trick! :D

Chris B 12-01-2003 01:54 PM

When I make the following code changes to force https, the xid continues to be posted to the URL even after logout.... Therefore, the cart still shows items etc. etc.. (using version 3.4.8)

----------------------------------------

Edit customer/https.php:

Code:

$https_scripts = array("cart.php","register.php","help.php?section= contactus&mode=update","giftcert.php");

Replace the $https_scripts = array(... with the above.

One thing to make sure is that your trans_sid is set to true in your php.ini so the session doesn't append to the url of your site.

Any suggestions are appreciated,
Chris


All times are GMT -8. The time now is 01:27 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.