I have tried changing the div name to :
<div class="name"><a href="<?php echo $product['href']; ?>"><?php echo html_entity_decode(str_replace(", ", ",<br />", $product['name']), ENT_QUOTES, 'UTF-8'); ?></a></div>
as per another thread but this doesn't work.
Please advise, thanks
