Plug-in can work with e-commerce Multi-Vendor?
-
my site is https://contrattiamo.com/
I installed woocommerce, and dokan a plug-in multi-vendors.
I need that email offer is not sent to the administrator of the site but to the individual seller who published the product? Can you help me?
The function that detects email from the seller should be this:function get_from_name() {
return wp_specialchars_decode( esc_html( get_option( ‘woocommerce_email_from_name’ ) ), ENT_QUOTES );
}
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Plug-in can work with e-commerce Multi-Vendor?’ is closed to new replies.