PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
dc-woocommerce-multi-vendor
/
templates
/
emails
/
plain
<?php /** * The template for displaying demo plugin content. * * Override this template by copying it to yourtheme/dc-product-vendor/emails/plain/new-admin-product.php * * @author WC Marketplace * @package dc-product-vendor/Templates * @version 0.0.1 */ if ( !defined( 'ABSPATH' ) ) exit; global $WCMp; echo "= " . $email_heading . " =\n\n"; echo sprintf( __( "Hi there! This is to notify that a new product has been submitted in %s.", 'dc-woocommerce-multi-vendor' ), get_option( 'blogname' ) ); echo '\n'; echo sprintf( __( "Product title: %s", 'dc-woocommerce-multi-vendor' ), $product_name ); echo '\n'; echo sprintf( __( "Submitted by: %s", 'dc-woocommerce-multi-vendor' ), 'Site Administrator' ); echo '\n'; $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)); } echo "\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n"; echo apply_filters( 'wcmp_email_footer_text', get_option( 'wcmp_email_footer_text' ) );
[+]
..
[-] vendor-new-order.php
[edit]
[-] admin-widthdrawal-request.php
[edit]
[-] vendor-commissions-transaction.php
[edit]
[-] vendor-notify-shipped.php
[edit]
[-] rejected-vendor-account.php
[edit]
[-] admin-new-vendor-account.php
[edit]
[-] vendor-direct-bank.php
[edit]
[-] vendor-orders-stats-report.php
[edit]
[-] approved-vendor-account.php
[edit]
[-] new-admin-product.php
[edit]
[-] vendor-contact-widget-email.php
[edit]
[-] vendor-new-account.php
[edit]
[-] new-product.php
[edit]