CodeWooGeek
Forum Replies Created
-
Hello Angelo,
From your log there is no automatic process triggered? When and How you tried restock the product? Can you explain the flow of how you manage restock?
- 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 will explain you the reason why we added meta to the product(there is no duplicate meta key – it is one meta which is completely for internal purpose).
Since from last update(v1.8.4) we have added one feature which is “Subscribers Count” column in product list table(admin) – this feature requested by many users.
We have already view subscriber link with count(that we directly fetch based on product id) in each product action(list table) but there is no sorting option available(help to restock the product based on number of subscribers).
As per the codex of wordpress there is no option(as far our concern) to sort the data (dynamically or via function return value of subscribers count) in list table(products), hence somewhere we need to store that count of subscribers in meta for each product, hence we implemented that way so that you can easily sort the product lists based on subscriber count.
Nothing worry about the functionality and that meta key is purely for admin purpose(sorting the product lists based on subscriber count).
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello Elina,
Are you using Flywheel managed hosting? If so could you please contact your hosting provider regarding your reported query? Because so far we don’t have alternate option/settings to support.
Just ask your hosting “why it is not working with flywheel managed hosting though I have purged cache from my end -ajax nonce validation returns 403 always”
After response from hosting provider, post the details here so that we will see what will be the alternate way to keep support for your hosting.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
Good Day!!! We’re so glad that you liked our product 🙂
We have some queries with your question on custom style on variations?
1. Usually variations list is in dropdown by default(not sure in your side if any variation swatches plugin used?), but here we’re not sure what you are exactly required with custom style for variations can you please explain little bit in detail? We assume that you want to set the appearance of specific variation(dropdown) if it is out of stock? If so then it is not doable with our plugin as it has some limitations when more than one attribute combination with variation.
Please Note: “Ignore WooCommerce Out of stock Visibility Settings for Variations” there is no developer filter available from woocommerce, hence we bypass get_option filter from wordpress.
If you talking about different flow with custom style of variations then please let us know
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello Elina,
Good Day!!!
We’re here to assist you with this one.
As your reported issue is persist in desktop as well FYI.
Hope in your side cache plugin was active right?
The problem behind your reported issue is WP Nonces – which is added as a security in our ajax request(upon subscribe from front end), if the page was cached, then WP Nonces will also cached, to overcome that issue you need to set the cache timeout rule in your cache plugin settings(Set something like every ~8 or ~10 hours), in this case old cache will purged and new cache will be generated in every timeout.
For Quick Fix – Just purge cache from cache plugin settings.
For Stable Fix – Just set the cache timeout in cache plugin settingsNot sure which cache plugin it is but if it is Fastest Cache then please take a look at the link here
https://www.wpfastestcache.com/tutorial/wordpress-nonce-cache/- 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.
While we investigate this issue we noticed and this is because of display property css in your theme cause this issue, please change the display property from
flextoblockto make it work properly. And this css is not from our plugin for your information.@media screen and (max-width:63.9375em) { .single-product .product .entry-summary.summary { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }- This reply was modified 6 years, 8 months ago by CodeWooGeek.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
Good Day!!!
As your reported issue is not from our plugin, because we haven’t added any functionality related to cart, as our plugin works on out of stock products. Please take a step back and see if any other plugin causing this issue. We pretty sure your reported issue will not from our plugin.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
Good Day!!!
May i know what error(Undefined Variable/Fatal Error) in the log? Can you please paste the exact details of error, so that we can easily fix the issue with next update.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello there,
We’ve just released new update which contain your requested feature v1.8.3. After update to our latest version just go to our plugin settings page where under visibility settings find option -> “Ignore WooCommerce Out of Stock Visibility Settings for Variation”, enable this option will show out of stock variation(s) in dropdown only for single product page.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hi Anna,
Good Day !!!
We’re here to assist you with this one.
We use WooCommerce Email Template to send a mail(Header/Footer Template), You can customize the background color/logo in woocommerce email settings.
Go to WooCommerce -> Settings -> Emails
in there Find Section – Email Template (Scroll down to the bottom of that settings page) which has the option to customize the appearance of the email.- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Hello Radim,
We use this hook
woocommerce_product_set_stock_statusfrom woocommerce to trigger instock email, please take a look at the core file which has all the functionality, file is inincludes/class-core.php- This reply was modified 6 years, 7 months ago by Jan Dembowski.
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 6 years, 7 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 6 years, 7 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 6 years, 7 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 6 years, 7 months ago by Jan Dembowski.