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