Results 1 to 10 of 225

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Posts
    78
    Plugin Contributions
    0

    Default Re: Product Finder: multiple category drop-downs

    Sorry,
    After further testing, I have found that the modifications I made above does not work.

    I will keep at it, if I get anywhere, I will post here.

  2. #2
    Join Date
    Sep 2005
    Posts
    78
    Plugin Contributions
    0

    Default Re: Product Finder: multiple category drop-downs

    Quote Originally Posted by bluetooth View Post
    Sorry,
    After further testing, I have found that the modifications I made above does not work.

    I will keep at it, if I get anywhere, I will post here.
    FYI, for anyone who's following this thread, I have found what was causing my problem....

    Besides the changes I made above, In jscript_model_year.php I had to also change this:

    window.location=(baseDirectory+"index.php?main_page=index&cPath="+cPath1+"_"+cPa th2+"_"+cPath3);

    to this:

    window.location=(baseDirectory+"index.php?main_page=index&cPath="+cPath1+"_"+cPa th3);


    Also, to get this to work at all, I had to change the modulePath in YOURTEMPLATE/common/tpl_header.php from this:


    $modulePath="".DIR_WS_CATALOG;

    to this:

    $modulePath="". HTTP_SERVER . DIR_WS_CATALOG;


    Hope this helps.

  3. #3
    Join Date
    Aug 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Product Finder: multiple category drop-downs

    In INTERNET EXPLORER only the drop down menu for "model" will overlap "year" if the text in the select box field has too many characters..........open THIS page in IE and choose hond and you'll see what I'm talking about......thanks for ANY help

  4. #4
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,826
    Plugin Contributions
    31

    Default Re: Product Finder: multiple category drop-downs

    Can you give a specific combination of selections that cause this? I could not reproduce it. And which versions of IE show the fault?

  5. #5
    Join Date
    Aug 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Product Finder: multiple category drop-downs

    Quote Originally Posted by torvista View Post
    Can you give a specific combination of selections that cause this? I could not reproduce it. And which versions of IE show the fault?
    I just select Honda in the first drop-down and the second then covers the text for "Year".....I'm using IE7 to test with.....thanks for the reply!

  6. #6
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Product Finder: multiple category drop-downs

    sonik, in your stylesheet_product_finder.css, find this block of code:

    Code:
    .pf_selectbox_text {/*text of select box*/
        padding:1px;
        border: 2px solid #949494;
        font-size:12px;
    }
    and add: width: 100px; to make that whole block look like this:

    Code:
    .pf_selectbox_text {/*text of select box*/
        padding:1px;
        border: 2px solid #949494;
        font-size:12px;
        width: 100px;
    }


    That should take care of this problem in IE7 for you.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #7
    Join Date
    Aug 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Product Finder: multiple category drop-downs

    Quote Originally Posted by Get Em Fast View Post
    sonik, in your stylesheet_product_finder.css, find this block of code:

    Code:
    .pf_selectbox_text {/*text of select box*/
        padding:1px;
        border: 2px solid #949494;
        font-size:12px;
    }
    and add: width: 100px; to make that whole block look like this:

    Code:
    .pf_selectbox_text {/*text of select box*/
        padding:1px;
        border: 2px solid #949494;
        font-size:12px;
        width: 100px;
    }


    That should take care of this problem in IE7 for you.
    Awesome...thanks so much!

  8. #8
    Join Date
    Jul 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Product Finder: multiple category drop-downs

    Bluetooth,

    Thank you for posting instructions on how to decrease the drop-downs to two. I followed it step by step and it worked! Only one minor glitch in the code.

    This

    window.location=(baseDirectory+"index.php?main_page=index&cPath="+cPath1+"_"+cPa th3);

    Should be this

    window.location=(baseDirectory+"index.php?main_page=index&cPath="+cPath1+"_"+cPa th2);

    Thanks again!

 

 

Similar Threads

  1. Product Quantities as Drop Downs?
    By ehdesign in forum General Questions
    Replies: 3
    Last Post: 25 Jun 2011, 06:21 PM
  2. 2 questions on tab category drop downs
    By deemurphy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 Apr 2010, 02:29 PM
  3. I'm new ~ Trying to enter product with several drop downs
    By skirch in forum General Questions
    Replies: 2
    Last Post: 25 Mar 2009, 01:24 AM
  4. Category Heading - can't remove w/drop downs
    By Terry111 in forum Basic Configuration
    Replies: 3
    Last Post: 20 Sep 2008, 09:46 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