';
}
if ( ! empty( $attachment_ids ) && count( $attachment_ids ) > 1 ) {
$uniqid = uniqid();
$output .= '
';
foreach ( $attachment_ids as $attachment_id ) {
$product_img = wp_get_attachment_image_src( $attachment_id, $image_size );
if ( 'enable' == $ult_dls_01_settings['lazy_images'] ) {
$src = UAVC_URL . 'assets/img/loader.gif';
} else {
$src = $product_img[0];
}
$output .= '
';
}
$output .= '
';
} else {
$product_img = wp_get_attachment_image_src( get_post_thumbnail_id( $product_id ), $image_size );
if ( 'enable' == $ult_dls_01_settings['lazy_images'] ) {
$src = UAVC_URL . 'assets/img/loader.gif';
} else {
$src = $product_img[0];
}
$output .= '
';
}
if ( 'expandable' !== $ult_dls_01_settings['quick_view_style'] ) {
$output .= '
';
} else {
$output .= '
';
}
ob_start();
do_action( 'woocommerce_single_product_summary' );
$output .= ob_get_clean();
$output .= '
';
$output .= '
';
if ( 'expandable' !== $ult_dls_01_settings['quick_view_style'] ) {
$output .= '