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)
-   -   Head.tpl - line 3 printable version (https://forum.x-cart.com/showthread.php?t=55807)

gerrymax 10-02-2010 08:02 AM

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

gerrymax 10-02-2010 08:04 AM

Re: Head.tpl - line 3 printable version
 
Hello again,

By the way same thing with my Pr_notice. I manage to add a line in it, but it only shows on Main page (index), nowhere else... I also copied the prnotice.tpl everywhere, but no result.

Thanks again


All times are GMT -8. The time now is 10:52 AM.

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