You are here:  » Product name in search results


Product name in search results

Submitted by chrisst1 on Fri, 2006-04-07 13:48 in

Is there any way to shorten the product name length as with the desciption.

Great script worth every penny, used first version now rebuilding using recent version.

Chris

Submitted by support on Fri, 2006-04-07 21:33

Hi Chris,

I'll get the code required for this posted first thing tomorrow...

Submitted by support on Sat, 2006-04-08 11:12

To do this, you need to make 2 changes in html/seachresults.php

For each instance of:

<?php print $product["name"]; ?>

Change it to:

<?php print substr($product["name"],0,30); ?>

That would display the first 30 characters of the product name; simply change the number 30 in the code as required. Hope this helps!

Submitted by chrisst1 on Mon, 2006-04-10 12:38

Many thanks should do the trick nicely

Chris