Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Place graphic only in secure pages?


HDLLC

Recommended Posts

Posted

Hi-

 

Wondered if there is a way to include a code snippet, such as the Thawte daily verification image, into only those pages that are served securely? Is there an include document somewhere I can add this to?

 

I want it either at the bottom of the page, or at the top - but only during checkout (secure pages).

 

Is this possible?

 

Thanks!

 

--HD

  • 5 months later...
Posted

I'd like to do the same thing. I've installed the proper code (I think) in my /includes/footer.php file but the seal is not showing up.

 

 

Hi-

 

Wondered if there is a way to include a code snippet, such as the Thawte daily verification image, into only those pages that are served securely? Is there an include document somewhere I can add this to?

 

I want it either at the bottom of the page, or at the top - but only during checkout (secure pages).

 

Is this possible?

 

Thanks!

 

--HD

Posted
<?php
if ($request_type == 'SSL')
echo tep_image();
?>

Archived

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

×
×
  • Create New...