Hi,
The solution will be to :
- Go to "Hikashop->Display->Views"
- Edit the show_default file of the product view of your front-end template
- Move this code :
<div id="hikashop_product_description_main" class="hikashop_product_description_main">
<?php
//DISPLAY the product description
echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description));
?>
</div>
after this line :
<div id="hikashop_product_right_part" class="hikashop_product_right_part span6">
Hope this will help you.