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)
-   -   https:// for Cart.php (https://forum.x-cart.com/showthread.php?t=57559)

RedandBlue 01-17-2011 05:32 AM

https:// for Cart.php
 
how can i make it when customer goes to the cart.php page
then it should go for https:// instead of http://

can any one help me with this.

thanks

Version 4.2

chamberinternet 01-17-2011 06:42 AM

Re: https:// for Cart.php
 
AFAIK there's no option to switch to https when a customer goes to their shopping basket. :?

balinor 01-17-2011 08:52 AM

Re: https:// for Cart.php
 
You don't need it at that point and it will only slow down the site.

qualiteam 01-20-2011 05:33 AM

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.

AHF 04-18-2014 08:42 AM

Re: https:// for Cart.php
 
Thanks for this solution in the https.php file. It may just be my opinion, but when I'm in the checkout process on the one page checkout and I don't see the https in the URL bar, I'm not proceeding if I'm a regular customer that doesn't know when I hit 'submit' it then switches to https AFTER I enter my credit card info.


All times are GMT -8. The time now is 05:11 AM.

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