I have been looking for a way to omit certain items from the low stock email that is sent out of the site.
For instance:
Items
1000
1001
1002
1003
1004
1005
are all single items - Item 1000P is a package that contains items 1000 - 1005.
The 1000P package can only be made up of in stock item as they are put together at the time of the order so they stock level is always very low.
I would like to use a "AND m.`products_model` NOT LIKE '%%P'" in the sql statement but I do not know where to find the statement.
Any help is greatly appreciated,
Steve



