Seasonal – check availability
Farm-fresh, naturally ripened Romania Apple Mango mangoes from Pavana Vatika Orchards, Karnataka — chemical-free and carbide-free.
Crisp-sweet table eating, Juicy snacking, Distinct apple-mango character
Farm source: Pavana Vatika Orchards, Chintamani, Karnataka — naturally ripened, chemical-free.
Ripen at room temperature if needed. Once ripe, refrigerate and consume within a few days.
Pan-India delivery from Pavana Vatika Orchards, Karnataka. Delivery timelines are shown at checkout based on your pincode.
Good
It was an XPERIENCE to be honest.. i had never heard of mangoes that look like apple and when it was delivered to me it was a very enriching experience. The skin of the fruit was so thin that i could just bite into the fruit and relish it brushing aside any fear of pesticides given the fact that the mangoes are grown organically and chemical free.
Had a lovely time with me sharing the mangoes with other friends and neighbours too.
Some of the mangoes around (3-4) were over ripe, this made it taste different (not so good) as others.
Fresh mangoes are seasonal. Check availability on this page or use Notify Me when out of season.
Yes. SooperMango mangoes are naturally ripened — no carbide — at our Karnataka orchard.
Mangoes are graded, packed and shipped from our farm with care. Delivery timelines appear at checkout.
Keep unripe fruit at room temperature. Refrigerate once ripe. See our ripening tips for details.
". print_r($results->fetch_object(),true).""); while($obj = $results->fetch_object()) { //calculate average rating $res3 = $mysqli->query("SELECT review_created_on,review,rating,customers.name,orders.shipping_address from orders_items left join orders on orders_items.order_id=orders.id left join customers on orders.customer_id = customers.id where orders_items.product_id='$obj->id' and review is not null order by rating DESC, review_created_on DESC"); $objecti = array(); $dd = 0; while($obj1 = $res3->fetch_object()) { $objecti[] = $obj1; $dd = $dd + $obj1->rating; } $cnt_objecti = count($objecti); //to calculate average $avg_rating = $dd/$cnt_objecti; if (!isset($avg_rating) || empty($avg_rating) || is_nan($avg_rating) == TRUE) { $avg_rating = 0; } $rat = ' '; if ($obj->availability == '0') { $disable = 'disabled'; $avail = 'Out of Stock'; } else { $disable = ''; $avail = 'Available'; } $select_html2 = []; $more_pid = (int) $obj->id; $stmt_pp_more = $mysqli->prepare('SELECT id, price, size, unit FROM product_price WHERE product_id = ? ORDER BY price DESC'); if ($stmt_pp_more) { $stmt_pp_more->bind_param('i', $more_pid); $stmt_pp_more->execute(); $results2 = $stmt_pp_more->get_result(); while ($obj2 = $results2->fetch_object()) { $select_html2[] = ''; } $stmt_pp_more->close(); } $select_html = ''; $more_category = sooper_product_category((string) $obj->product_slug, (string) $obj->product_name); $delivery_line = sooper_product_delivery_line(isset($obj->delivery_date) ? (string) $obj->delivery_date : '', $more_category); $delivery_html = $delivery_line !== '' ? '
' . $delivery_line . '
' : ''; $lazy_more = ($counter > 1) ? 'lazy' : 'eager'; $img_alt_more = htmlspecialchars($obj->product_name . ' – SooperMango mango product', ENT_QUOTES, 'UTF-8'); $more_img_src = sooper_resolve_product_thumb((string) $obj->product_img_name); $more_img_tag = sooper_picture_html($more_img_src, [ 'class' => 'product-card-img', 'width' => 320, 'height' => 240, 'alt' => $obj->product_name . ' – SooperMango mango product', 'loading' => $lazy_more, ]); $products_item .= <<