kannu
Forum Replies Created
-
@subratamal Thank you So much for your response, are you gonna add this feature in version or it will take some time.
Let me know if you need a more specific requirement I will explain to you, it will be new feature of the plugin :).
Thank you For your Time, I appreciate it.
@subratamal can you plz share some screenshot so i can review it.
I mean if user use coupon code, user will not enroll in Cashback Reward Program.
Can we do this. https://prnt.sc/r6y4nt
Thank you for all you help.- This reply was modified 5 years ago by kannu.
@kriedel Did you get the solution, I’m facing the same issue on my site.
Thank you so much..i appreciate your help..
Thank you for quick response.. is fix it or still working on this.?
Forum: Plugins
In reply to: [WooCommerce] Direct Place Order Without Payment for specific countryThanks you so, much its working .
i have find solution my self and its work fine, thanks you for support.
function authorNotification($post_id) { $post = get_post($post_id); $post_type = $post->post_type; if( ($_POST['post_status'] == 'publish' ) && ( $_POST['original_post_status'] != 'publish') && $post_type == "portfolio") { $title = $post->post_title; $author = get_userdata($post->post_author); $first_name = $author->first_name; $last_name = $author->last_name; $message = "Hi ".$first_name.' '.$last_name." Your episode ".$post->post_title." has been approved by admin and is now published!. See it here:: ".get_permalink( $post_id ).". wp_mail($author->user_email, "An online document has been made or edited for you.", $message); } } add_action( 'draft_to_publish','authorNotification'); add_action( 'future_to_publish' , 'authorNotification'); add_action( 'pending_to_publish', 'authorNotification'); add_action( 'private_to_publish', 'authorNotification');
Hello Team
Great work,Awesome plugin, but after update 1.6.6, shortcode stopped working on publish post notification, but all shortcode working fine at pending review mail. i used latest version of WordPress. Mail are working fine but shortcode messed up on publish post.Please help me out.
I hope fast reply as you can. Thank you for all your support and efforts.
I appreciate.
Thank you!- This reply was modified 7 years, 8 months ago by kannu.