VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: FelixR on March 14, 2016, 18:18:07 PM

Title: stop front page text appended to an email
Post by: FelixR on March 14, 2016, 18:18:07 PM
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
Title: Re: stop front page text appended to an email
Post by: jjk on March 15, 2016, 10:35:49 AM
Which 'front page text' exactly are you talking about?
Title: Re: stop front page text appended to an email
Post by: GJC Web Design on March 15, 2016, 10:42:44 AM
is it your shop description etc?

then remove from the email footer template I think
Title: Re: stop front page text appended to an email
Post by: jenkinhill on March 15, 2016, 12:09:42 PM
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.'
Title: Re: stop front page text appended to an email
Post by: FelixR on March 15, 2016, 15:01:09 PM
Thank you created an override for that file and commented out the 'offending' code and it works fine