Sender Name In Notification Email

Hi,

I just noticed that the problem was exactly the same for return notifications (RMA). Sender's name is the vendor and not the company name. Any idea of what modifications should I make?

Kind regards,

LC

See #15 above.

app/addons/rma/schemas/notifications/events.post.php

Try to replace

'from'            => 'company_orders_department',

with

'from'            => 'default_company_orders_department',

Then clear cache

(!) Not tested

Hi,

Thanks for your response.

Quite weird, I don't have that notifications file. I'm using Multivendor 4.11.

Do you think there might be an issue here?

Hi,

Thanks for your response.

Quite weird, I don't have that notifications file. I'm using Multivendor 4.11.

Do you think there might be an issue here?

In this case make similar changes in the app/addons/rma/func.php file

In this case make similar changes in the app/addons/rma/func.php file

Once again, big THANKS, it works now.

Best regards,

LC

You are welcome! :)