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.
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'] ?>
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".
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
I believe the shipment data is shown using the:
components/com_virtuemart/views/invoice/tmpl/mail_html_shopperaddresses.php