Bora Bora, Bandra Talao, Bandra West, Western Suburbs (2024)

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (1)

` }).join('') }

` $(".all_res_images").html(sliderElement); if(data.data.data.hasOwnProperty(1)){ const resImageView = `

View photos

` $(".all_res_images").append(resImageView); } $.fn.andSelf = function() { return this.addBack.apply(this, arguments); } const resSlideIcon = [] resSlideIcon.push("

","

") $(".res_owl_carousel").owlCarousel({ loop: false, navRewind: false, items: 1, nav: true, navText: resSlideIcon }); $(".res_slide").click(function(){ lazyload(); }) } // $.each(data.data.data, function(key, element) { // const imageBox = ` //

// // // //

// ` // $(".all_res_images .res_owl_carousel").trigger("add.owl.carousel", [`${imageBox}`]).trigger("refresh.owl.carousel"); // }); // if(data.data.data.hasOwnProperty(1)){ // const resImageView = ` //

// // View photos //

// ` // $(".all_res_images").append(resImageView); // $(".owl-controls").css({"display": "block"}) // } }, error: function (error) { console.log(error); } }) } resImages(); // $.fn.andSelf = function() { // return this.addBack.apply(this, arguments); // } // const resSlideIcon = [] // resSlideIcon.push("

","

") // $(".res_owl_carousel").owlCarousel({ // loop: true, // items: 1, // nav: true, // navText: resSlideIcon // }); // $(".res_slide").click(function(){ // lazyload(); // }) });

4.2/5 | 21 Reviews

Bandra Talao, Bandra West, Western Suburbs |

View all outlets

Bora Bora (10 Outlets)

Open from 12:00 PM - 01:30 AM

Monday

12:00 PM - 01:30 AM

Tuesday

12:00 PM - 01:30 AM

Wednesday

12:00 PM - 01:30 AM

Friday

12:00 PM - 01:30 AM

Saturday

12:00 PM - 01:30 AM

Sunday

12:00 PM - 01:30 AM

About

Menu

Photos

Reviews

Payeazy

Discount Calculator

Know your exact savings after applying the restaurant and payment offers.

Calculate your exact discount

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (3)

Sample Bill (Approx Discount)

Total Bill

4000

Eazydiner Discount

How?

Restaurant Offer

- ₹1000

Payment Offer

- ₹500

- ₹1500

You Paid

2500

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (4)

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (5)

Back

Bill Calculator

Enter Total Bill

(₹ 1500 for two approx)

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (6)

Restaurant Offer

(How to Avail)

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (7)

Book a table and get this offer on restaurant.

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (8)

Payment Offer

(How to Avail)

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (9)

Get bill and Avail this offer on Eazydiner app

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (10)

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (11)

Enter minimum bill value of ₹100

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (12)

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (13)

Wohoo! You will save approx 2550

Total Bill

4000

Restaurant offer

- ₹2000

Payment offer

- ₹500

You Paid

1500

Your Saving

2500

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (14)

Note : This bill doesn’t include alcohol price and taxes.

Restaurant Offer

Select Payment Offer

Direction

155, Caravan Serai Building, Waterfield Road, Bandra Talao, Bandra West, Mumbai

Restaurant Features

Home Delivery Alcohol Served Smoking area Take-away Outdoor Seating Live Music Live Sports Screening Karaoke DJ New Year

`); } else if (data?.restaurant_offers?.length) { data?.restaurant_offers?.map(function(res_offer, index) { // console.log(res_offer, index); $('._res_offer_wrapper_container').append(`

${res_offer?.tag && res_offer?.tag?.toLowerCase().includes('prime') ? '

Prime Exclusive

' : ''}

${res_offer?.title ? res_offer.title : ''}

`); }) } if (!data?.payment_offers) { $('._payment_offer_wrapper_container').append(`

No offers found

`); } else if (data?.payment_offers?.length) { data?.payment_offers?.map(function(pay_offer, index) { // console.log(pay_offer, index); $('._payment_offer_wrapper_container').append(`

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (15)

${pay_offer?.title ? pay_offer?.title : ''}

${pay_offer?.description ? pay_offer?.description : ''}

${pay_offer?.calculation?.min_transaction_amt ? `Min. bill of ₹${ pay_offer?.calculation?.min_transaction_amt}` : ''}

`); }) } if (data?.total_bill) { $('#bill_calculator_popup ._cost_for_two_text').text( `(Cost for two approx ₹${data?.total_bill})`); } // data?.payment_offers?.map(function(pay_offer, index) { // console.log(pay_offer, index); // $('._payment_offer_wrapper_container').append(` // `); // }) setTimeout(() => { // console.log('clicking ...website'); $('#bill_calculator_popup .enter_total_bill').focus(); $($('._res_offer_wrapper_container').find('.select_offer')[ 0]).click(); // $($('._payment_offer_wrapper_container').find('.select_offer')[0]).click() }, 300); }, error: function(error) { console.log(error); } }) }); // $('.discount_section_how').on('mouseover', function(e) { // console.log("on focus", $(this)); // $(this).find('._tooltip').removeClass('hidden'); // }); $('.discount_section_how').on('click', function(e) { $('.discount_section_how').siblings('._tooltip').toggleClass('_hidden'); }) $(document).click(function(e) { if (!$('.discount_section_how').is(e.target) && $('.discount_section_how').has(e.target) .length == 0) { // outside the how section // console.log("outside the how section"); if (!$('.discount_section_how').siblings('._tooltip').hasClass('_hidden')) { $('.discount_section_how').siblings('._tooltip').addClass('_hidden') } } }); $(document).on("click", ".more_less", function() { $(".about_content").toggleClass("about_content_show"); $(".buffet_about").toggleClass("flex-column"); if ($(this).text() == "Read More") { $(this).text("Read Less"); } else { $(this).text("Read More"); } }); // $(".buffet_date_select").change(function(){ // const selectedDate = new Date($(this).val()); // const fullDate = moment(selectedDate).format("DD MMM, YYYY") + " " + "(" + moment(selectedDate).format("dddd") + ")" // $(".full_date_val").text(fullDate); // // const months = ["January","February","March","April","May","June","July","August","September","October","November","December"]; // // const weekday = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']; // // console.log("Months: " + months[selectedDate.getMonth()]); // // console.log("Day: " + weekday[selectedDate.getDay()]); // // console.log("Year: " + selectedDate.getFullYear()); // $(".filter_toogle_main").toggleClass("filter_toogle"); // }) function bufertFun(urlRequest, dateRequest) { $.ajax(urlRequest + `?date=${dateRequest}`, { type: 'GET', success: function(data) { $(".buff_load_data, .error_buffet, .buff_load_data").addClass("hidden-notImp"); $(".buffet_append").append(data); }, error: function(error) { $(".error_buffet").removeClass("hidden-notImp"); $(".buff_load_data").addClass("hidden-notImp"); $(".error_buffet").text(error.responseJSON.message); } }) $(".buffet_append").html(""); $(".buff_load_data").removeClass("hidden-notImp"); $(".error_buffet").addClass("hidden-notImp"); } $(".buffet_date_select").Zebra_DatePicker({ container: $(".calen_main"), direction: true, format: "d M, Y", onSelect: function(dateSelected) { const nativeDate = new Date(dateSelected); const weekdays = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' ]; const fullDate = dateSelected + " " + "(" + weekdays[nativeDate.getDay()] + ")"; $(".full_date_val").text(fullDate); $(".filter_toogle_main").toggleClass("filter_toogle"); $(".buff_load_data").removeClass("hidden-notImp"); const resquestDate = moment(dateSelected).format("YYYY-MM-DD") bufertFun($(".buff_price_btn").attr("data-urlbuffet"), resquestDate); } }); $(".date_time_main").click(function() { $(".buffet_date_select").click(); $(".filter_toogle_main").toggleClass("filter_toogle"); }) $(".buff_price_btn").click(function() { bufertFun($(this).attr("data-urlbuffet"), $(this).attr("data-date")); $(".full_date_val").text($(".buff_price_btn").attr("data-dateformat")); }) // $(".buffet_date_select").focus(function(){ // // $(".buffet_date_select").click(); // $(".filter_toogle_main").toggleClass("filter_toogle"); // }); // $(".buffet_date_select").focusout(function(){ // $(".filter_toogle_main").removeClass("filter_toogle"); // $(".buffet_date_select").click(); // }) // $(".popup-overlay").click(function(){ // $(".filter_toogle_main").toggleClass("filter_toogle"); // }) });

Bora Bora, Bandra Talao, Bandra West, Western Suburbs (2024)
Top Articles
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated:

Views: 5765

Rating: 4.2 / 5 (63 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.