CodeWooGeek
Forum Replies Created
-
Hello there,
Good Day!!!
We’re here to assist you today!
We don’t have separate settings for to customize email template styles as because we use woocommerce email template(header/footer and body) for to send mail, hence you need to change the background color from woocommerce settings, go to Admin Dashboard -> WooCommerce -> Emails -> Scroll Down to the bottom and try find option “Body background color” or “Base color” or any other color option, just change whatever color you want and this will definitely replicate it in our subscription email.
Please note, that color changing part is global option from woocommerce, hence any changes will applicable to all order emails(New Order/Completed Order/etc).
- This reply was modified 5 years, 5 months ago by Jan Dembowski.
Hello there,
We’re here to assist you today!!!
We just tested in your side with the above link notice that you have used recaptcha v3 credentials in our settings page but our plugin support only v2 of recaptcha that’s why you have face such error “ERROR for site owner: Invalid key type”
We suggest you to create recaptcha credentials for v2 api here https://www.google.com/recaptcha/admin/create
For your first problem, i think w3 cache plugin is the issue(though you have deactivated but the cache from browser will still exists), you need to purge cache in your browser too. As we able to successfully subscribe to the product in your side(using inspect element we removed disabled attribute from Get Notified button).
Also we suggest you to reduce the value of cache timeout in w3 cache plugin.
- This reply was modified 5 years, 5 months ago by Jan Dembowski.
Hello there,
We have added your requested feature in version 1.8 of our plugin, so please update it and check it out, we have added option to control visibility part of subscribe form for sale price/regular price out of stock in settings page.
- This reply was modified 5 years, 5 months ago by Jan Dembowski.
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 5 years, 5 months ago by Jan Dembowski.
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 5 years, 5 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.php
find line number134
and140
replace 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 5 years, 5 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.php
find line number 134 and 140 replace this from$product->get_formatted_name()
to$product->get_name()
- This reply was modified 5 years, 5 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 5 years, 5 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://www.ads-software.com/plugins/wp-crontrol/)
- This reply was modified 5 years, 5 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 5 years, 5 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 5 years, 5 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 5 years, 5 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 5 years, 5 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 5 years, 5 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 5 years, 5 months ago by Jan Dembowski.