Single product page
-
Hello,
fatal error…
content/plugins/woo-poly-integration-master/src/Hyyan/WPI/LocaleNumbers.php on line 97
In LocaleNumbers.php file need
$retval = $a->format($input, \NumberFormatter::TYPE_DOUBLE);
Replace to
$retval = $a->format(floatval($input), \NumberFormatter::TYPE_DOUBLE);
- The topic ‘Single product page’ is closed to new replies.