Add Vendor Email to the Vendor details on order page

MultivendorX Pro

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #190829
      Alex Dibben
      Participant

      at the bottom of this table can we have the Vendor email too please, how would I do this, I did not see any settings

    • #190844
      This reply has been marked as private.
    • #191234
      promita
      Keymaster

      Hi @Alex Dibben, To add the Vendor email you just need to overwrite the vendor-message-to-buyer.php template file of your cuurent active theme and add this code after line no 37

      
      <p><?php echo esc_html_e('Vendor Email', 'multivendorx'); ?> <br>
      <?php echo $vendor->user_data->user_email; ?>
      </p>
      
      Copy
    • #194211

      Its been long and we have not heard back from you. Hope your issue is solved now. We are closing this thread as of now. If you need help or face any issue in future please open a new thread.

Viewing 3 reply threads

The topic ‘Add Vendor Email to the Vendor details on order page’ is closed to new replies.