Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

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

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-09-2010, 04:37 AM
 
useroem useroem is offline
 

Member
  
Join Date: Sep 2010
Posts: 21
 

Default 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?
__________________
4.3.2
X-Cart Pro
Reply With Quote
  #2  
Old 11-10-2010, 04:01 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
useroem (12-18-2010)
  #3  
Old 11-10-2010, 05:39 PM
 
useroem useroem is offline
 

Member
  
Join Date: Sep 2010
Posts: 21
 

Default 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?
__________________
4.3.2
X-Cart Pro
Reply With Quote
  #4  
Old 11-10-2010, 08:30 PM
 
useroem useroem is offline
 

Member
  
Join Date: Sep 2010
Posts: 21
 

Default 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.
__________________
4.3.2
X-Cart Pro
Reply With Quote
  #5  
Old 11-10-2010, 08:32 PM
 
useroem useroem is offline
 

Member
  
Join Date: Sep 2010
Posts: 21
 

Default 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>
__________________
4.3.2
X-Cart Pro
Reply With Quote
  #6  
Old 11-11-2010, 01:22 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #7  
Old 12-18-2010, 02:27 PM
 
useroem useroem is offline
 

Member
  
Join Date: Sep 2010
Posts: 21
 

Default 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?
__________________
4.3.2
X-Cart Pro
Reply With Quote
  #8  
Old 12-18-2010, 08:03 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020