php - Adding Data to woocommerce from external plugin -


i creating plugin import data api , add woocommerce external product. successful in adding data coupon code, expiry, title unable add external url.

below code adding product url.. how can add external url affiliate product..

update_post_meta( $pid, '_product_url', $v['link'] ); 

i not developing plugin scratch. plugin post want modify woocommerce..


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -