I wanted a contrib to help me sort my products by price and since i couldn't find one to work with mod rewrite i made one myself.
// Sort by price if you have mod rewrite
// Look for this code in catalog/index.php at around line 193
if ( (!isset($HTTP_GET_VARS['sort'])) || (!ereg('[1-8][ad]', $HTTP_GET_VARS['sort'])) || (substr($HTTP_GET_VARS['sort'], 0, 1) > sizeof($column_list)) ) {
for ($i=0, $n=sizeof($column_list); $i





LinkBack URL
About LinkBacks









Bookmarks