Notification Title

We have some default notification :

PRODUCT

1. When Add New Product. 2. When Update Product. You can edit from file app/root.js

root.PRODUCT_UPDATE = "Update Markeet Product";
root.PRODUCT_NEW = "New Markeet Product";
  • Notif title : String Above

  • Notif Content : Product Name

NEWS INFO

3. When Add or Update News Info.

  • Notif title : News Title

  • Notif Content : News Brief

#PROCESSED ORDER

4. When admin PROCESSED order the nitification title come from file services/table/ProductOrder.php function sendNotifProductOrder()

Last updated