Home Forums WC Vendors Free Support How to add YouTube links to Vendor Registration Email

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #63870
    Josua
    Participant

    Hi, can I add YouTube links to Vendor Registration email? I have 4 tutorial videos that explain how to edit vendor’s information, add products (simple and variable), and manage sales. I want to put link of each video into Vendor Registration Email. So, whenever someone registered as a vendor, he/she will get something like this:

    Hi there. This is a notification about a vendor application on EthniCity.
    Application status: approved
    Application username: username

    Please spend your time learning our videos as they can help you understand our shop
    1. How to edit your seller’s information
    <link>
    2. How to add simple product
    <link>
    3. How to add variable product
    <link>
    4. How to manage your sales
    <link>

    Thank you

    #63922
    Anna
    Member

    Josua,
    Yes- you can modify the emails template for Vendor Application by copying this template: wc-vendors/templates/emails/application-status.php
    And moving it to your to your theme/child folder: your-theme-or-child-theme/woocommerce/application-status.php
    And then applying the changes.

    #63950
    Josua
    Participant

    Hi, @fervous. I moved the email template to my theme/woocommerce/application-status. The template is now customizable, but I don’t know what to write.

    Can you help me?

    #64586
    Josua
    Participant

    Hi, I have solved this. In case anyone needs it, here is the code:

    `<p><?php printf( __( “Menemui kendala? Ikuti video-video tutorial berikut untuk memudahkan Anda.”)); ?></p>

    <p><?php
    Echo “1. Cara melengkapi informasi usaha Anda
    ?></p>

    <p><?php
    Echo “2. Cara menambahkan produk tanpa variasi
    ?></p>

    <p><?php
    Echo “3. Cara menambahkan produk dengan variasi
    ?></p>

    <p><?php
    Echo “3. Apa yang harus Anda lakukan setelah mendapat pesanan
    ?></p>

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WC Vendors Free Support’ is closed to new topics and replies.