PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
dc-woocommerce-multi-vendor
/
templates
/
emails
<?php /** * The template for displaying vendor contact email via customer. * * Override this template by copying it to yourtheme/dc-product-vendor/emails/vendor-contact-widget-email.php * * @author WC Marketplace * @package dc-product-vendor/Templates * @version 3.3.2 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $WCMp; $text_align = is_rtl() ? 'right' : 'left'; $name = isset( $object['name'] ) ? $object['name'] : ''; $message = isset( $object['message'] ) ? $object['message'] : ''; do_action( 'woocommerce_email_header', $email_heading, $email ); ?> <p style="text-align:<?php echo $text_align; ?>;" ><?php printf(__( 'Hello %s,<br>A customer is trying to contact you. Details are as follows:', 'dc-woocommerce-multi-vendor' ), $vendor->page_title ); ?></p> <div style="font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; margin-bottom: 40px;"> <h2><?php _e( 'Customer details', 'woocommerce' ); ?></h2> <ul> <li><strong><?php _e( 'Name', 'dc-woocommerce-multi-vendor' ); ?>:</strong> <span class="text"><?php echo $name; ?></span></li> <li><strong><?php _e( 'Message', 'dc-woocommerce-multi-vendor' ); ?>:</strong> <span class="text"><?php echo $message; ?></span></li> </ul> </div> <?php do_action( 'wcmp_email_footer' ); ?>
[+]
..
[-] vendor-commissions-transaction.php
[edit]
[-] vendor-new-account.php
[edit]
[-] new-product.php
[edit]
[-] admin-new-vendor-account.php
[edit]
[-] admin-widthdrawal-request.php
[edit]
[-] new-admin-product.php
[edit]
[-] rejected-vendor-account.php
[edit]
[-] email-footer.php
[edit]
[-] vendor-orders-stats-report.php
[edit]
[-] vendor-direct-bank.php
[edit]
[-] vendor-new-order.php
[edit]
[-] vendor-contact-widget-email.php
[edit]
[-] vendor-notify-shipped.php
[edit]
[-] approved-vendor-account.php
[edit]
[+]
plain