CodeWooGeek
Forum Replies Created
-
Hello there,
We have added
{only_product_name}shortcode for email part in version 1.8 of our plugin, please update it and check it out.- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
If you are tech savvy(comfort in edit the code), you can follow the below steps to remove sku(if it is urgent), go to
back-in-stock-notifier-for-woocommerce/includes/class-api.phpfind line number134and140replace this from$product->get_formatted_name()to$product->get_name()If you can wait till next update we will try to include shortcode to ignore (sku/id).
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
We will include shortcode to ignore
(sku/id)in upcoming version, but you can edit the file hereback-in-stock-notifier-for-woocommerce/includes/class-api.phpfind line number 134 and 140 replace this from$product->get_formatted_name()to$product->get_name()- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello Radim,
Good Day!!!
We would like to hear more detail about this feature request from you, as your requested feature is doable but to be sure we need to know the scope of this request,why you want to restrict subscribe form showing in front-end only for regular price product(s) and why not for sale price product(s)?
We have settings option to hide subscribe form for specific products/categories(of-course this is manual one), you can select sale price products and hide appropriately? Will this help?
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
We’re here to assist you and thanks for your kind words!!!
We looked into your issue, as you faced problem with respect to automatic mailing functionality? For your information automatic email process will completely rely on WP Cron, hence you will see some delay(because of queue process) but it will send a mail to the respective users with next cron run(every 5 minutes). Please make sure in your side cron job runs properly(your reported problem may happen when cron job not works properly)? It can be checked by WP Crontrol Plugin(as we use this plugin to check the cron job – https://wordpress.org/plugins/wp-crontrol/)
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
Sorry for the delay.
Today We have released v1.7.4 which has privacy checkbox feature. Please update it and check it out.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello Jaime,
We would like to apologize for the inconvenience.
We just replied your support ticket. As we will let you know if any other way to position the subscribe form for variable product (back order) next to add to cart button.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
Sorry for the delayed reply.
We already received feature request with respect to GDPR but that feature was privacy checkbox in subscribe form, but as per your request it is double opt-in right? If so we planned this feature as a add-on(single opt-in/double opt-in)
For the next upcoming release(currently in progress) you will expect the following feature list(either one or all)
1. Privacy Checkbox in Frontend form(for quick you can make use of this option)
2. Manual Bulk Option to send mail
3. Template Structure support for Subscribe FormWe will let you know here, once we released the next update.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
Happy to assist you with your queries.
We noticed from variable product, that you have used Multi Step Product Configurator Plugin, and looks like there is some conflict with both the plugin, could you please deactivate Multi Step Product Configurator Plugin and check the behavior again?
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
As we guess you may receive error upon subscribe from front-end like “Something went wrong, please try again later”? When cache plugin is turned on right?
If so it happen because of validate nonce(security) in our core.
WP Fastest Cache plugin itself suggest some tips to avoid such kind of issue, please take a look at the below link and set/create rule to avoid this kind of issue in future.
https://www.wpfastestcache.com/tutorial/wordpress-nonce-cache/
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
We just updated our plugin as a next version 1.7.2, which contain your reported problem fix. Please update it and check it out.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
We have fixed your reported problem in our side and it will be available for update(tomorrow) with version 1.7.2. We validated that no variation code will work only for variable product type.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
We use WooCommerce function to send mail(most likely the same will applicable for woocommerce order email?), hence if something problem in your mail server may also yields the above mentioned error. Please do cross check by installing this plugin(use smtp instead of default mail server to figure out the problem is from mail server or our plugin), by configure your smtp credentials
https://wordpress.org/plugins/easy-wp-smtp/If still not works then please troubleshoot in your side by deactivate all other plugins except WooCommerce and our plugin to see if any plugin giving conflicts.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
That’s great!!!
If you feel our plugin is helpful please rate our plugin with your valuable feedback
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Thanks for your kind words 🙂
If we understand correctly as you want to position that subscribe form in variations? Actually for variation there is no other place to display subscribe form dynamically as far as our concern. Even if we provide shortcode it will be hard to fetch variation id and other things dynamically, hence we sit with default solution which we have right now, if the subscribe form is overlap with variation/layout issue then it can be corrected using custom css, which we will help to display properly, but if you talking about position of subscribe form then it hard for us to support which completely rely on theme.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.