julianpuje Posted March 22, 2006 Posted March 22, 2006 I want to edit the + and - for the sort by price in the product list. So i can have text that says sort by price with an up/down arrow next to it for the sort. I have been looking around everywhere and can't see the wood for the trees now and can't find the + and - anywhere. Any help appreciated. Thanks J A little knowledge is dangerous, I SHOULD KNOW. If Life Begins At 40, What ends????
Guest Posted March 22, 2006 Posted March 22, 2006 they're located in catalog\includes\functions\general.php look for this line $sort_suffix = (substr($sortby, 0, 1) == $colnum ? (substr($sortby, 1, 1) == 'a' ? '+' : '-') : '') . '</a>';
julianpuje Posted March 22, 2006 Author Posted March 22, 2006 they're located in catalog\includes\functions\general.php look for this line $sort_suffix = (substr($sortby, 0, 1) == $colnum ? (substr($sortby, 1, 1) == 'a' ? '+' : '-') : '') . '</a>'; I'd never had looked in there. Cheers A little knowledge is dangerous, I SHOULD KNOW. If Life Begins At 40, What ends????
Recommended Posts
Archived
This topic is now archived and is closed to further replies.