';
$html .= sprintf(
'
',
$fullimage,
$image,
$image_link
);
foreach( $attachment_ids as $attachment_id ) {
$imgfull_src = wp_get_attachment_image_src( $attachment_id,'full');
$image_src = wp_get_attachment_image_src( $attachment_id,'shop_single');
$html .= '
';
}
$html .= '
';
echo apply_filters(
'woocommerce_single_product_image_html',
$html,
$post->ID
);
} else {
echo apply_filters( 'woocommerce_single_product_image_html', sprintf( '