Limiting number of char in ProductDescription field

General ShopSite user discussion

Limiting number of char in ProductDescription field

Postby royhink » Wed Jul 25, 2007 2:34 pm

Thought I saw a way somewhere to limit the number of characters displayed when placing a PRODUCT.ProductDescription field?

I want to display just the first 25 characters of the field, then put a "...More Info" link.

Can this be done?

Thanks,

Roy
royhink
 
Posts: 104
Joined: Fri Jul 20, 2007 10:04 am
Location: Petaluma, CA

Postby Jim » Wed Jul 25, 2007 2:38 pm

It can for search results pages but not for regular pages.

Preferences > Search settings > Search Layout > Maximum number of characters displayed for the product description: Default value is 85.
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Postby JeremeD » Fri Aug 03, 2007 9:26 am

If you have PHP support, you can use this:

Code: Select all
<?PHP

$productDescription = <<<PRODUCTDESCRIPTION

[-- Product.ProductDescription --]

PRODUCTDESCRIPTION;

echo substr_replace($productDescription, "... <a href=\"[-- Product.MoreInfoURL --]\">More Info</a>", 25);

?>
SD360.com
Certified ShopSite Designer
ShopSite Templates Available Now
JeremeD
 
Posts: 60
Joined: Sat Feb 10, 2007 4:20 pm
Location: Athens, GA

Postby royhink » Wed Aug 15, 2007 12:56 pm

I'm back trying to solve this problem after putting it on the back-burner.

We've got php, but I don't know anything about it.

So, I'm wanting to limit ProductDescription to 25 char. Would the code look like:

<?PHP
$productDescription = <PRODUCTDESCRIPTION>
[-- Product.ProductDescription --]
PRODUCTDESCRIPTION;
echo substr_replace($productDescription, 25);
?>

And would the page need to be renamed .php for the script to work?

Any help wildly appreciated.

Roy
royhink
 
Posts: 104
Joined: Fri Jul 20, 2007 10:04 am
Location: Petaluma, CA

Postby JeremeD » Wed Aug 15, 2007 7:08 pm

Just paste the code I provided in my post above wherever you want the description to be.

And yes, would need to have a .php extension on the page.
SD360.com
Certified ShopSite Designer
ShopSite Templates Available Now
JeremeD
 
Posts: 60
Joined: Sat Feb 10, 2007 4:20 pm
Location: Athens, GA


Return to User Forum

Who is online

Users browsing this forum: No registered users and 67 guests