Results 1 to 2 of 2

Point to Verify help

This is a discussion on Point to Verify help within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi Everybody, I wonder if I could get somebody help on the following. I purchase my own SSL certificate and ...

      
  1. #1
    Active Member
    Join Date
    May 2003
    Posts
    185
    Rep Power
    9


    Default Point to Verify help

    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 (c) 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/busine...=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,

  2. #2
    Active Member
    Join Date
    May 2003
    Posts
    185
    Rep Power
    9


    Default

    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

Similar Threads

  1. Set Start Point Order Number
    By torweb in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 06-30-2006, 04:54 PM
  2. Point of Sale program that will use Oscmax database?
    By Redeye_Joe in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 02-08-2006, 12:18 AM
  3. Point of Sale
    By KCount in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 11-14-2004, 08:39 AM
  4. point me in the right direction for gift voucher install
    By auniquefindgb in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 09-03-2004, 03:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •