';
}
$product_img = wp_get_attachment_image_src( get_post_thumbnail_id( $product_id ), $image_size );
if ( 'enable' == $ult_dls_04_settings['lazy_images'] ) {
$src = UAVC_URL . 'assets/img/loader.gif';
} else {
$src = $product_img[0];
}
$output .= '
';
if ( 'expandable' !== $ult_dls_04_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_04_settings['quick_view_style'] ) {
$output .= '