update product quantity

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Where can I track the quantity of product changes when customer successfully buy the product? Where is that code ?

I
6 years ago
Hrg wrote:

Where can I track the quantity of product changes when customer successfully buy the product? Where is that code ?


Nope, default code is not tracking product quantity changes. You need to add custom code, may be create a trigger on product table would make your job easier!
6 years ago
Check 'AdjustInventory' function in \Libraries\Nop.Services\Catalog\ProductService.cs file
6 years ago
Thank you very much... will check once I start that functionality
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.