After Checkout or Shopping Cart I want the cart to go back to HTTP not HTTPS
I've tried many diff config but no results any ideas…
here is the Config.Local.php
// Host and directory where software is installed on no-secure server
$config['http_host'] = 'www.bti-tool.com';
$config['http_path'] = '';
// Host and directory where software is installed on secure server
$config['https_host'] = 'www.bti-tool.com';
$config['https_path'] = '';
Check your Settings/General settings for where you want https on your site. All other areas will return to http when redirected unless you've manually adjusted the links/buttons and do not use relative paths.
[quote name='tbirnseth' timestamp='1322002203' post='126577']
Check your Settings/General settings for where you want https on your site. All other areas will return to http when redirected unless you've manually adjusted the links/buttons and do not use relative paths.
[/quote]
ok…Dumb question maybe…in General Settings whats should be checked? no matter what i check it stiil goes to HTTPS on the homepage. What is default …
thnx
Chris
Chrisbti,
Admin>Settings>General> [quote]Keep HTTPS connection once a secure page is visited[/quote]
In your case, you want this to be “Unchecked”
I have only checkout page. Others have different. Merchant's choice.
[quote]After Checkout or Shopping Cart I want the cart to go back to HTTP not HTTPS[/quote]
T, you missed the point, details man, details!
I have only checkout page. Others have different. Merchant's choice.
After Checkout or Shopping Cart I want the cart to go back to HTTP not HTTPS
[quote name='Struck' timestamp='1322003838' post='126583']
Chrisbti,
Admin>Settings>General>
In your case, you want this to be “Unchecked”
[/quote]
But when I do that and go back to the homepage, I get page error or no page found because the URL has HTTPS as if theres no such page, but if I change it back http without the “S” then its ok.
In other words…Why doesn't my home page get changed back to http after I've been on a SSL page. It stays https. I've been on some your guys pages and they get aoutomatically changed back to http. It used to work fine with the 2.2.3 version.
Try clearing your CS-Cart cache, won't hurt to clear your browser cache while your at it, sorta like “cleaning house”.
Site still shows https in the url…no change
How are your “returning to your home page”? That might provide a clue as to why the URL is being created with the https protocol. If your site is basically unmodified and you are using the standard templates, then using the site's logo or the HOME tab would set the protocol appropriately. If you have modified your links or have done customizations that change the anchor tags for getting to your home page, then you will have to have your developer diagnose it for you.