VM 3.2.2
Joomla 3.7.2
1. Go to the backend
2. Virtuemart – products - product – tab Product Status
3. Set in stock to 0 and safe
4. Go to frontend and go to the product
5. Click on the link "warn me" (when the product is back in stock)
6. Fill in your email and send
7. Go to the backend again – virtuemart – products – testproduct – product status – select Users waiting to be notified when this product is back in stock and Use notification template.
I would like to alter the standard email:
No header no footer, just the logo
[add name product] the name of the product which should be a link to the product detail page.
The use of HTML is not possible jet. All text shows up in the email as plain text. including code like <br />
The template for that email is components/com_virtuemart/views/productdetails/tmpl/mail_html_notify.php - assuming html mail is selected. The content is a language constant COM_VIRTUEMART_CART_NOTIFY_MAIL_HTML
However, if you use overrides/commercial template then the file will probably be templates/YourJoomlaTemplate/html/com_virtuemart/productdetails/mail_html_notify.php