Hi Nicolas!
Thank you for your quick response!
In www.website.com\components\com_hikashop\views\product\tmpl\show.php around line 133 there is this:
<span id="hikashop_product_quantity_main" class="hikashop_product_quantity_main">< ? p h p
$this->row =& $this->element;
$this->ajax = 'if(hikashopCheckChangeForm(\'item\',\'hikashop_product_form\')){ return hikashopModifyQuantity(\''.$this->row->product_id.'\',field,1'.$form.'); } else { return false; }';
$this->setLayout('quantity');
echo $this->loadTemplate();
? >
</span>
And the function hikashopModifyQuantity is rendered into the page.
So I have no clue how to replace the JavaScript with an php-statement to add something to the cart, is there a switch to disable or change this? (sorry I'm quite new to hikashop).
Thanx you & best regards,
fuzzr