PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
emails
<?php /** * Contact Seller Email. * * An email sent to the vendor when a vendor is contacted via customer. * * @class Dokan_Email_Contact_Seller * @version 2.6.8 * */ if ( ! defined( 'ABSPATH' ) ) { exit; } do_action( 'woocommerce_email_header', $email_heading, $email ); ?> <p> <?php echo wp_kses_post( sprintf( __( 'From : %s (%s)', 'dokan-lite' ), $data['customer_name'], $data['customer_email'] ) ); ?> <br> </p> <hr> <p> <?php echo esc_html( $data['message'] ); ?> </p> <hr> <?php do_action( 'woocommerce_email_footer', $email );
[+]
..
[-] withdraw-approve.php
[edit]
[-] product-published.php
[edit]
[+]
plain
[-] withdraw-new.php
[edit]
[-] new-product.php
[edit]
[-] new-seller-registered.php
[edit]
[-] contact-seller.php
[edit]
[-] new-product-pending.php
[edit]
[-] withdraw-cancel.php
[edit]
[-] vendor-new-order.php
[edit]