Ops, is when you have select only one disabled day…. Ok, next update fix this.
Thanks for report
Solved, check 1.3.3 version
@danielriera unfortunately latest update does not fix the issue, we also experience endless loop and “PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 262144 bytes)” in the end.
We tried to fix it on our own and updated line 277 like this
OLD: if($iteration == $daysToAdd) {
NEW: if($iteration >= $daysToAdd) {
Now plugin is working again, please consider this in next release π
Hi @pineparks sorry for this problem, can you provide me with your configuration?
I’ve done the updates but I’m getting the same error. On the single product page I get the following error:
Fatal error: Allowed memory size of XXXX bytes exhausted (tried to allocate YYYY bytes) in β¦ plugins/estimated-delivery-for-woocommerce/estimated-delivery-woocommerce.php on line 281
Hi! Sorry, please check 1.3.4 version published now