![]() |
Apply https on some seperate cart pages
On my store I added some new pages. (ie. my_order.php, order_message.php)
Currently these pages are using the HTTP location. > I would like the new pages to use the HTTPS location. What should I do? |
Re: Apply https on some seperate cart pages
Anyone know how I can configure other pages to use the HTTPS location insted of using the HTTP?
ex. lets say a page was called order_messages.php; and it is not using the https location. > I would like this page to use the https location. *note: I have already created the symlinks. |
Re: Apply https on some seperate cart pages
You should edit '<xcart_dir>/https.php' script and alter the following line:
PHP Code:
For example: PHP Code:
|
Re: Apply https on some seperate cart pages
Hello Ene,
[first I] Applied the code changes onto the https.php file: $https_scripts = array(); (and replaced with) $https_scripts = array("my_order.php","order_message.php","acc_mana ger.php","my_account.php"); [second, In admin-end I have the checkbox option listed below set to active] - Use secure login form on a separate page (HTTPS): - Do not redirect customers from HTTPS to HTTP: >but, on the xcart store when I accessed the page(s), nothing changed. It just switched back to using the http location? |
Re: Apply https on some seperate cart pages
Quote:
This modification works correctly on my local copy of X-Cart installation. So I suggest to open a support ticket in the HelpDesk. |
Re: Apply https on some seperate cart pages
Ok, thank you!
|
All times are GMT -8. The time now is 03:34 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.