B
B
BarneyGumble2017-02-27 21:25:12
Joomla
BarneyGumble, 2017-02-27 21:25:12

How to send order notifications to several email addresses in Joomla 3 / Virtuemart 3?

Good afternoon. How to send order notifications to several email addresses in Virtuemart 3?
Found on the net a solution to change in \administrator\components\com_virtuemart\models\orders.php
In particular
$vendorEmail = $vendorModel->getVendorEmail($virtuemart_vendor_id);
change to
$vendorEmail = array($vendorModel->getVendorEmail($virtuemart_vendor_id), 'first email', 'second email', 'etc. email');
But in my case it didn't work for some reason.
Perhaps the reason is that I use OnePage Checkout. Can
you please tell me how to solve the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Illarion Labahua, 2017-08-31
@Illarion_me

A very quick and easy solution.
You redirect from the first mail to which the order is sent to all the others.
Everything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question