CodeWooGeek
Forum Replies Created
-
Hi,
Yes, if you recreate it with the same ID, it should work as expected.
Thanks.
Hello there,
Good Day!
We’re not sure which email customizer plugin you’re using. Could you please share a screenshot of the problem you’re encountering? We map the shortcode from post meta details only. If you can tell us which email customizer plugin you’re using, we will check for the feasibility of supporting it in upcoming versions.
Thanks.
Hello there,
Good Day!
No, we send ‘back in stock’ emails based on the product ID/variation ID. Therefore, if you delete the product and recreate it, it will have a different ID.
Thanks.
Hi,
Glad to know your problem has been resolved.
Thanks.
Hello there, Good Day!
We’re here to assist you with this one.
Something Went Wrong Error
We use one layer of security to our ajax request which is WP Nonce – but due to caching mechanism from third party plugins/hosting this security nonce also cached which cause this error “something went wrong, please try again after some time”, some cases by setting up cache timeout in plugin settings reduce this kind of issue.
How to get rid of this error?
From version 2.0 we added different techniques to avoid Something Went Wrong Error – If your site has encounter such issues we suggest you to try the below steps to get rid of Something Went Wrong Error
Go to Admin Dashboard -> Instock Notifier -> Settings -> Troubleshoot Settings Section -> Frontend Subscribe Form Submission via It has two option one is WordPress AJAX(default) and another one is WordPress REST API RouteTry change that option to WordPress REST API Route and check it out(purge your cache and check it out). If the above steps not helpful then follow the another method which is Google reCAPTCHA v3(Invisible reCAPTCHA)
To Configure reCAPTCHA you need Site key and Secret Key of v3 – Go to Admin Dashboard -> Instock Notifier -> Settings -> Google reCAPTCHA Settings -> Enable Google reCAPTCHA and Choose Version -> V3 followed by Site Key and Secret Key(both fields required in order to function properly) If v3 not helps try v2 of Google reCAPTCHAPlease note Site Key and Secret Key details can be fetch it from here https://www.google.com/recaptcha/admin/
Let us know.
Thanks.
Hello there,
Good Day!
We’re here to assist you with this one.
Thanks for the heads up.
We will try to release an update in a day or two.
Thanks.
Hello there,
We’re sorry for your inconvenience. Our plugin is not intended to send emails continuously, but it has the flexibility to keep informing subscribers about products that are back in stock. We shared the below code, which does the trick.
Please put the below code either in theme
functions.phpor child themefunctions.phpand check it out.function cwg_instock_change_post_status($new, $old, $post) { $post_type = $post->post_type; if ('cwginstocknotifier' == $post_type) { if ($new == 'cwg_mailsent' && $old == 'cwg_subscribed') { $obj = new CWG_Instock_API(); $obj->subscriber_subscribed($post->ID); } } } add_action('transition_post_status', 'cwg_instock_change_post_status', 10, 3);Let us know.
Thanks.
Hello there,
Greetings from Core Team.
We’re here to assist you!
Could you please provide a screenshot of your exact reported problem to assist better? We assumed that the tab you represented was on my account page (frontend).
Let us know
Thanks.
Hi @coopero1 @boomkaboomka @raffi007 @campcraft ,
Good Day!
We’ve fixed your reported problem and updated our plugin as v3.2.
Please update it and check it out.
Thanks.
Hello there,
Good Day!
Yes you can translate that text to your language with latest version(3.1). Please update it and check it out.
Thanks.
Hello there,
We haven’t supported SMS Feature in our plugin it is designed to send only email upon product back in stock.
If you’re a developer you can hook your own sms function (or third party sms plugin compatibility) by check our plugin code in class-core.php file.
Thanks
Hello there,
Good Day!!
We’re here to assist you with this one.
We guess you’re using Double Opt-in add-on the message customisation for double opt-in will be inside our settings page Double Opt-In section(Admin Dashboard -> Instock Notifier->Settings ->Scroll to the Double Opt-In section for further customisation.
Thanks.
Hello,
We’ve already assisted through our website helpdesk, hence we mark this ticket as resolved.
Thanks.
Hello there,
Good Day!!
Incase you’re not sure whether our subscribe form template override from theme? If so you can easily cross check by update our plugin to v2.7
In this version we have added Troubleshoot option to force load template from plugin -> enable it and check it out.
As of now we mark this ticket as resolved – incase you’ve any queries please open a new ticket.
Thanks.
Hello there,
Good Day!!
We’re here to assist you with this one.
Yes you can disable automatic back in stock email and can perform manual way to send email by doing the following change.
Go to Admin Dashboard -> Instock Notifier -> Settings -> Mail Settings Section -> Enable Instock Email -> Uncheck this option -> Save Changes
Then go to Admin Dashboard -> Instock Notifier -> All Subscribers -> Select Subscribers -> Try Bulk Action and Send Email.
That’s all.
Please check it out and let us know.
Thanks.