Hi,
This will require custom code, you can potentially create a plugin based on the function "onBeforeCartUpdate()" for that.
In this function, you will have the product ids of the added products and their quantity, so in this function you can change the product stock and save it thanks to the hikashop product class and the save() function.
Then, use the function "onBeforeOrderCreate()" in the same plugin to cancel the HikaShop product stock update, else for one product bought, the stock will be decremented twice.
It require good PHP knowledges, here is the documentation:
www.hikashop.com/support/support/documen...r-documentation.html