<?php $i=1;
$attachment_ids = $product->get_gallery_attachment_ids();
foreach( $attachment_ids as $attachment_id )
{
//echo Image instead of URL
if($i==1) {
echo wp_get_attachment_image($attachment_id, 'full');
}
$i++; }
?>bu şekilde çözebilirsin hocam