get_product();
$bundled_post = get_post(yit_get_base_product_id($bundled_product));
$quantity = $bundled_item->get_quantity();
?>
get_image()); ?>
get_title()); ?>
has_enough_stock($quantity) && $bundled_product->is_in_stock()) :
echo '
' . esc_html__('In stock', 'elessi-theme') . '
';
else :
echo '
' . esc_html__('Out of stock', 'elessi-theme') . '
';
endif;
?>