Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2005
    Posts
    99
    Plugin Contributions
    0

    Default Manufacturers_select.php Not overriding

    Hi,

    I am currently using zencart 1.3.5 and I am doing this on a test machine. I modded manufacturers_select.php and threw it into my custom_template\sideboxes. And zencart is not using the modded file. My modded manufacturers_select.php works, when i copy over the orignal file in template_default\sideboxes. My modded manufacturers_select basically makes a list menu instead of the default pull down menu. Need help with the override system, here is my modded code:

    $content = "";
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">';
    $content.= zen_draw_form('manufacturers', zen_href_link(FILENAME_DEFAULT, '', 'NONSSL', false), 'get');
    $content .= zen_draw_pull_down_menu('manufacturers_id', $manufacturer_sidebox_array, (isset($_GET['manufacturers_id']) ? $_GET['manufacturers_id'] : ''), 'onchange="this.form.submit();"') . $hidden_get_variables . zen_hide_session_id();
    $content .= zen_draw_hidden_field('main_page', FILENAME_DEFAULT) . '</form>';
    $content .= '</div>';

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Manufacturers_select.php Not overriding

    Pssst... you know you can change the manufacturers box via the admin from a drop down to a selectable list? Admin> Configuration> Maximums> Manufacturers List - Scroll Box Size/Style

    Number of manufacturers names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list.

  3. #3
    Join Date
    Apr 2005
    Posts
    99
    Plugin Contributions
    0

    Default Re: Manufacturers_select.php Not overriding

    LOL. I feel stupid. Thank you Thank you

  4. #4
    Join Date
    Apr 2005
    Posts
    99
    Plugin Contributions
    0

    Default Re: Manufacturers_select.php Not overriding

    LOL. I feel stupid. Thank you Thank you

    opps doubled posted

 

 

Similar Threads

  1. Meta_tags.php not overriding english.php
    By Servelan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Apr 2011, 12:21 AM
  2. Replies: 6
    Last Post: 11 May 2009, 03:35 AM
  3. Overriding functions/html_output.php
    By kokuryu in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Mar 2009, 08:02 PM
  4. overriding jscript_form_check.php
    By mrbert in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 May 2007, 01:12 AM

Posting Permissions

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