pokemon3d Posted September 28, 2009 Share Posted September 28, 2009 Hello,I'd like to know where in the back office I can see which customer has asked for which product alert ?Thanks for your help Link to comment Share on other sites More sharing options...
swguy Posted September 28, 2009 Share Posted September 28, 2009 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_customerOf course, you must have installed the module "mail alerts" in admin->modules first. Link to comment Share on other sites More sharing options...
pokemon3d Posted September 28, 2009 Author Share Posted September 28, 2009 Wow. I have found the SQL query expert !!! I am gonna try this. Thanks a lot.For the PS team, maybe a good idea to add such a tab into the back office, where admin could have a global view on the requested products alerts from customers.Regards Link to comment Share on other sites More sharing options...
fwedtam Posted February 22, 2010 Share Posted February 22, 2010 and what about "non-customers" who asked to be notified (via the mail-alert module, on the product page) ?Fred Link to comment Share on other sites More sharing options...
Recommended Posts