Nice I made it work. However I cannot display the price the same way.
I tried
$eshop_product=maybe_unserialize(get_post_meta($id, ‘_eshop_product’,’true’));
$eshop_product[‘eshop_price[1]’]
But apparently eshop_price[1] is not the good value.
Would you have an idea?