Hello,
We have a big issue since the last update, there’s a message displaying “woocommerce_before_add_to_form” at the top of our page, and our checkout page keeps spinning indefinitely, preventing customers from purchasing our products. We’ve temporarily deactivated your plugin and everything returns to normal. Can you please resolve this issue?
Thanks in advance.
]]>Hi,
When selected the “Single Product page message position” as woocommerce_before_add_to_form hook then the “Coming soon” message isn’t showing up. When using all other options the “Coming soon” message is shown as expected.
Help me fix this, please ??
]]>Hello, I noticed that you are using the native PHP function time()
to get the current time. However, using time()
may cause timezone issues, such as UTC+8 and others, which could lead to the “coming_soon” appearing prematurely.
I suggest replacing time()
with current_time('timestamp')
. current_time
is a WordPress function that retrieves the current time based on the timezone settings configured in WordPress. This should help resolve any timezone-related problems.
Is it possible to add a coming soon page just for products? A list of all products being arriving in a certain month for example? Date based archives sorted by the coming soon date?
]]>wp-content/plugins/woo-coming-soon/inc/functions.php fájl 108 sora egy E_ERROR típusú hibát okoz. Hibaüzenet: Uncaught Error: Call to undefined method stdClass::get_id() in /httpdocs/wp-content/plugins/woo-coming-soon/inc/functions.php:108
Stack trace:
#0 /httpdocs/wp-includes/class-wp-hook.php(303): woo_csn_disable_coming_soon_purchase()
#1 /httpdocs/wp-includes/plugin.php(189): WP_Hook->apply_filters()
#2 /httpdocs/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php(1575): apply_filters()
#3 /httpdocs/wp-content/plugins/woocommerce/includes/class-wc-cart-session.php(131): WC_Product->is_purchasable()
#4 /httpdocs/wp-includes/class-wp-hook.php(303): WC_Cart_Session->get_cart_from_session()
#5 /httpdocs/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
#6 /httpdocs/wp-includes/plugin.php(470): WP_Hook->do_action()
#7 /var/www
Is it possible to alter the plugin to work with variable products please?
For example on a book selling site, the hardback version would be in stock months before the paperback version but we’d like to show the coming soon date for other formats.
Thanks
In the example page the hardback and ebook versions are available now and the paperback isn’t but users can’t buy any versions of the book if the coming soon date is set.
]]>I use two plugins for coming soon as neither does exactly what I need, but I noticed that there is a strange coming soon product loop at the bottom of my store now for: https://bysara.my/shop/khadeeja-abaya/grey/
IS this from your plugin in and why is it there?
]]>Greetings!
I installed the plugin and it worked great for me,
And suddenly they stopped seeing the caption “Coming soon” on a product page.
I tried turning the plugin on and off and playing with the settings and it does not help.
I would love help soon!
Thank you very much!
I really like the simplicity of this plugin and it has got me out of a bind BUT I think it could help others, as well as myself, if it could play to the following scenario…
I purchase stock in the US and ship to the UK. As stock is purchased it is loaded to the website but not placed in stock. It appears out of stock to customers BUT they can now put an email notification on the item. Once shipped to the UK a week later stock is then updated against the existing product and the email notifications go out to those interested in buying. Work well but it doesn’t look slick to the user. with this plugin as I enter the stock I set the coming soon option (I renamed it ‘in transit’) as I load inventory. User can now differentiate between what is coming down the pipeline opposed to true out of stock items.
To enhance the plugin though it would be great if I could add a stock volume as I load the inventory onto the site (still setting in transit though). User could see that x items are on the way but not yet be able to add anything to the cart and still be able to use the wishlist option on the product page. then when stock arrives in the UK all we have to do is de-select the ‘in transit’ button and the pre entered stock volume goes live.
Would love your thoughts
]]>All the items that are marked as coming soon show up fine on the PC but they don’t show up on any mobile devices.
]]>Hi,
This page is not live yet but the ‘This product is Coming Soon!’ message appears at the top of the product page while it should appear where the Price is normally displayed.
I hope that you can see the page from this link
How can we move the text to where the Price normally to improve the display?
Thanks,
Mike
]]>How do I remove or hide the Google Play button and the QR code on the product page?
]]>Hi Is it possible if i want to bulk set edit the ‘coming soon’ status without having to click on the product one by one?
Also is there a way to change to hover text from COMING SOON to AVAILABLE SOON?
Best Regards.
Dia
Hi,
Looks like your plugin causes a critical error on our website when it’s active. Appears to be after the most recent update.
Can someone help?
Thanks
]]>Hi there, I’ve just been looking through my logs and can see the following notice on every page.
Notice: Trying to get property ‘post_status’ of non-object in /var/www/html/wp-content/plugins/woo-coming-soon/index.php on line 144
The plugin works as expected, but wanted to bring this to your attention.
Great job on such a wonderfully basic plugin, easy to use, and get’s the job done.
]]>Hi! I installed your plugin and everything is working fine except that there is no button appear under the coming soon item on the shop page. I’d like to get a button that says Coming Soon like on the plugin screenshot.
Thanks!
Rick
]]>Hi,
how can I get info that product is upcoming with PHP $product?
Thank you
]]>Hello,
I’m using OceanWP and, when I install your plug-in, I have this error:
all my plug- are update to the last version.
Obviously, I need to uninstall it.
Could you fix it?
]]>I tried using this plugin but clicking the coming soon button does nothing, no error, no change and nothing being recorded as taking place in devtools either?
]]>Plugin was working fine until I updated my server to PHP 7.2. Now whenever I try to update a product the page sends me to a 500.
Adding an empty array to line 205 fixed the issue.
update_post_meta($post_id, ‘_coming_soon’, wp_kses($_POST[‘_coming_soon’], array()));