Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2008
    Posts
    7
    Plugin Contributions
    0

    Default Disable Manufacturer drop down box, also currency and language

    I need help disabling the Manufacturer drop down box as well as the language and currency options at the top of the page.

    I have tried disabling the sideboxes but they are already defaulted at off.

    Any input would be appreciated.

    Thank yolu

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,655
    Plugin Contributions
    25

    Default Re: Disable Manufacturer drop down box, also currency and language

    Zen Cart doesn't have language and currency in the header by default, so this suggests that you are using a custom template where the author has hard-coded these features into the template. Unfortunately, without having seen your site, or knowing more about your template, there's not a whole lot that we can advise.
    See and test drive Zen Cart's free templates at zencarttemplates.info

    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,655
    Plugin Contributions
    25

    Default Re: Disable Manufacturer drop down box, also currency and language

    I've now seen a link to your site in another thread, and taken a look at it. It's structure is completely unlike the normal Zen Cart layout, and uses some older approaches, so without knowing it I can only make guesses at how it is structured behind the screens.

    I'd take a look at the templates common/tpl_header.php file and look for a div with the class "table". Remove that and its contents and that should remove the items that you don't want.
    See and test drive Zen Cart's free templates at zencarttemplates.info

    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #4
    Join Date
    May 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Disable Manufacturer drop down box, also currency and language

    On my shop it was a file called tpl_top_nav.php

    Just removed the table for the currency + languages.


    THis:

    <td class="td-languages">
    <div class="languages-wrapper">

    <?php require($template->get_template_dir('tpl_header_currencies.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_header_currencies.php');
    echo $content;?>
    <label class="float-right"><?php echo HEADER_CURRENCY;?></label>



    <?php require($template->get_template_dir('tpl_header_languages.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_header_languages.php');
    echo $content;?>
    <label class="float-right"><? echo HEADER_LANGUAGES;?></label>

    <div class="clearBoth"></div>
    </div>
    </td>

 

 

Similar Threads

  1. Manufacturer scroll vs. drop-down
    By ZCguy in forum Basic Configuration
    Replies: 2
    Last Post: 31 Oct 2009, 02:48 AM
  2. Missing Manufacturer Drop Down
    By benn600 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 Mar 2008, 09:04 PM
  3. currency and manufacturer box remove (
    By elishama3 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Nov 2007, 09:24 PM
  4. Showing $US Currency by default? -- Language/Currency Links in Header
    By andy@sensiblestuff.com in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jan 2007, 06:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •