You guys are awesome by the way!

This topic contains 1 reply and 2 voices, and was last updated by Sekander Badsha 9 years, 8 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
August 8, 2014 at 6:07 am 24771
Sekander Badsha Hey there, I've been super impressed with the Dokan theme as well as the WPUFP plugin as well as your support. I know you get a lot of negatives when people are stuck on something so I thought I would just let you know that you guys are awesome! Check out how we modified the Dokan theme and created a pretty awesome vendor store http://speechtivities.com. We would be happy to give you a testimonial as well if you like. On a side note: I'm wondering if there is a way to disable email notifications on specific products. Our store is currently all digital downloads and is utilizing Dokan for vendor stores along with WP User Front End Pro to make submitting digital products user friendly on the front end (and it's working great). We've had a couple of vendors ask if we can disable email notifications for the free products they upload. Basically make it so there is either a check box on product submission "Don't receive order notifications for this product" (which we could do through WPUFP) or if we could just set it so all products at $0 dollars wouldn't generate a sales notification. I've been searching for a solution and have yet to find one. So, I thought I would reach out and see if you guys had an idea. Thanks for your help! Kevin
August 13, 2014 at 1:29 pm 25086
Sekander Badsha Sekander Badsha

Hello Kevin,
Glad to hear that. You can send your testimonial to info@wedevs.com.

To turn off the mail notification on free products you can use this filter of WooCommerce: apply_filters( 'woocommerce_email_classes', $this->emails ); You can check for the order totals and if the order total is zero (as its a free product) then the filter would unset the mail function for new orders.

Viewing 1 Posts - 1 through 1 (of 1 total)