Hi Nicolas,
Thanks, now it can be shown correctly.
I remarked some code, but I think there should be a better way for this, just I don't know how to set "config->get('show_description_listing',0)".
Following is the code that I remarked:
<!-- PRODUCT DESCRIPTION -->
<?php //if($this->config->get('show_description_listing',0)){ ?>
<div class="hikashop_product_description">
<?php
echo preg_replace('#<hr *id="system-readmore" */>.*#is','',$this->row->product_description);
?>
</div>
<?php //} ?>
It must be somewhere in the hikashop configuration, could you point it out for me?
Thanks
Best regards
Scott