Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove Languages text , Flag & currency Drop Down Menu

Remove Languages text , Flag & currency Drop Down Menu

Locked

Views: 2,977

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
25 Oct 2010, 10:42 PM
#1
flex67 avatar

flex67

New Zenner

Join Date:
Sep 2010
Location:
Central FL
Posts:
26
Plugin Contributions:
0

Remove Languages text , Flag & currency Drop Down Menu

Hello every one
I'm trying to remove the language text, flag and currency drop down menu from the top right side of the nav bar:huh:

I was able to remove the flag icon image but shows english in text just want to remove everything from the right side of the nav bar....

http://www.flex1productions.org/store

26 Oct 2010, 1:28 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove Languages text , Flag & currency Drop Down Menu

That might be in your custom template folder
/templates/your template/common/tpl_header.php

26 Oct 2010, 1:43 AM
#3
flex67 avatar

flex67

New Zenner

Join Date:
Sep 2010
Location:
Central FL
Posts:
26
Plugin Contributions:
0

Re: Remove Languages text , Flag & currency Drop Down Menu

Got it thanks kobra..

2 Nov 2010, 6:11 PM
#4
flex67 avatar

flex67

New Zenner

Join Date:
Sep 2010
Location:
Central FL
Posts:
26
Plugin Contributions:
0

Re: Remove Languages text , Flag & currency Drop Down Menu

Hello Kobra
I have strated another store and would like to remove the Languages text drop down along with currency Drop Down Menu.

I have found the tpl header php but doesnt look like the others I have edited before, not sure what to edit in this pirticular template file...
can you tell me if the tpl header is the correct file and how would i remove the correct code to clear the languages and currency drop down menus....

http://flex1productions.net

2 Nov 2010, 6:34 PM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Remove Languages text , Flag & currency Drop Down Menu

If it's not in tpl_header.php, it will be in a file called from there. Look near the bottom of tpl_header.php to see what files may be required or included.

2 Nov 2010, 8:26 PM
#6
flex67 avatar

flex67

New Zenner

Join Date:
Sep 2010
Location:
Central FL
Posts:
26
Plugin Contributions:
0

Re: Remove Languages text , Flag & currency Drop Down Menu

Great thanks I found the required file can you tell me the best way to remove the Languages text drop down along with currency Drop Down Menu.

2 Nov 2010, 8:35 PM
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Remove Languages text , Flag & currency Drop Down Menu

Remove the code that creates it. I can't be any more specific without seeing the actual custom file.