AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: Sam_78 on December 20, 2016, 12:21:15 PM
-
Hi Everyone, I have set up new abantecart 1.2.9 and just started to explore it but I have a question here, is there any way where I can be notified if my team mate has added/edited/deleted any product in the catalog?
Me and my partner we both use same credentials so we might run into this issue
Maybe an alert with what changed via what IP or something?
Thanks
-
Unfortunately AbanteCart have no this native notifications.
it can be realised with some modification of code, for ex. via your own extension that extends core functionality.
Just add new "sendpoint" into AIM class and call it via hooks on edit product events.