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 ''}&{$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