CodeWooGeek
Forum Replies Created
-
Hello there,
We didn’t hear any response from you? Hope your reported issue has been solved? For now we mark this ticket as resolved, if you still facing an issue please reply here/ open a new support, we will assist you accordingly.
Thanks.
Hi Anthony,
Good Day!!!
We’re here to assist you with this one. Thanks for your kind words, it means a lot for us.
By Default if the user is logged in, we fetch the user email(logged in user) and prefill it in input email field of our subscribe form, there is no settings/hooks available for to add that info(as it is already there for logged in users by default).
For more details please check the demo
https://wordpress.org/plugins/back-in-stock-notifier-for-woocommerce/Let us know
Thanks.
Hi there,
You need to contact the original developer(Fantastic Plugins) as plugin name might confuse but always check author name, plugin version, platform(wordpress/other sites).
You can check the details about our plugin here https://wordpress.org/plugins/back-in-stock-notifier-for-woocommerce/
Thanks.
Hi there,
I think you’re in the wrong place(you’re talking about different plugin?), there is no version from our side saying v10.9? Our latest version is v1.8.5.1.
Please do cross check which plugin are you referring to? We pretty sure we don’t have such plugin which has version 10.9?
Let us know.
Thanks.
Hi there,
May be this will help, try something like this way, remove the utm_* query arg from url(try the below code to see it works)?
<a href="{product_link}">{product_name}</a> at {shopname}.We’ve tested the above code and seems its works fine without any issue. Regarding utm_* query arguments for url(it will break based on permalink structure) is something we need to bring dynamically as per the permalink structure(we noted this as a feature request).
I think you’re in the wrong place(you’re talking about different plugin?), there is no version from our side saying v10.9? Our latest version is v1.8.5.1.
Please do cross check which plugin are you referring to? We pretty sure we don’t have such plugin which has version 10.9?
Let us know.
Thanks.
Hello there,
Good Day!!!
We’re here to assist you with this one.
Can you please use
{product_name}for to get product name including variation.https://pasteboard.co/ID2mr8x.png
Let us know.
Thanks.
Hello there,
Good Day!!!
We’re here to assist you with this one.
Yes you’re right, so far we only support reCAPTCHA v2 and you need to enter v2 site key of reCAPTCHA.
We already make noted as a to-do list(support v3) based on the feasibility we will bring this in future version of our plugin.
Let us know.
Thank you.
Hello there,
Good Day!!!
We’re here to assist you with this one.
The reason behind your reported issue is cache with nonce validation(it returns 403 error in your side) so please purge cache from plugin and try exclude the product link(hope it will work).If you still facing the problem after purge cache just contact litecache support here https://wordpress.org/support/plugin/litespeed-cache/
While you ask for support just specify ajax request returns 403 error in product page, so they will be in a better position to assist you with cache settings configuration.
Let us know.
Thanks.
Hello there,
Good Day!!!
We’re here to assist you with this one.
Could you please elaborate your problem in detail? If we understand correctly when you activate our plugin in backend it cause some issues with “Immagine per Facebook ” right? Have you use any plugin ” Immagine per Facebook “? If so which one it is?
Have you troubleshoot the issue behind your reported one? Is there any error in your error log file? Can you share the screenshot of your reported problem?
Let us know.
Thanks.
Hello there,
Glad it works for you 🙂 If you feel our plugin is helpful please do rate our plugin with your valuable feedback.
https://wordpress.org/support/plugin/back-in-stock-notifier-for-woocommerce/reviews/
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
Good Day!!!
We’re here to assist you with this one.
We use WooCommerce Email Function to send subscribe/back in stock mail, so the mailer function of woocommerce itself fetch the sender name and email from their settings(WooCommerce->Emails->Scroll down to the bottom of the page, navigate to the “Email Sender Options” section)
For Your Information – We don’t have any option to set Sender Email Address field for our Back in stock emails, as we completely rely on WooCommerce Mailer Function.
Let us know.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
Good Day !!!
Yes it is possible, but doable via custom function. Just go to our settings page of back in stock notifier, in there find option under visibility settings “Show Subscribe Form on Backorders” just uncheck this one(this is not even needed when we use custom function).
Use the below code in your theme functions.php and it will show the subscribe form above add to cart
add_action('woocommerce_before_add_to_cart_button', 'cwg_position_subscribe_form_on_backorder'); function cwg_position_subscribe_form_on_backorder() { global $product; $product_type = $product->get_type(); if (is_product() && $product_type == 'simple' && $product->is_on_backorder(1)) { $obj = new CWG_Instock_Notifier_Product(); echo $obj->html_subscribe_form($product); } }Hope it helps!!! Let us know
[ Signature deleted ]- This reply was modified 6 years, 7 months ago by CodeWooGeek.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
Good Day!!!
We’re here to assist you with this.
You can still restore the product list table even our plugin is active (no need to deactivate). Just go to the Admin Dashboard Product List Table in that page top right corner click screen options, you will see list of columns checked(checkbox) for product, just uncheck Subscribers Count checkbox.
That’s it, now check again and see if it breaks something.
We don’t want our users affect in any way(we’re still improving our product by user feedback), please do reconsider by rate our plugin as five star(by edit existing review).
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
We’ve fixed your reported issue as a next version v1.8.5.1 in wordpress. Please update it and check it out.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello @pinobg,
We still not sure where it duplicates? Can you please share the screenshot of your reported one, we happy to revamp the part if we miss something in core.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.