All Seems fine now, Thank you!
I’ve found a temp fix:
On the file –
cost-of-goods-for-woocommerce/includes/class-alg-wc-cog-products.php
In line 421,422-
$min = (float)current( $data );
$max = (float)end( $data );
add to line 443:
// temp fix start
$cost = (float)$cost;
$min = (float)$min;
$price = (float)$price;
// temp fix end
-
This reply was modified 5 years, 1 month ago by artipixel.
-
This reply was modified 5 years, 1 month ago by artipixel.