Jump to content

out of stock notification (email)


ruisonika

Recommended Posts

Hello guys,

Does anybody knows how can achieve this:
-when costumer receives an email with out of stock product in his order, he only see what is the order reference but not what is product or products that haven't stock...
I use presta 1.6 version.

If anybody knows please give me some lights...thanks in advance.

  • Like 1
Link to comment
Share on other sites

  • 5 months later...

Mail is sent from the OrderHistory class, sendEmail method. You have to make some changes there, more precisely, check the products (those that are not in stock), and send them as variables, so that you can put them in the email.

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...
On 3/2/2022 at 9:05 AM, Ress said:

Mail is sent from the OrderHistory class, sendEmail method. You have to make some changes there, more precisely, check the products (those that are not in stock), and send them as variables, so that you can put them in the email.

Thanks i will give it a try

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...