![]() |
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 |
Please post your X-Cart version number in your signature.
|
where can I find the version?
Hi where can I find the version?
Thanks |
Click on the 'Summary' link in your admin menu. Scroll about halfway down the page.
|
X-Cart version 4.0.4
X-Cart version 4.0.4
|
Ok, now edit your profile and put that in your signature so you don't get bugged about it each time you post :)
|
Profile updated
There ya go :)
|
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} |
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.