non il y a
<table>
<tbody><tr>
<td rowspan="2">
<input id="hikashop_product_quantity_field_1" value="1" class="hikashop_product_quantity_field" name="quantity" onchange="hikashopCheckQuantityChange('hikashop_product_quantity_field_1',0,1);" type="text">
</td>
<td>
<a id="hikashop_product_quantity_field_change_plus" class="hikashop_product_quantity_field_change" href="#" onclick="return hikashopQuantityChange('hikashop_product_quantity_field_1',1,0,1);">+</a>
</td>
<td rowspan="2">
<a class="hikashop_cart_button" href="/dynamo-boutique-sparr.com/" onclick="var field=document.getElementById('hikashop_product_quantity_field_1');if(hikashopCheckChangeForm('item','hikashop_product_form')){ return hikashopModifyQuantity('118',field,1); } else { return false; }">Ajouter au panier</a>
</td>
</tr>
<tr>
<td>
<a id="hikashop_product_quantity_field_change_minus" class="hikashop_product_quantity_field_change" href="#" onclick="return hikashopQuantityChange('hikashop_product_quantity_field_1',0,0,1);">-</a>
</td>
</tr>
</tbody></table>
je viens de creer un fichier templates/montemplate/html/hikashop_button.php.
si je fais echo 'XXXXXXXX'; il marche bien
si je fais comme dit ici -->
www.hikashop.com/en/support/documentatio...tation.html#override
if(!@include_once(rtrim(JPATH_ADMINISTRATOR,DS).DS.'components'.DS.'com_hikashop'.DS.'helpers'.DS.'helper.php')){ return false; }
$html ='
<table class="hikashop_product_quantity">
ect ..............;
ma table reste <table> et non <table class="hikashop_product_quantity">
que faut il faire pour generer ce $html ?