Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I have a question about the produce name....


funkys

Recommended Posts

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.........

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...