Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / currency drop down box removal

currency drop down box removal

Locked

Views: 2,030

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
12 Feb 2010, 3:49 AM
#1
nevada avatar

nevada

New Zenner

Join Date:
Feb 2010
Posts:
44
Plugin Contributions:
0

currency drop down box removal

Hi all,

i am using a template that i am modifying to suit my needs. if you look at my site on the left hand upper side there is a currency drop down box. i would like to remove it. i have the currency box turned off in the settings but it does not seem to control this.

here is the link to my site:

http://overlandadventurecompany.com/

any helps is appreciated.

thx!

12 Feb 2010, 3:55 AM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: currency drop down box removal

Where did you get the template? Some designers don't conform to Zen Cart's system causing some admin settings to be useless. You might have to ask the template designer about the currency box.

12 Feb 2010, 6:19 AM
#3
nevada avatar

nevada

New Zenner

Join Date:
Feb 2010
Posts:
44
Plugin Contributions:
0

Re: currency drop down box removal

its a template from monstertemplates.

12 Feb 2010, 10:11 AM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: currency drop down box removal

Go back to the people who sold you the template and ask them.

These commercial templates usually do not conform to standard zencart behaviour. Most people on this forum don't have hours and hours of time to unpick these templates before being able to offer advice.

If you have money to buy such templates, then expect to need more money to have them fixed so that they work properly.

12 Feb 2010, 10:27 AM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: currency drop down box removal

I'd agree that TM should do a better job supporting their templates, but stuff like this is pretty easy to figure out if you have the Firefox browser and the Web Developer plugin.

Took me 1 minute to find out that you need to find** .level3.col1** and .level3.col2 in stylesheet_tm.css and add display:none; to both.

12 Feb 2010, 1:51 PM
#6
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: currency drop down box removal

stevesh:

I'd agree that TM should do a better job supporting their templates, but stuff like this is pretty easy to figure out if you have the Firefox browser and the Web Developer plugin.

Took me 1 minute to find out that you need to find** .level3.col1** and .level3.col2 in stylesheet_tm.css and add display:none; to both.

Nice one! :cool: