Jump to content

Where to find notifications in Admin


Recommended Posts

To the best of my knowledge, there is no facility to view this in admin. To do it in phpmyadmin, use the query

SELECT p.name, c.email FROM `ps_product_lang` p, ps_customer c, ps_mailalert_customer_oos o where o.id_product = p.id_product and p.id_lang = 1 and c.id_customer = o.id_customer

Of course, you must have installed the module "mail alerts" in admin->modules first.

Link to comment
Share on other sites

  • 4 months later...
×
×
  • Create New...