Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Google ads


Rayzak

Recommended Posts

Posted

Hello

Ok, theres a thing:

I want to use google ads, but when site uses SSL it give me a message about security. Is there any way to make it work smoothly?

Posted
Hello

Ok, theres a thing:

I want to use google ads, but when site uses SSL it give me a message about security. Is there any way to make it work smoothly?

 

don't use external unsecure links on your secure pages.

Treasurer MFC

Posted

thx boxtel, do u know any way to exclude external link from sidebar on secured pages?

Posted

This is one way you could do it within HTML tags

<?php
if ($request_type != 'SSL') { 
?>

Your Google provided javascript goes here...

<?php
}
?>

 

This is one way you could do it within PHP tags

if ($request_type != 'SSL') { 
?>

Your Google provided javascript goes here...

<?php
}

 

This is untested, but should work.

HTH,

Robert

  • 3 months later...

Archived

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

×
×
  • Create New...