P
Asked
- Where can I find the code/file that deduct item quantity upon successful purchase?
- Where can I find the database query use for updating or adding quantity of items?
- MSAnswered
Hello,
Purchase is to add/increase stock of items. All the controller are in the
app/controllers/
folder while models are in theapp/models/
Thank you
- Login to Reply