View Single Post
  #1  
Old 02-13-2003, 04:04 AM
 
cyberactive cyberactive is offline
 

Senior Member
  
Join Date: Sep 2002
Location: The Netherlands
Posts: 115
 

Default Another advanced seach question

Hello there!

I want to make a pulldown menu in the advanced search page.
This is not that difficult, but I want the pulldown to hold the contents of param03 of the products table.

What I've did so far:
Code:
<select name="Genre"> {section name=genre loop=$products} <option value="{ $products[genre].param03}"{$products[genre].param03|escape}</option> {/section} </select>

But this won't work.
I just want the customer to search thru the available genres, stored in the param03 of the products table.....

Can someone help me out here?

Next I want an nice and userfriendly way of showing the products. Perhaps a customer can browse all products based on the selected genre and the selected platform? (i'm building an online platform game shop, you see)
Is that possible too?
__________________
Dennis

Shop @ http://www.cyberlease.nl
Version shop: 3.4.4 (shop is NOT life anymore)
Mods:
- Dutch language
- Changed payment methods and shipping methods
- Package tracking system for Dutch TPGpost.
Reply With Quote