Where is the setting for stopping all the front page text being appended to confirmation/notification emails.
Probably simple but cannot find it or anywhere on this forum.
Also if you do want to append some text to the email (not invoice) do you have to add it to the email template page - hard coded in?
Using Joomla 3.4.8 Virtuemart 3.0.14
Which 'front page text' exactly are you talking about?
is it your shop description etc?
then remove from the email footer template I think
Edit and override components/com_virtuemart/views/invoice/tmpl/mail_html_footer.php
The vendor store description is in this code '.$this->vendor->vendor_store_desc.'
Thank you created an override for that file and commented out the 'offending' code and it works fine