ruskow
ruskow

Reputation: 5

Trigger an action when a specific price is applied to the product

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

Answers (1)

prestarocket
prestarocket

Reputation: 753

You can use dynamic hook in your module: actionObjectSpecificPriceAddAfter($params) Object is pass in $params

Upvotes: 1

Related Questions