Hello,
We have a custom, MVC implementation of Kentico that integrates with an ERP system for the product management. Currently, we have all products set to track stock by variants, this allows us to link the variants to the ERP variants, and have stock per variant, but we'd like to stop Kentico's in-built functionality to reduce the stock count on a sale, and replace it with our own syncing with the ERP.
is this possible to do? Can you let me know how?
We have a Kentico 8.1 system.
Many thanks! Gabor
Hi Gabor,
The stock is updated in SKUInfoProvider.UpdateInventoryInternal(ShoppingCartInfo cartObj) method. Try to customize it with an empty implementation.
More about provider customization can be found here.
Please, sign in to be able to submit a new answer.