SyntaxFix
Write A Post
Hire A Developer
Questions
This should do the trick:
<?php $product_meta = get_post_meta($post_id); echo wp_get_attachment_image( $product_meta['_thumbnail_id'][0], 'full' ); ?>
You can change the parameters according to your needs.