![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() If so,
I would like the sorting template to read like the Price Widget: Have the price ranges of the price widget filter in the sorting template. I tried to manipulate the sorting template code ("price") by replacing it with the price filter code ("price=-25") and change the name fields (Price (Low to High) to Less than $25). The name fields changed but it did not sort. Any thoughts? Store ID: 6719 www.forbabygifts.com |
#2
|
||||
|
||||
![]() This worked for me:
HTML Code:
<div class="dffltrs"> <form method="get"> <span class="dflside"> Products per page: <?php echo datafeedr_tools()->form_select("ppp", array( "12" => "12", "24" => "24", "36" => "36", "48" => "48", )); ?> </span> <span class="dfrside"> Price: <?php echo datafeedr_tools()->form_select("price", array( "-25" => "Under $25", "25-50" => "$25 - $50", "50-" => "Over $50", )); ?> <input type="submit" value="Go" class="dfsbmt" /> </span> <div class="clearingdiv"> </div> </form> </div>
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() works perfect! Thank you!
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Add filter for sale price in the Merchant Discovery Tool | ayorofrance | Feature Requests | 1 | March 31st, 2012 11:16 AM |
How do I make unique title tags for price filter widget pages? | cashnow | Questions | 15 | January 28th, 2011 06:11 PM |
Sort by price does not work... | ayorofrance | Problems | 2 | January 9th, 2011 07:03 AM |