i would like the product title to display the whole title and not cut off. i can’t find a setting anywhere and i’ve read the manual and searched this forum. please see below:
Try this:
File
Code Extract [Line 24]
Change “45” to what length you require.
{capture name="name_`$obj_id`"}
{if $show_name}
{$product.product|unescape}
{elseif $show_trunc_name}
{$product.product|unescape|truncate:[COLOR=Red]45[/COLOR]:"...":true}
{/if}
{/capture}
Sweet that worked! Thank you so much! :mrgreen: