Zen Cart Logo
Forums / General Questions / Google Chatback Badge Hide when HTTPS

Google Chatback Badge Hide when HTTPS

Locked

Views: 1,040

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
20 May 2008, 12:43 PM
#1
thevintagesound avatar

thevintagesound

New Zenner

Join Date:
Aug 2005
Posts:
90
Plugin Contributions:
0

Google Chatback Badge Hide when HTTPS

Hey guys is there a way that I can create an if then statement that checks to see if you are going to https that it will hide or not include the code in the page? IE6,7,8 Users get the "Display non-secure items?" message box when they go to log in.

Here is the link to my site:
http://www.thevintagesound.com

20 May 2008, 4:41 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Google Chatback Badge Hide when HTTPS

FAQ on "Display non-secure items": https://www.zen-cart.com/tutorials/index.php?article=150

Programmatically, you can just check whether $request_type is "SSL" or "NONSSL".