Another one,
Where can i find php codes for "Add to Cart" button?
i copied this by Firebug,
<input type="submit" class="btn button hikashop_cart_input_button" name="add" value="Add to cart" onclick="var field=document.getElementById('hikashop_product_quantity_field_1');if(hikashopCheckChangeForm('item','hikashop_product_form')){ return hikashopModifyQuantity('55',field,1,'cart'); } else { return false; }">
i need just specific file name where it used, also i'm overwriting with template not using the hikashop Display-->Views
Thanks