mrsandface
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Purchase Note in customer and admin e-mailWauw, I think it works now!
I rewrote it to:
function send_purchase_note_to_everyone( $args ) { if ( $args['sent_to_admin'] ) { $args['show_purchase_note'] = true; return $args; } else { $args['show_purchase_note'] = false; return $args; } }Thanks a lot!
Forum: Plugins
In reply to: [WooCommerce] Purchase Note in customer and admin e-mailHi!
Using this piece of code, it stops sending mail altogether 🙁
Forum: Plugins
In reply to: [WooCommerce] Purchase Note in customer and admin e-mailHi,
I’m not very technical. Where do I put this piece of code?
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesBut I keep receiving the normal emails (the confirmation not through this plugin).
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesAlso deleted all notifications and made new ones.
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesI’ll have to find another plugin… I tried everything, it’s not working. I uninstalled/installed and also made new notifications.
Forum: Plugins
In reply to: [WooCommerce] Purchase Note in customer and admin e-mailHi,
This one is what the customer receives. The admin doesn’t get the Purchase Notes. I’d like it to be reversed. The admin getting the purchase notes while the customer doesn’t. With this piece of code, both receives the mail:
add_filter (‘woocommerce_email_order_items_args’, ‘send_purchase_note_to_everyone’);
function send_purchase_note_to_everyone( $args ) {
$args[‘show_purchase_note’] = true;
return $args;
}But I don’t want the customer to get it.
Thanks!
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesI guess, I don’t know, it’s not working.
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesLike I said. I’m in the Woocommerce settings, and it’s enabled. I didn’t change the trigger settings, yesterday it was working fine.
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesIt’s enabled.
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesBut the standard email from Woocommerce arrives.. it is enabled.
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesHi Georgi,
It was working fine yesterday. I didn’t change anything. It just stopped working today.
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesRight now it’s not sending at all.
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesI also run against the problem that the notification is not always sending right away. Some orders I don’t receive the emails for at all.
Forum: Plugins
In reply to: [Woo Instant Notifications] Receipt in multiple languagesWhen you are creating a product on Woocommerce and you go to Advanced. You can leave purchase notes. But those purchase notes only popup to the customer.