PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
emails
<?php /** * Product published Email. * * An email sent to the vendor when a new Product is published from pending. * * @class Dokan_Email_Product_Published * @version 2.6.8 * */ if ( ! defined( 'ABSPATH' ) ) { exit; } do_action( 'woocommerce_email_header', $email_heading, $email ); ?> <p> <?php esc_html_e( 'Hello '.$data['seller-name'], 'dokan-lite' ); ?> <p/> <p> <?php echo wp_kses_post( sprintf( __( 'Your product : <a href="%s">%s</a> is approved by the admin, congrats!', 'dokan-lite' ), $data['product_url'], $data['product-title'] ) ); ?> </p> <p> <?php echo wp_kses_post( sprintf( __( 'To Edit product click : <a href="%s">here</a>', 'dokan-lite' ), $data['product_edit_link'] ) ); ?> </p> <?php do_action( 'woocommerce_email_footer', $email );
[+]
..
[-] withdraw-approve.php
[edit]
[-] withdraw-new.php
[edit]
[+]
plain
[-] new-seller-registered.php
[edit]
[-] contact-seller.php
[edit]
[-] new-product.php
[edit]
[-] withdraw-cancel.php
[edit]
[-] vendor-new-order.php
[edit]
[-] product-published.php
[edit]
[-] new-product-pending.php
[edit]