Hi,
You can add this key in database.
For the override, in the views listing via the menu Display > Views, do you see a dustbin next to the view "product / quantity" ?
If it is, there is an override, and that's why you don't have the latest modifications.
Thanks to save the content in an external file, and click on the dustbin, you will have the latest version, then just put back your modifications. You can else remove manually the part corresponding to the wishlists.
The code looks like:
echo '<div id="hikashop_add_wishlist">';
echo $this->cart->displayButton(JText::_('ADD_TO_WISHLIST'),'add',$this->params,$url,$wishlistAjax,'',@$this->row->product_max_per_order,1,'',false);
echo '</div>';