![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Hello!
I am trying to add the 'sorting template' to a product list but the template doesn't sort anything... For example, a low to high price will give the same results as the high to low price... Any idea what' wrong? This is the sorting template I'm using: <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"> Sort by: <?php echo datafeedr_tools()->form_select("sort", array( "price" => "Price (low to high)", "-price" => "Price (high to low)", "name" => "Product Name (a - z)", "-name" => "Product Name (z - a)", )); ?> <input type="submit" value="Go" class="dfsbmt" /> </span> <div class="clearingdiv"> </div> </form> </div> Thanks for your help. |
#2
|
|||
|
|||
![]() You have to select the "Allow override" option here: The Factory > Your Store > VIEWS > CATEGORY PAGE > Default > Product list module > Settings (
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
RE: SORTING TEMPLATE | Emman | Problems | 1 | December 11th, 2013 09:48 AM |
sorting Template | balkon_oase | Questions | 3 | March 26th, 2013 08:56 AM |
Sorting Template Changes | tcsar757 | Questions | 4 | March 29th, 2012 07:16 PM |
Sorting Template | mrsimnok | Questions | 2 | December 6th, 2011 09:46 AM |
Regarding Sorting Template | msp02 | Questions | 2 | October 12th, 2011 12:19 PM |