Thread
:
How to Limit Product Title Lengths On Category Pages?
View Single Post
#
2
April 24th, 2011, 03:08 PM
Eric
Datafeed
r
Team
Join Date: Feb 2008
Posts: 16,902
Hi
In your views you could replace this:
[product.name]
with this:
<?php echo substr($product->name, 0, 15); ?>
That would show the first 15 characters of the product title.
More information about substr()
here
.
Eric
__________________
Configure your email settings
to receive an email when your question is answered.
Version 3 Information
Removing the title "Store" from your store pages
Set your store as your homepage
Eric
View Public Profile
Find all posts by Eric