Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Point to Verify help


judoka

Recommended Posts

Hi Everybody, I wonder if I could get somebody help on the following. I purchase my own SSL certificate and I have install the logo on my website and it is showing up in a box the way that I want it to, however I can not get the "point to verify" feature to work as it should. Rather than showing up at the logo like it should, there is a small box on the top left hand side above the login box that if you point to it the Verification Certificate shows up there. I have been working on this for the last 6hrs to 8hrs with no luck. Could some one point me in the right direction on how to get this to work right? If you want to see what I'm talking about you can go to my website at www.GiftsUniqueShop.com

 

This is the code that I am working on and the bold lettering is the code I have added for the "point to verify" feature;

 

<?php

/*

Card Infobox, v 1.0 2002/12/04 by Kevin Park

 

osCommerce

http://www.oscommerce.com/

 

Copyright © 2000,2001 osCommerce

 

Released under the GNU General Public License

 

http://www.movion.com

go to any packages and see custom shop demo

 

-------------------------------------------------------------------------------------------------------

If you find my work usefull you can send me some money ...

https://www.paypal.com/xclick/business=elar...x=0?cy_code=EUR

If you need a custom install for Oscommerce, contact me....

-------------------------------------------------------------------------------------------------------

 

*/

?>

 

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

<html <?php echo HTML_PARAMS; ?>>

<head>

<script language="JavaScript" src='http://www.trustlogo.com/trustlogo/javascript/trustlogo.js'>

</script>

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">

<!--

TrustLogo Html Builder Code:

Shows the logo at URL http://www.giftsuniqueshop.com

Logo type is Secure Site Seal - For SSL Certificate holders ("SC")

Not Floating

//-->

<script type="text/javascript">TrustLogo("http://www.giftsuniqueshop.com", "SC", "none");</script>

</head>

 

<!-- Card Info Box //-->

<tr>

<td>

<?php

$info_box_contents = array();

$info_box_contents[] = array('align' => 'left',

'text' => BOX_HEADING_CARD

);

new infoBoxHeading($info_box_contents, true, true);

 

$info_box_contents = array();

$info_box_contents[] = array('align' => 'center',

// 'text' => tep_image(DIR_WS_IMAGES . 'cards.gif')

//elari changed to provide a link to your payment acount

'text' => tep_image(DIR_WS_IMAGES . 'secure_site.gif') .'<br><br>' . '<a href="https://www.paypal.com/xclick/business=' . MODULE_PAYMENT_PAYPAL_ID . '?cy_code=USD" target="_blank">' . tep_image(DIR_WS_IMAGES . 'ppslv2.gif' , BOX_INFORMATION_CARD . MODULE_PAYMENT_PAYPAL_ID) . '</a><br><br>' . tep_image(DIR_WS_IMAGES . 'ANet[1].gif'). '<br><br>' . '<a href="http://www.americanexpress.com/cards/online_guarantee"><img src="../images/fraud_072799spin_a.gif" width="134" height="69">' . '</a><br>'. '</a><br>'

);

 

new infoBox($info_box_contents);

 

$info_box_contents = array();

$info_box_contents[] = array('align' => 'left',

'text' => ' '

);

new infoBoxDefault($info_box_contents, true, true);

 

?>

</td></tr>

<!-- card_eof //-->

 

 

Any help would be greatly appreciated,

Thank you for any and all help

Jose, :D :D

Link to comment
Share on other sites

Ok it seen like I'm getting a little closer. :P :P I've made the following change,

 

I remove the following line;

 

<script type="text/javascript">TrustLogo("http://www.giftsuniqueshop.com", "SC", "none");</script>

 

from the <head> and move it to the $info_box_contents as follows

 

 'text'  => tep_image(DIR_WS_IMAGES . 'secure_site.gif') .'<script type="text/javascript">TrustLogo("http://www.giftsuniqueshop.com", "SC", "none");' .'</script><br><br>' .  

 

which has bought the "point to verify" certificate down into the box with the logo but if you look at the site (www.GiftsUniqueShop.com) you will see the logo and the "point to verify" certificate link are side by side. :? Anybody have any idea how I can get the logo on top of the link? So that when you point at the logo the certificate will pop up.

Thanks for any and all help,

Jose :D :D

Link to comment
Share on other sites

  • 1 year later...

Archived

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

×
×
  • Create New...