JGBS60 DEK3 BB parts
No products were found matching your selection.
function add_product_image( $product_name, $item ) {
$product_id = $item['product_id'];
$product_image = wp_get_attachment_image_src( get_post_thumbnail_id( $product_id ) );
echo $product_name;
?>