nicolas wrote: For the positioning changes, you can move the different blocks of code of the file "show_default" of the view "product" via the menu Display->Views the way you want them.
I went into it and copy-pasted what I thought should change but I really don't know PHP very well.
I have copied:
<div id="hikashop_product_description_main" class="hikashop_product_description_main">
<?php
echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description));
?>
</div>
And put it before the SPAN for the price in the product_right_part
But all it does is push the price and stuff from the right down to the bottom.
Please can you tell me what it is I need to copy and where I need to put it?
I'm really stuck