View Single Post
  #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