PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
emails
/
plain
<?php /** * New Order Email ( plain text ) * * An email sent to the vendor when a new order is created by customer. * * @class VendorNewOrder * @version 2.6.8 * */ if ( ! defined( 'ABSPATH' ) ) { exit; } echo "= " . $email_heading . " =\n\n"; echo sprintf( __( 'You have received an order from %s.', 'dokan-lite' ), $order->get_formatted_billing_full_name() ) . "\n\n"; echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n"; /** * @hooked WC_Emails::customer_details() Shows customer details * @hooked WC_Emails::email_address() Shows email address */ do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email ); echo "\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n"; echo apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) );
[+]
..
[-] withdraw-cancel.php
[edit]
[-] new-product-pending.php
[edit]
[-] contact-seller.php
[edit]
[-] withdraw-approve.php
[edit]
[-] product-published.php
[edit]
[-] vendor-new-order.php
[edit]
[-] withdraw-new.php
[edit]
[-] new-product.php
[edit]
[-] new-seller-registered.php
[edit]