funkys Posted July 16, 2003 Posted July 16, 2003 I have a quick question.....this is very minor, but I was wondering if anyone could tell me how to get rid of the "+" after "product name" on the pages that list products........You know, when you use either the search feature or the default page.....I know that this is a minor thing, but I figured that it would just be another thing to do to make it look a little better........thanks for your time.........
Quasi Posted July 16, 2003 Posted July 16, 2003 If it wasnt there how would you know which field the products are sorted by? Does this smell like chloroform to you?
Guest Posted July 16, 2003 Posted July 16, 2003 In catalog/includes/functions/general.php is a line: $sort_suffix = (substr($sortby, 0, 1) == $colnum ? (substr($sortby, 1, 1) == 'a' ? '+' : '-') : You can change this to your liking. The purpose of the + or - is to show that the results are sorted by that column, ascending or descending. HTH, Rob
Recommended Posts
Archived
This topic is now archived and is closed to further replies.