So let's see if I can explain this.
This line:
See, when this line is eliminated, you can choose your desired manufacturer, then search (with nothing else added). When the results come out, you are given the choice to choose which category of products you want.PHP Code:<?php echo zen_draw_hidden_field('main_page', FILENAME_ADVANCED_SEARCH_RESULT); ?>
This all sounds good until you figure that the customer might not want to choose the manufacturer and just select "All Manufacturers". The the search wouldn't work AT ALL. It'd just jump to the home page.
How would All Manufacturers work, then? Of course, when you eliminate that damned line. But then your results won't give the choice to choose the categories.
See it for yourself:
http://e-techsiliconvalley.com/store/index.php?main_page=products_all
I've tried everything else from assigning hidden values to if statements inside the input types. I'm clueless.
This is obviously a bug. I'd appreciate any help - would really appreciate a fix!
Thanks a ton.



