ok, i found the solution in the core of plugin.
Woocommerce manage field ‘_product_image_gallery’ with id of images separatly for comma.
$list_id = "444,555";
update_post_meta($post_id,'_product_image_gallery',$list_id);
Thanks
-
This reply was modified 8 years, 6 months ago by leanwitzke.