Hi,
To place an 'Go Back' link to easily navigate back to the product listing, I've pasted the code below into 'display ==> view ==> Product / show_default.php'(this is from a older topic).
<a onclick="window.history.back(); return false;" href="#" >
<span class="icon-32-back" title="<?php echo JText::_('HIKA_BACK'); ?>">
</span>
<?php echo JText::_('HIKA_BACK'); ?>
</a>
Now this link is placed under the 'Title', see picture. I would like this link above the 'Title', is this possible?
Thanks in advance for a response.
Regards. Flow