Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter tdebruin

    (@tdebruin)

    Hi Patrick,

    Is it me, or are those two lines exactly the same?

    Tom

    🙂 Woops… should be changed in:
    $_POST[‘price’] = wc_format_decimal($_POST[‘price’]);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Second price is always wrong’ is closed to new replies.