Forums
Home / Plugin: WooCommerce Estimated Delivery Date Plugin / broken my site
(@manwarhossen)
7 years, 5 months ago
after instalation acivated the plugin. when I setting the delivery time and save site totaly borken. showed Resource unavilable.
after removed pluging file site wroking now.
(@brashfordmedia)
7 years, 4 months ago
I think the issue is when you don’t select your working days. You can bypass this by editing func-wf-estimated-delivery-functions.php
line 42 change:
if (in_array($ndate, $wf_workdays)) {
to
if (!empty($wf_workdays) && in_array($ndate, $wf_workdays)) {
(@xadapter)
7 years, 3 months ago
Hi @manwarhossen,
We apologise for the inconvenience caused to you.
Our team has released the latest version (1.0.6), in which the issue is fixed. You can download and check it out.