Hi,
Please edit the file "administrator/components/com_hikashop/helpers/sliders.php" and replace
By
$this->count++;
$text = trim($text);
if(preg_match('#<a .*>.*</a>#i', $text))
$text = '</a>' . str_replace('</a>', '', $text);
And also edit your HikaShop CSS file and replace
.accordion-heading a{background:transparent url(../images/j_arrow.png) 5px 50% no-repeat; padding-left:20px;font-weight:700;}
By
.accordion-heading a.accordion-toggle {display:inline;background:transparent url(../images/j_arrow.png) 5px 50% no-repeat; padding-left:20px;font-weight:700;}
It should fix the issue.
Regards,