Forums
(@pthomas3)
2 years, 4 months ago
Same here, Seems to be a combination of WordPress core 6.1 and Woocommerce. The datepicker styling is broken.
10 years, 6 months ago
?? Woops… should be changed in: $_POST[‘price’] = wc_format_decimal($_POST[‘price’]);
10 years, 7 months ago
Dear Tom,
Change line 201 in name_price_wc_plugin.php:
$_POST[‘price’] = woocommerce_format_total($_POST[‘price’]); should be:
$_POST[‘price’] = woocommerce_format_total($_POST[‘price’]);
Hope this helps, Kind regards, Patrick