Jump to content

<SOLVED> Is there a way to shorten/lengthen the featured products title and text?


Recommended Posts

I have been reordering my featured ordered products sequence...

I want to keep the featured products heading at two rows (lines) for the top header discription for each featured product on my homepage...when it goes to three lines the text will run into the short discription area...unless there is a way to add another page spacing line there? Looks like I need to knock off three letter spaces to keep it within two lines. I know it's just a simple code change...

Click on my signature below and notice the top featured product headline text.


Thanks for your help on this!

Link to comment
Share on other sites

Figured this out on my own as I had to do the same thing for the presious viewed products box....

This will also work in viewed products box if you want to adjust the heading and how much small discription shows up in each box...

I was having problems with some of the header text droping down into the small discription text...plus I made the small discription 15 letters longer.

File to modify....public_html/modules/homefeaturedcustom/homefeaturedcustom.tpl

Original sizes was....
First was: truncate:35
Second was: turncate: 135

What I ended up with......

{$product.name|escape:htmlall:'UTF-8'|truncate:30}

{$product.description_short|strip_tags:'UTF-8'|truncate:150}




Doug

Link to comment
Share on other sites

×
×
  • Create New...