VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: artonweb on September 08, 2016, 19:24:18 PM

Title: Edit Virtuemart`s Order confirmation Email
Post by: artonweb on September 08, 2016, 19:24:18 PM
VirtueMart 3.0.16
Joomla! 3.6.2

Hello.
I would like your suggestions about the modifications that have to be made in some fields of the order confirmation Email.
At the time being, I see both payment and shipment method name and description,but I want neither of the descriptions to be shown.
Can you give me any solutions?

Thank you in advance.
Title: Re: Edit Virtuemart`s Order confirmation Email
Post by: GJC Web Design on September 08, 2016, 23:00:35 PM
edit the template with an over ride

components\com_virtuemart\views\invoice\tmpl\invoice_items.php

you may need some preg_replace as its all there

<?php echo $this->orderDetails['paymentName'] ?>
Title: Re: Edit Virtuemart`s Order confirmation Email
Post by: artonweb on September 08, 2016, 23:26:55 PM
Thank you for your reply.
Please, take a look at code: <td align="right" class="pricePad" colspan="6"><?php echo $this->orderDetails['paymentName'?></td>
I can't see something about "payment description".
Title: Re: Edit Virtuemart`s Order confirmation Email
Post by: GJC Web Design on September 09, 2016, 10:34:23 AM
Quoteyou may need some preg_replace as its all there

check your DB orders table .. as I said .. it is all there  .. name and desc.. so you need to filter it out somehow
Title: Re: Edit Virtuemart`s Order confirmation Email
Post by: AH on September 09, 2016, 11:42:50 AM
I believe the shipment data is shown using the:

components/com_virtuemart/views/invoice/tmpl/mail_html_shopperaddresses.php