![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Store ID: 32722
Website URL: http://www.meinehandtasche.de/ URL to page in question: http://www.meinehandtasche.de/store/ Hi Eric, I am working on a price filter as drop down that works together with the drop down brand filter. Currently I just use the following which works perfectly but it would be much nicer to have a drop down: I pasted within / Factory > Widgets > new brand filter widget the following code in a / text / widget view module: Quote:
How can I get this done as a drop down as mentioned above? Thanks, Oliver |
#2
|
||||
|
||||
![]() Hi
So if you are using the drop down brand code from here, here's how a price drop down could be integrated into the form: In your View: HTML Code:
<form method="get" action="[server.url type='fullpage']"> <select name="brand"> <?php echo dfr_get_brands(); ?> </select> <select name="price"> <?php echo dfr_get_prices(); ?> </select> <input type="submit" value="Go" /> </form> PHP Code:
Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Store ID: 32722
Website URL: http://www.meinehandtasche.de/ URL to page in question: http://www.meinehandtasche.de/store/ Hi Eric, It works like a charme :-) Thank you so much! You made my day! :-) Oliver |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Category drop down & sales items | vonspurter | Questions | 8 | January 17th, 2012 02:32 PM |
Drop down categories in Store menu | jordand1 | Questions | 8 | September 21st, 2011 01:30 PM |
Add drop down menus for store categories | ccgmark | Tips, Tricks & Tutorials | 13 | January 28th, 2011 01:34 PM |