Hi,
It means you have modified an HikaShop core file and you do not use a view override.
Please do not edit core files and use view overrides, the system has been made to avoid such problem during updates.
So you will have to customize the view "product | quantity" in order to do not display the product stock
www.hikashop.com/support/support/documen...-display.html#layout
You will find the line
if($this->row->product_quantity==-1){
And in your case you will change it to
so the product stock won't be displayed anymore.
Like you did the first time but without a view override.
Regards,