View Single Post
  #3  
Old 04-01-2008, 07:51 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Editing text color for same variable in 2 areas

Hi roc. It's late my brain is fried - I should go to bed. So I have no ideas what I am typing...

There are 2 locations for txt_login_incorrect
1. skin1/modules/Fast_Lane_Checkout/checkout_0_enter.tpl
and 2. skin1/main/error_login_incorrect.tpl

Assuming that the purpose of having 2 different coloured versions of txt_login_incorrect is to differentiate between a registered user or not, use...
{if $login} logged in error colour {else} anon/loggedout colour error {/if}

It is preferable to use webmaster mode to locate .tpls. Webmaster mode is best used with IE (Internet Explorer), with popups enabled, and 'view>status bar' enabled.

Hope this helps.
__________________
Doms
kube v4.1.9
Reply With Quote