Ask seller a question: Admin Notification

Hello, how do I add message body ?

            {{ snippet("header") }}
            <p>
                {{ __("hello") }},
            </p>
            <p>
                {{ __("vendor_communication.you_have_new_message", {"[thread_url]": thread_url, "[message_from]": message_from}) }}
            </p>
            {{ snippet("footer") }}

I am afraid, it is not supported out of the box. Extra changes in the code are required

app/addons/vendor_communication/func.php (the fn_vendor_communication_send_admin_email_notification function)

1 Like

Hi!

You can add the text of the last message of customer/vendor by adding the {{ last_message }} variable to the Ask seller a question: … Notification notification.