• I love your plugin, but I got error log: PHP Fatal error: Uncaught DivisionByZeroError: Division by zero
    after checking your code, in the wpc-free-shipping-bar.php:523
    which is : $percent = 100 – ( $remaining / $free_shipping_min_amount ) * 100;
    and the $free_shipping_min_amount = $free_shipping[‘min_amount’] ?? 0;

    it has possibility to have an error calculation.

    please update it as soon as possible

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this review.