Jump to content

Low quantity threshold on product base - email


Recommended Posts

Hello together,

 

Edit: I'm on 1.6.x

I like to achieve that I can manage the "out-of-Stock" threshold on each product separate.

Like a extra field on each product where I can set the quantity when system sends out an

email to admin that this product is low-on-stock.

Example with 2 products A+B

Product A has 31 peaces on stock and I should get a warning if below 10

Product B has 15 peaces on stock - warning if below 5

 

Is there a module available that can do this? Or is there a "simple" way to program it in?

 

And help is welcome :-)

 

Thanks,

Patrick

Edited by cargus (see edit history)
Link to comment
Share on other sites

I don't know if there is a module for that. I'd guess rather not. In terms of programming the changes I can say it would take a day or even two. You had to change the data model for the products or products_shop table. Furthermore  you had to rewrite / override the existing AdminProductsController, the class Products.php and also the controllers which check for quantities. Overall I'd guess you had to make changes in about 5 or 10 files to make it work seamlessly.

Edited by Scully (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...