Hello,
i was wondering if there is some way to change the order of the displayed products in shop/archive page.
eg: when i choose “sort by upcoming” to be able to show first the products depending on the date of release… a product that is available in 20/04/21 to show before a product is available in 25/04/21.
]]>Hi,
Thanks for this awesome pluggin.
I notticed that upcoming product page shows only 9 or 10 products, even i have more than that number of products that are comming.
My question is, how do i make it to add a seccond page.
THanks
Hi,
I am interested in woocommerce upcoming product plugin. I am wondering if it is possible that customer can subscribe to emails that when the product is available they get email notifications
]]>I’ve been trying to figure out how to add line break before (coming soon) tag. No luck so far.
The code
<span class="soon">(%s)</span>
doesn’t react to additional css and I can’t figure out how to hard edit woocommerce-upcoming-product.php
function wup_upcoming_product_title( $title, $id = null )
{
if ( is_admin() ) {
return $title;
}
$label = WC_Admin_Settings::get_option( 'wup_title_label_txt', 'Upcoming' );
if ( 'product' == get_post_type( $id ) && $this->is_upcoming() && WC_Admin_Settings::get_option( 'wup_show_title_label', 'yes' ) == 'yes' ) {
$title .= apply_filters( 'wup_product_title_label', sprintf( __( ' <span class="soon">(%s)</span>', 'wup' ), $label ) );
}
return $title;
}
Any advice much appreciated.
]]>How can I increase the distance on the overview page on the left?
How can I increase the distance on the product page down?
Screenshot:
https://nextcloud.roundaboutweb.info/index.php/s/yaEGPKZLz4xgiBi
We have the latest version of the plugin, 1.5.9.2 and the products don’t go live automatically
In this forum there is a closed topic about the same problem 2 years ago with no solution and since the plugin has not been updated for months and the latest topics have not been answered we decided to fix it ourselves.
We have made a modification to the code, we are sure there are better solutions but it solves the problem for us. We always set a date when we check the “Upcoming product” checkbox.
In the woocommerce-upcoming-product.php file in the function is_upcoming, at line 514, we changed the
if ( get_post_meta( $post->ID, '_upcoming', true ) == 'yes' ) {
return true;
}
to the code just below to check not only if the product has the _upcoming meta but also if the available data is past or not
if ( get_post_meta( $post->ID, '_upcoming', true ) == 'yes' ) {
$available_on = get_post_meta( $post->ID, '_available_on', true );
$available_on = strtotime( $available_on );
$time2 = strtotime( date('Y-m-d H:i:s') );
if( $available_on > $time2 ) {
return true;
}
return false;
}
]]>
Hi,
I’m using your plugin and have ticked the ‘Hide Add to Cart button of upcoming product’, which works well on the product page, but the shop page’s buttons still show when using Woocommerce and Avada Theme.
]]>Title label Text show there, https://prnt.sc/rydk2w
]]>Hi,
it’s possible to know from some $product data that product is upcoming? So I can do some modification in code.
Thank you
]]>Hi, I installed this plug in in my e-commerce.
Many customers buy my products in back order but complain that they do not see the date of when it will arrive in the order confirmation that arrives via email.
How can this be solved? Can you implement this option on your plug in?
Let me know?
Thank you
Hey,
i want to change the Date-Format. Now its Januar, 01 2020 and i want 01 Januar 2020
How can I change this option?
Thanks
]]>Great little plugin! Thanks for putting time into it.
I came across a couple of issues with its functionality, and would greatly appreciate your time looking into it.
First, when I “Hide purchase button” it actually adds a second purchase button for all the other products that are not marked as “coming soon”. See screenshot: https://snipboard.io/z5sk3c.jpg
Second, where is it calling the color for the “Available Date” as displayed on the shop page? Again on the screenshot, you can see it is displaying as a green color, but I would like to change this to “my green color”.
Lastly, I know a lot of people have commented that the item can still be purchased, and I don’t think this is a huge problem because I want to be able to “Pre-Sell” the item. I think it would great if you could rename the “Add to Cart” button to whatever I want, in my case “Pre-Order Now”.
Thanks again!
]]>Does the plugin work with the last version of woocommerce?
Thank you
Best regards
Cristina Grigorescu
Is there any way to set the time on the date that the product is available?
]]>Hi Mohaiminul,
thank you for this brilliant Plugin.
I’m stuck getting a class to the product div, when there is an upcoming date shown (for instance on the single page). I’m trying to grey out and make the add to cart button unclickable using CSS. The class has still the instock class instead.
Is it possible to do this?
Best regards
Jan
Hello. The date show up on the product page but not on the category page.
Only the label show up on the category page. It is a theme related issue. When i change the theme it shows up. The theme i use is very popular(claue theme). Any ideas on how to overcome the problem? thanks
You are just one step away – Complete “Woocommerce upcoming Products” Activation Now
I have that always on every page of admin. How do I get rid of it???
]]>Hi, the menu is not showing the product where the upcoming product is showing.
Can you help me with this?
Best regards, Mirjan.
Dear Mohaiminul,
first of all, thanks for the great plugin. I love the simplicity. Though I have a little problem. Somehow it does not set the products on available on the right date.
E.g. I set the date on July 22, 2019. And today on July 23 it still says “available from: July 22, 2019” on the product page. After I set the setting “Available date format” to “Duration”. The following message appears on the product page: “This product will be available from: 49 years, 6 months”.
Did you experience this problem before? And do you maybe have a solution for it?
Thanks in advance and kind regards.
]]>Hi, wondering if this plugin is suitable for rental business? We need something that allows us to add back the rented stock to the inventory after the required rental period.
]]>How do I set one variation to upcoming – keeping the other variants available?
Thanks
]]>Your plugin settings say “lebel” instead of “label” in a few areas.
The You are just one step away – Complete “Woocommerce upcoming Products” Activation Now message continues to show even though I’ve adjusted the settings after install.
Otherwise, it seems to work good.
]]>Just updated to latest version. White screen:
2019/07/04 07:06:14 [error] 32094#32094: *548626 FastCGI sent in stderr: “PHP message: PHP Warning: require_once(/srv/www/example.com/releases/20190308113953/web/app/plugins/woocommerce-upcoming-product/freemius/start.php): failed to open stream: No such file or directory in /srv/www/example.com/releases/20190308113953/web/app/plugins/woocommerce-upcoming-product/woocommerce-upcoming-product.php on line 25
]]>When will this plugin be updated?
]]>Hello,
unfortunately, the option “Hide / Show add to cart button for upcoming product” doens’t work.
I’m still able to buy the “upcoming” product…
In short, not veryusefull plug-in
]]>Hello,
What function produces the brackets around the label? (want to remove brackets)
thanks
I found this error when hovering over a product with the Select Options or add to cart button this shows duplicated buttons on the screen, please any fix to that?
I let you some links to sections of the website so you can see this beheaviour:
https://pet-fit.es/categoria-producto/gatos/copos-y-verduras-y-aceites-gatos/
https://pet-fit.es/categoria-producto/perros/menu-completo/
P.D. The site is on spanish language
]]>I would like to add the available from date to a column view product table, is the date stored as an attribute or custom field/meta field? If so, what is the name of the field, and what type of field is it?
Thank you!
]]>I live this product. But I have two small issues.
1. I need to show my waiting list so that people can be notified when the product is available. Right now it doesn’t show. An I do have “Manage Stock?” box checked.
2. So some odd reason the Price Label: “Show text under upcoming product price” isnt showing up. It was before. but now it isn’t.
Thanks for any help.
]]>Is it possible to choose different dates for different product variants? Something like Variant A – 1.1.2018 and Variant B – 3.5.2018.
]]>