ruisonika Posted September 13, 2021 Share Posted September 13, 2021 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. 1 Link to comment Share on other sites More sharing options...
Ress Posted March 2, 2022 Share Posted March 2, 2022 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. 1 Link to comment Share on other sites More sharing options...
ruisonika Posted March 22, 2022 Author Share Posted March 22, 2022 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 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now