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)
-   -   Display the fax number under the speed bar (https://forum.x-cart.com/showthread.php?t=11985)

CaPPsiE 02-05-2005 05:48 PM

Display the fax number under the speed bar
 
Hi
How can I display the fax number under the speed bar next to phone number?

Thanks in advance

balinor 02-06-2005 05:38 AM

Please post your X-Cart version number in your signature.

CaPPsiE 02-07-2005 03:48 AM

where can I find the version?
 
Hi where can I find the version?

Thanks

balinor 02-07-2005 03:51 AM

Click on the 'Summary' link in your admin menu. Scroll about halfway down the page.

CaPPsiE 02-07-2005 05:41 AM

X-Cart version 4.0.4
 
X-Cart version 4.0.4

balinor 02-07-2005 05:42 AM

Ok, now edit your profile and put that in your signature so you don't get bugged about it each time you post :)

CaPPsiE 02-07-2005 05:52 AM

Profile updated
 
There ya go :)

balinor 02-07-2005 05:58 AM

Excellent, thanks! Now on to your question:

You will want to edit customer/top_menu.tpl. Scroll down to the bottom and replace this:

Code:

{if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2}{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if}

with this:

Code:

{if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2}{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if}{if $config.Company.company_fax}{$lng.lbl_fax}: {$config.Company.company_fax}{/if}

CaPPsiE 02-07-2005 11:52 PM

Coooooool
 
Thanks mate :D :D :D


All times are GMT -8. The time now is 01:03 PM.

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