Hi brunodarwin371999,
The solution we had in place for that was to set the title for the H2 tag to be the name;
<h2 title="<?php if (strlen($WA_Store_Cart->DisplayInfo("Name")) > 11) echo ($WA_Store_Cart->DisplayInfo("Name")); ?>">
In this case if the word is to long to display on the page, it will show truncated, if you hover your mouse over the truncated word, you will see the entire string.


