679 comments found.
Hi,
I can’t seem to get it to work.
https://oudino.nl/product/fragrance-world-champion-sugar/The delivery time is showing : 31-38 days . And i configured it on a product level. and have inserted 2 days max. in there. so how is it showing so many days?
Hi
Can you please send your site admin details on rpmagerips@gmail.com so we can check configuration
Thanks
Outdated translation error
The function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rp-product-deliverydate domain was triggered too early. This is usually an indicator that some code in the plugin or theme is running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)
It’s a shame the plugin is being abandoned.
Update plugin with fixe issue, Please dowload latest version of plugin and update it
gracias!!!!! perfect
hi
Hi, I’d like to buy your plugin, but first I’d like to know if you still intend to update it, because I see the last update date is January 2025. Thank you
Hello, I just purchased your plugin and I’d like to know several things:
- Once paid, do I have to renew the subscription every year? - Is it possible to indicate a delivery time for some products and leave it blank for others. And also, can I add a different message for some? For example, I have a gift card that the customer will receive by email at the time of payment, so for this product, I’m not sure there’s a delivery time indicated, or there’s a message indicating that the product is received upon receipt of payment. I also have products that I don’t have in stock, which I have to order. Is it possible to indicate that for certain products, “delivery times depend on stock”?
Thank you for your feedback.
1) no you don’t require to renew subscription
2) yes you can display it for only some product as per your requirement. For that you need to disable global display for all product setting from plugin setting page and add delivery time at product level
3) yes you can display different delivery text based on product stock status
Thanks
How do I display different text depending on stock status?
When I select my shipping method in my cart, the delivery time doesn’t change. It should change because the delivery time isn’t the same. What should I do? You’ll see the change on the next page during checkout. How do I make it change when I select my shipping method?
Thanks
The plugin looks good on first sight… However there is a very annoying bug on it. From 00:00 to 00:59 it does not add + 1 day to the delivery time! This is very annoying. It is actually working well on every other hour but with 00:00 to 00:59 it is a nightmare. It just shows the current date… this is very bad UX, can you please fix it???
The timezone is correct and server time is set correctly both on Wordpress and Server level!
The plugin is not written right for this to work with Wordpress timezone. Please fix it! It is easy fix. I was able to do it on our website by changing your file: Rpesp_Front.php
There are two replacements to be made: $currentDay = strtotime(date(‘Y-m-d’)); $estDay = strtotime(date(‘Y-m-d’));
Those two need to be replaced by those: $currentDay = strtotime( date( ‘Y-m-d’, current_time(‘timestamp’) ) ); $estDay = strtotime( date( ‘Y-m-d’, current_time(‘timestamp’) ) );
This way the plugin will always use the Wordpress time zone that was set in Wordpress settings! This is extremely useful to be a part of the plugin!
Is this plugin compatible with woocommerce suscriptions?
Good morning, I just wanted to pass on this PHP warning:
PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wqpmb domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home2/descalificado/public_html/wp-includes/functions.php on line 6121
The warning indicates that the rp-product-deliverydate translation domain is being loaded too early, before WordPress is ready to handle translations. This indicates that some code (likely from the “RP Product Delivery Date” plugin) is attempting to load translations before the WordPress init action. Translations should be loaded inside a hook like init, plugins_loaded, or something later, not directly when the PHP file is declared.
I hope they can fix this in future updates.
Greetings.
Hi
Which version of plugin are you using? Please update to latest version of plugin and it will fix you issue
Versión 5.8
Okay we will check and let you know error
Thank you
Hi Dear! I have a question regarding this plugin: WooCommerce Estimated Delivery Or Shipping Date Per Product,
It’s exactly what i’m looking for for my website! 
BUT. Is it also possible to change the text/displayed color on the product pages? Such as make it a smal text block light blue. And also: can i modify the text? I simply want to type: Delivery in 2-3 working days. That’s it.
I hope it’s all possible so i can make my purchase!
Kind regards
Hi
Yes you can change style,color etc of delivery message. All setting available in plugin for it
Also you can change delivery text as per your requirement from plugin setting page
Thanks
Perfect! And it is adjustable per product variation right? I only need it for some product variations that have a 2-5 working days delivery time, so where this information box pops up at the bottoim of the variation selection. Example; 1 product with 25 variations, only 8 exact variations it’s applied to. When you select these variations, the box pops up at the bottom of the variation selection before/above ‘add to cart’
If it could work like this, i’ll purchase it immediately 
Yes you can adjust it by globally, product level or variation level as per your requirement.
You can display only for some product also
Thanks
The plugin is perfect, but I have a problem. All orders placed between 00:00 and 00:59 are not calculated correctly and do not add up to 1 day. I don’t know if it’s my settings or a plugin issue. It only happens during the first hour of the day.
You can see the error in today’s screenshot. https://i.postimg.cc/3NyMFsJz/order.jpg
Hi
I think issue with your site timezone, can you please check your site timezone set correctly
Hi, my time settings
https://postimg.cc/Cnk4MWfxhi, Our configuration is correct. Your plugin doesn’t work between 00:00 and 00:59. Wasted time. We’ll look for another plugin.
With this change the problem is solved
gracias!!! webmakers2011
The plugin is not written right for this to work with Wordpress timezone. Please fix it! It is easy fix. I was able to do it on our website by changing your file: Rpesp_Front.php
There are two replacements to be made: $currentDay = strtotime(date(‘Y-m-d’)); $estDay = strtotime(date(‘Y-m-d’));
Those two need to be replaced by those: $currentDay = strtotime( date( ‘Y-m-d’, current_time(‘timestamp’) ) ); $estDay = strtotime( date( ‘Y-m-d’, current_time(‘timestamp’) ) );
This way the plugin will always use the Wordpress time zone that was set in Wordpress settings! This is extremely useful to be a part of the plugin!
magerips Please solve this problem.
Hello, I need to import “Delivery text for backorder” for products, is it possible to field esttext_backorder?
Hi
You can do it using default woocommerce product import/export function
Just export products CSV which you want to update from Admin -> Woocommerce -> Products page. In exported CSV file you will find column for backorder text, you can update that column and import updated CSV file
Thanks
Hi, I bought your plugin, it works fine on the product page, but it doesn’t appear in the cart. Can you help me?
Hi
Did you enable setting “display on cart page?” From setting page?
Also make sure you have entered delivery text for cart/checkout and order page from plugin setting page.
Let us know if it’s now working after done all settings we will check and fix it
Thanks
solved, thanks
No message is displayed on single product, cart and checkout. only on product archive.
Hi
Did you configure plugin properly? Can you please send your site admin details on rpmagerips@gmail.com so we can check settings
Thanks
Hello. Are the licenses lifetime or yearly? Also, I don’t like the colors related to delivery times, can we adjust their colors according to our themes?
Hi
License is lifetime
Yes you can change colors from admin settings
Thanks
Your demo wasn’t showing up today. I am interested in seeing it. Thanks
Yes I tried and says can’t connect to server. also checked it on the isitdownrightnow.com website and it isn’t just me it says your domain isn’t working.
Hi
You are checking from which location?. It’s working fine for us
Hi
There are some restriction added, we have fixed it.
Please check now, it should work for you
Thanks
I have many products with variations in quantities. What I want is that for each quantity there is a time for each of them. And how do I program the notification time to appear so that they buy it ahead of time if they want to receive it in X days? I have programmed the times but they are not shown in the product…
Can this plugin allow us to change the expected delivery date in the admin orders page? We are looking for an option for after the sale happens, if the expected date gets pushed out to update it in the admin order area showing the new expected shipping date. We would leave the global settings along and only want to update the single order expected delivery date so the customer has the latest updates when they review there orders page?
Hi
For now we don’t have option for update delivery date from admin order, we will add this and update plugin
Great, We would use it to keep the customers updated on there orders when products are taking longer then expected to ship.
We have a store with Woocommerce subscriptions. We want to know if, by installing this plugin, the estimated date will appear in the automatically generated subscription renewal order. Thank you.
Hi,
There is actually nothing showed after installing and following every step..
90cf1111-66ab-4e77-898b-f243f7c5d6cd
Hi
Did you configure all setting as per your requirement?
Please send your site admin details on rpmagerips@gmail.com so We can check it
Thanks
Hi
Fixed issue and send email, please check
Thanks
Seems that we can’t set a different message if it is in stock or not (in our case backordered)?
Hi
There are option in plugin for set delivery message for each status i.e instock, outofstock, backorder. Please check plugin settings
Thanks