“Black Moschino” has been added to your basket. View basket
“Red Moonbag” has been added to your basket. View basket
“Pink Moschino” has been added to your basket. View basket
“Yellow Round Moschino” has been added to your basket. View basket
“Yellow Love Moschino” has been added to your basket. View basket
get_id() ) ) {
$attachment_ids[0] = get_post_thumbnail_id( $product->get_id() );
$attachment = wp_get_attachment_image_src( $attachment_ids[0], 'full' );
$attachment_alt = get_post_meta( $attachment_ids[0], '_wp_attachment_image_alt', TRUE);
$attachment_title = get_the_title( $attachment_ids[0] );
?>
get_gallery_image_ids();foreach( $product_image_ids as $product_image_id ) {
$image = wp_get_attachment_image_src( $product_image_id, 'full' );
$image_alt = get_post_meta( $product_image_id, '_wp_attachment_image_alt', TRUE);
$image_title = get_the_title( $product_image_id );
echo '
';
}
}
// Closing div found in Close Summary Wrap element
?>