View Single Post
  #1  
Old 10-02-2010, 08:02 AM
 
gerrymax gerrymax is offline
 

Newbie
  
Join Date: Aug 2010
Posts: 2
 

Default Head.tpl - line 3 printable version

Hello everybody,

This is my first x-cart installation ...! I like it very much.

I'm trying to simply replace the line3 - Printable Version - in Head.tpl ; I want to put there phone numbers.

What I did is this : change line in head.tpl :

<div class="line3">
{if $printable_link_visible}
<div class="printable-bar">
Phone : Example 12345
</div>
{/if}
</div>

I then copy the file to everywhere possible.... SKIN1 , SKIN1/customer, MAIN, etc . It doe snot show. After, I undo my code change to put back :

<div class="line3">
{if $printable_link_visible}
<div class="printable-bar">
<a href="{$php_url.url}?printable=Y{if $php_url.query_string ne ''}&amp;{$php_url.query_string|amp}{/if}">{$lng.lbl_printable_version}</a>
</div>
{/if}
</div>

And recopy the HEAD.tpl file. Now, it does not show at all.

My concerns is, on the Home Page, Printable Version does not show. However, when I click on a product, it does show ... ? I searched to see where the right file is located ;

Main question, what files should I modify in order to see my changes in ALL PAGES under Customer ?

Thank you very much for your help. X-Cart is here : http://batterieselect.com/home.php

Thanks again,
GИraldine Ferraro
__________________
Geraldine Ferraro
http://batterieselect.com/home.php
Version 4.2.3
Reply With Quote