PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
dc-woocommerce-multi-vendor
/
templates
/
emails
<?php /** * The template for displaying demo plugin content. * * Override this template by copying it to yourtheme/dc-product-vendor/emails/new-admin-product.php * * @author WC Marketplace * @package dc-product-vendor/Templates * @version 0.0.1 */ if ( !defined( 'ABSPATH' ) ) exit; global $WCMp; ?> <?php do_action( 'woocommerce_email_header', $email_heading, $email ); ?> <p><?php printf( __( "Hi there! This is to notify that a new product has been submitted in %s.", 'dc-woocommerce-multi-vendor' ), get_option( 'blogname' ) ); ?></p> <p> <?php printf( __( "Product title: %s", 'dc-woocommerce-multi-vendor' ), $product_name ); ?><br/> <?php printf( __( "Submitted by: %s", 'dc-woocommerce-multi-vendor' ), 'Site Administrator' ); ?><br/> <?php $product_link = apply_filters( 'wcmp_email_admin_new_product_link', esc_url(wcmp_get_vendor_dashboard_endpoint_url(get_wcmp_vendor_settings('wcmp_edit_product_endpoint', 'vendor', 'general', 'edit-product'), $post_id))); if($submit_product) { printf( __( "Edit product: %s", 'dc-woocommerce-multi-vendor' ), $product_link ); } else { printf( __( "View product: %s", 'dc-woocommerce-multi-vendor' ), get_permalink($post_id)); } ?> <br/> </p> <?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