Fatal Error
-
CSV export fails if a deleted product ID exists in the stock_log table.
woocommerce-stock-manager.php line 484. not sure what version i’m on, so might vary.if ($latestdate <> "") { $product = wc_get_product( $res['product_id'] ); echo "\"".$product->get_title() ."\",\"". $product->get_sku() . "\",\"" . $res['product_id']."\",\"".$latestdate ."\",\"".$latestdateqty ."\"\r\n"; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fatal Error’ is closed to new replies.