Jump to content

Pre-Sales Notification


Recommended Posts

Hi there,

 

is there any way to the administrator receive an mail/ notification alert when the shipping time came to the end, e.g., i define that if the user wants free shipping, takes 10 working days to receive, and i want to receive an email/ notification to control if the package was received or if i need to talk with my costumer.

 

Best regards

Link to comment
Share on other sites

something like that

 

SELECT P.reference AS Reference, PL.`name` AS Product_Name, mac.customer_email AS email, os.name AS Supplier
FROM ps_product P
LEFT JOIN ps_product_lang PL ON P.id_product = PL.id_product
LEFT JOIN ps_supplier os ON P.id_supplier = os.id_supplier
LEFT JOIN ps_mailalert_customer_oos mac ON P.id_product = mac.id_product
GROUP BY email
LIMIT 0 , 30
Link to comment
Share on other sites

×
×
  • Create New...