ozewolf Posted February 6, 2009 Share Posted February 6, 2009 Hi VeriSign have come up with a site verification system which i imagine is NOT new But my query is how to go about putting the XHTML code into osCommerce so it can be seen on all pages of the site New osCommerce Learner Old & Slow Link to comment Share on other sites More sharing options...
lastblackjellybean Posted February 6, 2009 Share Posted February 6, 2009 possibly in includes/header.php ...what's the code? Link to comment Share on other sites More sharing options...
ozewolf Posted February 6, 2009 Author Share Posted February 6, 2009 possibly in includes/header.php ...what's the code? This is the code generated from their site <table width="135" border="0" cellpadding="2" cellspacing="0" title="Click to Verify - This site chose VeriSign SSL for secure e-commerce and confidential communications."> <tr> <td width="135" align="center" valign="top"><script src=https://seal.verisign.com/getseal?host_name=www.????????????.com.au&size=M&use_flash=NO&use_transparent=NO〈=en></script><br /> <a href="http://www.verisign.com/ssl-certificate/" target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;">ABOUT SSL CERTIFICATES</a></td> </tr> </table> New osCommerce Learner Old & Slow Link to comment Share on other sites More sharing options...
NodsDorf Posted February 7, 2009 Share Posted February 7, 2009 This is the code generated from their site<table width="135" border="0" cellpadding="2" cellspacing="0" title="Click to Verify - This site chose VeriSign SSL for secure e-commerce and confidential communications."> <tr> <td width="135" align="center" valign="top"><script src=https://seal.verisign.com/getseal?host_name=www.????????????.com.au&size=M&use_flash=NO&use_transparent=NO〈=en></script><br /> <a href="http://www.verisign.com/ssl-certificate/" target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;">ABOUT SSL CERTIFICATES</a></td> </tr> </table> Depends where you want to put it. catalog>includes>languages>english>colum_left/right.php Right or left column? After all the other code add <table> <td> <tr> Insert their code they give you here </td> </tr> </table> Footer is the most common place I've seen it same location and principals as above. Link to comment Share on other sites More sharing options...
ozewolf Posted February 7, 2009 Author Share Posted February 7, 2009 Depends where you want to put it.catalog>includes>languages>english>colum_left/right.php Right or left column? After all the other code add <table> <td> <tr> Insert their code they give you here </td> </tr> </table> Footer is the most common place I've seen it same location and principals as above. Thanks Your Help is Appreciated New osCommerce Learner Old & Slow Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.