View Single Post
  #10  
Old 01-15-2009, 11:54 AM
 
ChristineP ChristineP is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 310
 

Default Re: Add Extra options to Sort By in products list V4.x.x

I'm going to try this mod from Shan with the drop-down as you've indicated. If I want to change the Sort by: sequence (ie. Sort by: Price Product Date Added), do I change this in the include/search.php file or is there a .tpl that I need to change?

Christine


Quote:
Originally Posted by pairodimes
Ok - I read another thread and found the SQL table that contains the Admin Drop Down information for sorting products.

just add your new 'add_date' to the "xcart_config" table - sort by 'title' field - look for the row "product_order" -> look for the field 'varients' -> edit this content to include our new date field.

ex:
add_date:
adddate: lbl_add_date
productcode:lbl_sku
title:lbl_product
orderby: lbl_default
price:lbl_price

this should now show up in the Admin drop down.
__________________
______________
version 4.1.9 Gold
Reply With Quote