Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 56
  1. #11
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: Authorize.net Seal sidebox

    No, you have to add your merchant link to the image from your account on authorize.net account detail page
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  2. #12
    Join Date
    Dec 2005
    Location
    colorado
    Posts
    108
    Plugin Contributions
    0

    Default Re: Authorize.net Seal sidebox

    I got the seal to verify your site with authorize.net site. the logo is clickable.
    step 1- install the side box mod. http://www.zen-cart.com/index.php?ma...roducts_id=554

    step 2- go to your account on authorize.net, click "Verified Merchant Seal" copy the code that is given.

    step 3- edit the code in the "includes\templates\YOUR TEMPLATE\sideboxes\tpl.authorize.php.

    change this code:
    $content .= '<img src="images/authorize/secure_payments_seal.gif">';

    to this code:
    $content .= 'PASTE THE COPIED CODE FROM AUTHORIZE.NET HERE';

    you might have to adjust some <,> or left over code.
    this worked for me.

    hope this helps.

  3. #13
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: Authorize.net Seal sidebox

    might be less confusing if I did that, so i think I will. Good call
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  4. #14
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: Authorize.net Seal sidebox

    Quote Originally Posted by linksys View Post
    Is the Authorize.net logo clickable in your sidebox contrib?

    yes once you enter the address from your merchant it becomes linkable
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  5. #15
    Join Date
    Dec 2005
    Location
    colorado
    Posts
    108
    Plugin Contributions
    0

    Default Re: Authorize.net Seal sidebox

    thanks for the mod i was glad i can help when i can. i just quickly wrote the way to add the clickable image. It would probably be best if you did do the more expained way.

  6. #16
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: Authorize.net Seal sidebox

    I sent the update to the downloads should be there soon.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  7. #17
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default Re: Authorize.net Seal sidebox

    I am getting the following error: Parse error: syntax error, unexpected $end in /home/vintagek/public_html/new_store/includes/templates/template_custom/sideboxes/tpl_authorizenet.php on line 18


    Someone mentioned that you might need to make a few changes to get this to work. I have tried a few things, and this just breaks the box. Here is my file, with the merchant id removed:



    <?php
    /**
    * tpl_authorizenet.php
    *
    * Loaded automatically by index.php?main_page=account_edit.<br />
    * Displays information related to a single specific order
    *
    * @package templateSystem
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * $Id: tpl_godaddy.php v 1.2 2006-09-06
    * Zen Cart Mod For 1.3xxxx by knuckle-101
    */

    $content .='<!-- (c) 2006. Authorize.Net is a registered trademark of Lightbridge, Inc. --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="########################################";</script> <script type="text/javascript" language="javascript" src="//VERIFY.AUTHORIZE.NET/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Online Payment Service</a> </div>'


    Any help is appreciated.

  8. #18
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: Authorize.net Seal sidebox

    send me your file via email to my email address on profile, i will look at it
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  9. #19
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default Re: Authorize.net Seal sidebox

    I did get this to work, thanks to cowboyfred's help. But the box contents are not centered, it floats very much to the left. To center the seal, here is what I did:

    in your includes/templates/your-template/css/stylesheet.css, I added this to the very bottom:

    .AuthorizeContent {
    float: center;
    margin-left: 2em;
    padding: 1em }


    then, in the includes/modules/sideboxes/your-template/authorizenet.php, follow the directions in the readme file and it works fine.

    Sadie

  10. #20
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: Authorize.net Seal sidebox

    Should have default centered, however that is based on the classic template, I will add this to the next update. Can you post what you did to make the code work so everyone else can see it as well, simply take out your merchant details and replace them with xxxxx instead of ____

    Rob
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

 

 
Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. authorize.net seal
    By bocahydro in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 8 Oct 2013, 07:49 PM
  2. v139d Chrome and Authorize.net Seal?
    By JorgeR in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 25 Aug 2012, 03:59 PM
  3. Adding authorize.net's merchant seal to payment screen
    By pharry in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 17 Jul 2009, 10:05 PM
  4. Centering the authorize.net seal
    By rhodesengr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Mar 2008, 03:41 AM
  5. help w/ authorize.net seal code [URGENT]
    By dvenzo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Feb 2007, 08:59 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR