Laszlo Kruchio
Forum Replies Created
-
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Shortcode doesn't workHi sergc,
Thank you for the tip! I’ll take a look on the code.
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Shortcode doesn't workHi sergc,
Unfortunately, the plugin only works with variable products if you enable the stock management on product level.
I’ll add this to the new release in the future.
Thanks
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Nothing showingI think you solved this problem jchaps21. Let me know you couldn’t.
Thanks
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Nothing showingHi jchaps21,
First of all, I would check if it works with one of the default WordPress theme. I guess, you are using a custom Woocommerce template, so the plugin can’t hook the form to the single product page.
If you are okay with editing files, just open the following:
YOUR-SITE/wp-content/themes/YOUR-THEME/woocommerce/content-single-product.php
There should be a line like this:
do_action( 'woocommerce_single_product_summary' );
If you can’t see it, just add the following piece of code, where you want to show the form:
echo do_shortcode('[instock]');
Let me know how is it going!
Forum: Reviews
In reply to: [Instock Email Alert for Woocommerce] Works!Thank you for your review! ??
Forum: Reviews
In reply to: [Instock Email Alert for Woocommerce] SuperThanks!
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Custom database prefix bugThis is resolved in the latest version.
Forum: Reviews
In reply to: [Instock Email Alert for Woocommerce] Awesome PluginThank you for your review and all the help finding those bugs! ??
Forum: Reviews
In reply to: [Instock Email Alert for Woocommerce] j'adore, fonctionne à merveilleMerci beaucoup! ??
Hi DamageHero,
This should be fixed in the 1.1.2 version.
Thank you for your feedback!
Also, you can disable the form itself and use a shortcode in the template file. This must be on the single product template for woocommerce.
echo do_shortcode('[instock]');
Hi DamageHero!
Thanks for your feedback, I will have a look into this!
What browser are you using?
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Change button colorI will include these edits in my next release! Thanks for the idea.
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Cant send emailForum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Edit the name and email senderWhat a good idea! Thanks for that AndieDK.