Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    7
    Plugin Contributions
    0

    Default the problem of the drop-down box which used as to search products alphabetically

    you can see the drop-down box in the page of every categroy.like the picture show:

    but when there isn't any products by the letter you used to search. the drop-down box is hided.see it:

    I don't know why zencart haven't fix this bug till now, and im hopping a solution way. thanks.

  2. #2
    Join Date
    Sep 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: the problem of the drop-down box which used as to search products alphabetically

    i have fix about it.just to modify the tpl_index_product_list.php
    PHP Code:
    if ($do_filter_list || ($check_for_alpha->RecordCount() > && PRODUCT_LIST_ALPHA_SORTER == 'true')) { 
    change into
    PHP Code:
    if ($do_filter_list || ($check_for_alpha->RecordCount() >= && PRODUCT_LIST_ALPHA_SORTER == 'true')) { 

 

 

Similar Threads

  1. How do I move the flavor drop down box?
    By xplosiv in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Jan 2013, 07:49 PM
  2. Changing the Manufacturers drop down box to a list
    By Zammo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Sep 2011, 03:44 PM
  3. How do I change the order of currencies in the drop down box?
    By Aronikun in forum General Questions
    Replies: 0
    Last Post: 3 Jun 2011, 05:24 AM
  4. is there a way to show the amout in stock in the drop down box
    By safraz1 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Jul 2009, 01:50 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