-- HikaShop version -- : 2.3.3
-- Joomla version -- : 2.5.24
-- PHP version -- : 5.3.10
-- Browser(s) name and version -- : Firefox 32.0.3
-- Error-message(debug-mod must be tuned on) -- : No error message.
Hikashop is a mostly wonderful product. But there are some things I would like to do that are surprisingly hard to figure out. Even after reading every line of documentation and also turning to theese forums and looking around for a long time. Which I have done. 
Turn off the display of how much there are in stock
There are several reasons why I would not like my stock to be displayed to the world on each and every product and at the same time want to use the feature of Hikshop knowing about what is in stock and isn't.
My question:
How do I turn off the display of this text? (From the language file).
X_ITEMS_IN_STOCK="%s items in stock"
I want to turn this off, both in the product listing and also on the product page.
I did find this trick to add this line to the end of the CSS-file (to the custom.css-file for instance) you find here:
Hikashop admin > System > Configuration > Display > CSS > hit the edit icon in the form of a pencil > the css-file is show, then add this in the end:
/* HIDE STOCK*/
.hikashop_product_stock_count {
display: none;
}
That trick is mentioned in this thread:
HIDE QUANTITY ON PRODUCT PAGE:
www.hikashop.com/forum/product-category-...on-product-page.html
But this only hides it from view. It is still seen in the HTML-source. I really need this gone, and to hide it for reals. This is left in the source:
<span class="hikashop_product_stock_count">110 item in stock<br/></span>
How do I do that? Remove in stock display completely ?
This thread talks about same trick and also about hiding the quantity using
views overrides. But I just can't figure out wich one of the many files I'm supposed to edit and hide the stock count message with what code.
NO STOCK DISPLAY
www.hikashop.com/forum/product-category-...o-stock-display.html
I look forward to this being a feature in the settings, to hide the in stock message completley (as mentioned in a thread about 8 months ago).
Appreciate the help I have gotten before. Thanks in advance for this.
/Ola