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)
-   -   FLC logo (https://forum.x-cart.com/showthread.php?t=48352)

jim34 06-29-2009 09:35 AM

FLC logo
 
I want to use a different logo on the flc checkout pages. The different logo needs a size change, but for the life of me I can't find anything besides the main logo (that I do need to use on the storefront portion of the site) in the main.css file. Can't find anything in the main.css file in the modules/fast_lane_checkout.

I need to use 2 different logos. One for the storefront, a separate one for the checkout pages.

cflsystems 06-29-2009 09:58 AM

Re: FLC logo
 
In /skin1/customer/head.tpl replace this
Code:

<div class="line1">
 <div class="logo"><a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/xlogo.gif" alt="" /></a></div>

with this
Code:

{if $main eg "fast_lane_checkout"}
insert new image here
{else}
<div class="line1">
 <div class="logo"><a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/xlogo.gif" alt="" /></a></div>
{/if}


jim34 06-29-2009 10:43 AM

Re: FLC logo
 
Got it, works perfect.

Thanks


All times are GMT -8. The time now is 09:27 PM.

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