Hi,
This content is in the view "product / quantity" so in the view "product / show_default" you have to move the code:
if(empty ($this->element->characteristics) || $this->params->get('characteristic_display')!='list'){ ?>
<div id="hikashop_product_quantity_main" class="hikashop_product_quantity_main">
<?php
//LAYOUT quantity
$this->row = & $this->element;
$this->ajax = 'if(hikashopCheckChangeForm(\'item\',\'hikashop_product_form\')){ return hikashopModifyQuantity(\'' . $this->row->product_id . '\',field,1' . $form . ',\'cart\'); } else { return false; }';
$this->setLayout('quantity');
echo $this->loadTemplate();
?>
</div>
<?php } ?>
at the ddesired place. (be careful, you will potentially have to add/remove php tags.
Here is a tutorial about layout customisation:
www.hikashop.com/support/support/documen...ize-the-display.html