Laszlo Kruchio
Forum Replies Created
-
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Plans to update?Hi KoolPal,
I didn’t have time to keep the plugin updated, but I might have a look on it soon.
Laszlo
Hi picstudio,
Did you test it with other plugins? Do you get any email from your website?
If not, you should try another plugin to send the emails.
Thanks,
LaszloForum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Using HTML in emailsHi Marcjanik,
There are a couple of plugins to send html emails, you should try one of them.
Laszlo
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Don’t work when importing.Hi Punker1,
Unfortunately, you need to update these manually.
Thanks,
LaszloCan you try it with a default wordpress template? There must be some conflicts with your theme.
Hi anjxed,
It works fine for me. Can you send me a link to the page?
Hi anjedeska,
No, the plugin doesn’t store these details.
Hi anjxed,
I will take a look on this issue this week.
Thanks for reporting it!
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Special CharactersHi anjxed!
I didn’t test for this option, what does it return if you use it?
Thanks
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] this does not work with variablesHi Kristyan,
Unfortunately, the plugin doesn’t support variable products.
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] this does not work with variablesHi,
What do you mean variables?
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Dont WorkHi luizpatta,
I will take a look on this issue this weekend.
Thanks for reporting it!
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Multilingual supportHello hugo2b,
Unfortunately, there is no multilingual support, but thanks for the advise!
I will definitely include it in the next release.
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] HTML emailI assume that the problem is solved. If you have any questions, just let me know!
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] HTML emailHi olesolo,
You can add a simple hook to your functions file to do that.
add_filter( 'wp_mail_content_type', 'set_content_type' ); function set_content_type( $content_type ) { return 'text/html'; }
The other option is to use a plugin to do this. I prefer the WP Better Emails plugin, but it’s up to you.
I mark this as a requests for future release.
Thanks!