Reputation: 5
I am new in prestashop (1.6) I want to trigger an email when a specific price is applied to a product. I don't know how to start. Can someone help me? Thank you in advance.
Upvotes: 0
Views: 256
Reputation: 753
You can use dynamic hook in your module: actionObjectSpecificPriceAddAfter($params) Object is pass in $params
Upvotes: 1