• Resolved pedroege

    (@pedroege)


    All website pages show the Notice: A non well formed numeric value encountered in …../public_html/wp-content/plugins/woocommerce-product-addon/inc/prices.php on line 732

    The function is:
    // Get total cart_fee price of given Price Array
    function ppom_price_get_cart_fee_total($price_array) {
    $total_cart_fee = 0;
    if($price_array) {
    foreach( $price_array as $price ) {
    if( $price[‘apply’] == ‘cart_fee’ )
    $total_cart_fee += $price[‘price’];
    }
    }
    return $total_cart_fee;
    }

    • This topic was modified 4 years, 2 months ago by pedroege.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Notice: A non well formed numeric value encountered in woocommerce-product-addon’ is closed to new replies.