VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: arun_abraham on May 02, 2016, 17:02:09 PM

Title: Edit virtuemart confirmation email
Post by: arun_abraham on May 02, 2016, 17:02:09 PM
Hi all,

anybody please help me to edit my virtue mart confirmation email header and footer.I have been gone through "components/com_virtuemart/views/invoice/tmpl" but can't solve my problem.Actually i need to edit the header logo and footer contact details etc..currently am using virtuemart 2.X

Thanks
Title: Re: Edit virtuemart confirmation email
Post by: jenkinhill on May 02, 2016, 17:41:06 PM
See:
http://forum.virtuemart.net/index.php?topic=111118.msg380655#msg380655 
http://forum.virtuemart.net/index.php?topic=102633.msg340711#msg340711

OR instead of using template overrides you may be able to achieve your desired layout by using the Invoices/Emails configuration tab under the Shop/Shop menu
Title: Re: Edit virtuemart confirmation email
Post by: SodaJim on June 05, 2016, 19:29:29 PM
After researching several posts, I cannot seem to find a solution...

Using - J 3.5.1/VM 3.0.16

Admin/customer emails contain Shop Description, {vm:vendordescription}, in the message between purchased cart information and the footer info.
I would think removing any placeholders in the template from Shop --> Shop --> Invoices/Emails Tab should accomplish the task of removing Shop Description...  Definitely does not need to be in the shop admin email notifications...

Any direction appreciated! Jim
Title: Re: Edit virtuemart confirmation email
Post by: jenkinhill on June 05, 2016, 23:10:25 PM
It the desc still shows then maybe you are using template overrides?

In default VM the you can edit components/com_virtuemart/viewsmail_html_footer.php
and if using overrides,  templates/[your-joomla-template]/html/com_virtuemartinvoice/mail_html_footer.php

the code is something like '.$this->vendor->vendor_store_desc.'