MND13
Results
1
issues of
MND13
Hi, i have the same issue as this https://stackoverflow.com/questions/29635202/woocommerce-downloadable-files-disappear-after-database-restore I have applied the updated code $wc_api->products->update( $product_id, array('title'=>$name,'downloads'=>array(array('name'=>$name,'file'=>$newURL)))); so mine looks like this: ``` while($row = $result->fetch_assoc()) { $product_id =...