• Resolved manishverma

    (@manishverma)


    Hi Woocommerce,
    I am getting the following error please help me out

    php 7.2.22
    Version 3.7.0

    A non-numeric value encountered on plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php at line 254

    foreach ( $this->report_data->full_refunds as $key => $order ) {
    $this->report_data->full_refunds[ $key ]->net_refund = $order->total_refund – ( $order->total_shipping + $order->total_tax + $order->total_shipping_tax );
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support EtienneP a11n

    (@etiennep)

    Hi there!

    This kind of problem is usually caused by a conflict with another plugin.

    The best way to determine if the issue is being caused by a plugin is to temporarily disable all plugins except for WooCommerce.
    If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to disable all plugins while you’re logged in to that session without affecting normal visitors to your site.

    If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict.

    I hope this helps!

    Plugin Support EtienneP a11n

    (@etiennep)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    • This reply was modified 5 years, 5 months ago by CyberChimps.
    • This reply was modified 5 years, 5 months ago by CyberChimps.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A non-numeric value encountered’ is closed to new replies.