Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

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


funkys

Recommended Posts

Posted

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

Posted

If it wasnt there how would you know which field the products are sorted by?

Does this smell like chloroform to you?

Posted

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

Archived

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

×
×
  • Create New...