<?php while ( have_posts() ) : ?>
<?php
the_post();
$product=wc_get_product(get_the_ID());
?>
<div class="slider-nav">
<?
$kar=get_post_meta($product->get_id(),'_product_image_gallery',true);
$im=wp_get_attachment_image_src($kar,'medium');
?>
<?foreach($im as $vv):?>
<div>
<img src="<?=$vv[0];?>" width="<?=$vv[1] ;?>" height="<?=$vv[2];?>">
</div>
<?endforeach?>
</div>
просто id