how can i remove the text "X items available" on the product page?
I tried to delete this:
// <div id="hikashop_product_quantity_main" class="hikashop_product_quantity_main">
// <?php
// $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>
but then i can't order the product anymore, so this won't work.
Anyone can help?