Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adsense - Unsecure pop up FIX NEEDED


Guest

Recommended Posts

Hi Guys,

 

We have just installed GOOGLE ADSENSE on our site an wish to display the ads in our left colum. Works great, except for that nasty popup on the SECURE pages.

 

Is there a code I can install before or after the adsense code, that will only allow it to display on the 'unsecure' pages? Thus avoiding this secure/unsecure item popup when a customer goes to checkout etc..

 

Thanks in advance!

Link to comment
Share on other sites

Place this before the code you added
<?php if ($request_type == NONSSL) {  ?>
<script type="text/javascript"><!--
google_ad_client = "pub-1888471492383680";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
}

 

This breaks the store and it wont display.

 

Im adding this to the header.php file.

Link to comment
Share on other sites

zzzzzzzzzzz, anyone out there?

 

 

Zzzzzzz == rude, we are not all here at your beck and call!

 

Jack_mcs tried to help, I'm walking right on past this thread.

Link to comment
Share on other sites

I put -

 

<?php if ($request_type == NONSSL) {  ?>
<script type="text/javascript"><!--
google_ad_client = "pub-1888471492383680";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
}

 

This breaks the store and it wont display.

 

Im adding this to the header.php file.

The last change should be
<?php } ?>

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...