A non-numeric value encountered in …
-
I got these warning in error log: PHP Warning: A non-numeric value encountered in /home/cumparok/public_html/wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php
for the line
$product_data['price_forced'] = wc_format_localized_price( wc_get_price_excluding_tax($product,array('price'=> $product->get_price())) * (100+$tax_rates[1]['rate'])/100); $product_data['regular_price_forced'] = wc_format_localized_price(wc_get_price_excluding_tax($product, array('price'=> $product->get_regular_price())) + (100+$tax_rates[1]['rate'])/100);
I think this warning appears from products without price, but can’t guarantee.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘A non-numeric value encountered in …’ is closed to new replies.