<?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($rr,'medium');
?>
<?foreach($im as $vv):?>
<div>
<img src="<?=$vv?>">
</div>
<?endforeach?>