Thank you found the cart button
<?php $this->row =& $this->element;
$this->setLayout('quantity');
echo $this->loadTemplate();?>
But everytime I move it to a lower position the cart button does not show for example moved it here
<?php if(!empty($this->fields)){?>
<div id="hikashop_product_custom_info" class="hikashop_product_custom_info">
<h4><?php echo JText::_('SPECIFICATIONS');?></h4>
<table width="100%">
<?php
foreach($this->fields as $fieldName => $oneExtraField) {
if(!empty($this->element->$fieldName)){ ?>
<tr>
<td class="key">
<span id="hikashop_product_custom_name_<?php echo $oneExtraField->field_id;?>" class="hikashop_product_custom_name"><span id="hikashop_product_quantity_main" class="hikashop_product_quantity_main"><?php
$this->row =& $this->element;
$this->setLayout('quantity');
echo $this->loadTemplate();
?>
</span>