I want to have a fixed title for the product description. I have added to the existing code
<?php
echo '<div class="section-title">Bouquet description</div>';
echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description));
?>
Which works fine. When an alternate characteristic is selected the title vanishes. I've tried adding a message above this which is visible on the initial load of the page but that to vanishes when a characteristic is selected.
Where else do I need to make this change to retain the description title in place?
Thanks
Crispin