VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: jordy123 on November 14, 2015, 12:56:28 PM

Title: Change footer mail confirmation
Post by: jordy123 on November 14, 2015, 12:56:28 PM
I want to change the footer of the mail, but idk how

(http://i65.tinypic.com/2zji3r8.png)

I want to delete on the first line: my name (jordy klabbers)
second line: remove also my name (jordy klabbers)
Title: Re: Change footer mail confirmation
Post by: jenkinhill on November 14, 2015, 13:27:34 PM
Edit and create an override for components/com_virtuemart/views/invoice/tmpl/mail_html_footer.php

http://docs.virtuemart.net/tutorials/templating-layouts.html
Title: Re: Change footer mail confirmation
Post by: jordy123 on November 14, 2015, 13:33:47 PM
Thanks for the tip:

do you maybe also know this trouble? COM_VIRTUEMART_MAIL_SUBJ_SHOPPER_A‏ , is the subject of a message when i change an order status to: Active. How can it be a subject like: order status : active ?
Title: Re: Change footer mail confirmation
Post by: jenkinhill on November 14, 2015, 13:53:16 PM
That's an untranslated string. Make a language override for that constant.   http://forum.virtuemart.net/index.php?topic=113895.0
Title: Re: Change footer mail confirmation
Post by: jordy123 on November 14, 2015, 14:10:52 PM
fixed, thank you