X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Add Authorize.net Seal and Verisign Seal and Logo to Cart (https://forum.x-cart.com/showthread.php?t=56474)

useroem 11-09-2010 04:37 AM

Add Authorize.net Seal and Verisign Seal and Logo to Cart
 
Hi,

editing skin1/customer/bottom.tpl allows me to add images such as logos to the entire site. i do not want this.

I wan to add a Authorize.net and Verisign logo and seal to the checkout page(s) how can i do this?

https://www.site.com/store/cart.php?mode=checkout

I want to add it to the areas
"Your cart", "Personal Details", "Shipping and Payment", and "Place Order"

Can you tell me which .tpl files to modify?

cflsystems 11-10-2010 04:01 PM

Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
 
You can still use bottom.tpl but surround them with an if statement

if using FLC

{if $main eq "fast_lane_checkout"}
your code here
{/if}

if using regular checkout
{if $main eq "checkout"}
your code here
{/if}

useroem 11-10-2010 05:39 PM

Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
 
thanks. any idea why the bottom is getting cut off with the div?

useroem 11-10-2010 08:30 PM

Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
 
yeah, i added it, but the logo gets chopped off. i am using FLC, just not sure why it is getting chipped off.

useroem 11-10-2010 08:32 PM

Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
 
Code:

{*
$Id: bottom.tpl,v 1.2 2008/08/21 09:52:43 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
<!-- (c) 2005, 2010. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="uniqueID";</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">Merchant Services</a> </div>
<div class="box">
  <div class="subbox">
    <div class="left">{include file="main/prnotice.tpl"}</div>
    <div class="right">{include file="copyright.tpl"}</div>
  </div>
</div>


cflsystems 11-11-2010 01:22 PM

Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
 
You need to edit the css class and allow for more space - bigger height

useroem 12-18-2010 02:27 PM

Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
 
Quote:

Originally Posted by cflsystems
You need to edit the css class and allow for more space - bigger height


which CSS class?

cflsystems 12-18-2010 08:03 PM

Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
 
Use Firebug for FF to find out exactly which one you have to edit


All times are GMT -8. The time now is 08:46 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.