• 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.

    • This topic was modified 7 years, 5 months ago by manwarhossen.
Viewing 2 replies - 1 through 2 (of 2 total)
  • 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)) {

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘broken my site’ is closed to new replies.