Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2004
    Posts
    84
    Plugin Contributions
    0

    Default attribute dropdown box

    Hello,

    I would like the attribute drop down box to display the first 3 items in the list instead of just the first. Would someone please tell me how to go about doing that?

    Thanks

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

    Default Re: attribute dropdown box

    Assuming that you are referring to the one on the product_info page, then you can do this by converting it to scroll options in the same way as the default manufacturers sidebox works.

    To do this you would create a over-ride copy of modules/attributes.php and change the following line
    $options_menu[] = zen_draw_pull_down_menu('id[' . $products_options_names->fields['products_options_id'] . ']', $products_options_array, $selected_attribute, 'id="' . 'attrib-' . $products_options_names->fields['products_options_id'] . '"') . "\n";
    (line 595 in 1.3.7) to read
    $options_menu[] = zen_draw_pull_down_menu('id[' . $products_options_names->fields['products_options_id'] . ']', $products_options_array, $selected_attribute, 'id="' . 'attrib-' . $products_options_names->fields['products_options_id'] . '" size="3"') . "\n";
    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
    Oct 2004
    Posts
    84
    Plugin Contributions
    0

    Default Re: attribute dropdown box

    Thanks you kuroi, that worked perfectly

    you help is much appreciated

 

 

Similar Threads

  1. Change cart input box to dropdown box
    By ripplevan in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Mar 2011, 02:40 PM
  2. Moving Attribute dropdown box
    By themadhattermd in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Nov 2010, 01:20 PM
  3. attribute showing as (+$0.00) in dropdown
    By SLBrown in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 9 Jun 2008, 07:28 PM
  4. Styling The Attribute Dropdown Box
    By samad64 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 22 Apr 2008, 11:00 AM
  5. Attribute Table + Dropdown
    By Fireflyz in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Jul 2007, 10:12 PM

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