Smokin' Joe's Pizza & Grill (2024)

Our menu

  • Deals
  • Traditional Pizzas
  • Gourmet Pizzas
  • Half/Half
  • Pasta
  • Risotto
  • Sides
  • Grill
  • Parma
  • Salads
  • Desserts
  • Drinks

'; } $.each(data, function(key, value){ checked=''; active=''; counter++; if(counter == 1){ padding = 'padding-right:15px; padding-left:0px;'; }else{ padding = 'padding-right:0px; padding-left:15px;'; counter = 0; } if(!isMultiple){ if(value.default_item_option_id == value.id){ checked = 'checked'; active = 'https://deliverit-online-resources-prd.s3.ap-southeast-2.amazonaws.com/templates/template4/img/icon-check.png'; } input_type = "radio"; } else{ input_type = "checkbox"; } var price_txt = (value.item_price > 0) ? ' - $' + value.item_price : ''; item_option_html += '

' +'' +'' +'

'; }); if(isMultiple){ item_option_html += '

'; } $(item_option_html).appendTo(io); } if(load_once){ $(".add-button-popup").live("click", function(){ var parent_div = $(this).closest('li').attr('id'); var parent_div_class = $(this).closest('li').attr('class'); var plu = $(this).attr('ref'); $("#"+ parent_div +" #toppings_left").hide(); $(".popup-orig-price").html('0'); $(".popup-item-price").html(''); var t = 0; $("#"+ parent_div +" .input-group-label").each(function() { if($(this).hasClass('active')){ t = 1; } }); if(t == 0){ $("#"+ parent_div +" .input-group-label").each(function() { $(this).addClass('active'); return false; }); } if($("#"+ parent_div +" .item-option-radio-list[multiple-io]").length > 0){ $("#"+ parent_div +" .item-option-radio-list[multiple-io]").each(function(){ if($(this).siblings(".input-group-label").hasClass("active")){ $(this).siblings(".input-group-label").removeClass("active"); } }); } var popup_price = $("#"+ parent_div +" .active #popup-price").html(); var hide_toppings = $("#"+ parent_div +" .active").attr('hide_toppings'); var active_plu = $("#"+ parent_div +" .active").parent().find('.radio-button-popup').attr('plu'); $("#"+ parent_div + " .modal-footer .qty").html('1'); $("#"+ parent_div + " .popup-item-price").html(popup_price); if(hide_toppings == 0){ get_condiments(active_plu, parent_div, "", "", ""); } get_item_option(parent_div); }); } $(".qty-btn-popup").live("click", function(){ var parent_div = $(this).closest('li').attr('id'); var popup_price = $("#"+ parent_div +" .active #popup-price").html(); if(popup_price){ popup_price = parseFloat(popup_price.replace('$', '')); var popup_qty = $(this).parent().find('.qty').html(); var toppings_price = $("#"+ parent_div +" .popup-orig-price").html(); toppings_price = parseFloat(toppings_price.replace('$', '')); var total_price = parseFloat(popup_price) * parseInt(popup_qty); var toppings_toppings_price = parseFloat(toppings_price) * parseInt(popup_qty); var upsell_total = 0; $("#"+parent_div+" .upsell-item-chkbox:checked").each(function(){ var upsell_price = parseFloat($(this).data("price")); upsell_total += upsell_price; }); total_price = total_price + toppings_toppings_price + upsell_total; $(this).parent().parent().parent().find('.popup-item-price').html("$"+total_price.toFixed(2)); get_item_option(parent_div); } }); $(".item-option-radio-list").live("click", function(){ var parent_div = $(this).closest('li').attr('id'); var multiple_io = $(this).attr('multiple-io'); var mio_id = $(this).attr('mio-id'); if(typeof multiple_io === "undefined" || multiple_io === false){ $('#'+ parent_div +' .item-option-radio-list').attr('checked', false); $(this).attr('checked', true); } else{ var min_io = $(this).attr('min-io'); var max_io = $(this).attr('max-io'); if($("#"+parent_div+" [name='"+$(this).attr('name')+"']:checked").length >= min_io){ $(this).parent().parent().css({"padding":"", "border":""}); } if(max_io == 1 && $("#"+parent_div+" [name='"+$(this).attr('name')+"']:checked").length > 1){ $("#"+parent_div+" [name='"+$(this).attr('name')+"']").attr('checked', false); $(this).attr('checked', true); } else if($("#"+parent_div+" [name='"+$(this).attr('name')+"']:checked").length > max_io){ $("#"+last_io_selected[mio_id]).attr('checked', false); } last_io_selected[mio_id] = $(this).attr('id'); } checked_io($(this), "template4"); get_item_option(parent_div); }); $(".menu-option-radio-list").live("click", function(){ // code for the new settings called customise_popup var group_id = $(this).attr('ref'); var menu_id = $(this).attr('menu-id'); var plu = $(this).attr('plu'); var old_plu = $(this).siblings('.input-group-label').hasClass('active') var hide_toppings = $(this).siblings('.input-group-label').attr('hide_toppings'); var parent_div = $(this).closest('li').attr('id'); var qty = $("#"+ parent_div + " .qty").html(); var io = $("#"+ parent_div + " .item-option-radio"); $("#"+ parent_div +" #toppings_left").hide(); var default_toppings = $("#"+parent_div+" .current-toppings-checkbox").map(function(){ return $(this).attr("plu"); }).get(); var current_toppings = $("#"+parent_div+" .current-toppings-checkbox:checked").map(function(){ return $(this).attr("plu"); }).get(); var extra_toppings = $("#"+parent_div+" .extra-toppings-checkbox:checked").map(function(){ return $(this).attr("plu"); }).get(); if(old_plu == false){ if(plu){ if(hide_toppings == 0){ get_condiments(plu, parent_div, current_toppings, extra_toppings, default_toppings); }else{ $("#"+ parent_div + " .popup-condiments").hide(); $("#"+ parent_div + " .popup-toppings").empty(); } } $(".popup-item-price").html(''); $("#"+ parent_div + " .popup-orig-price").html('0'); var popup_price = $(this).siblings('.input-group-label').children('#popup-price').html(); popup_price = parseFloat(popup_price.replace('$', '')); var upsell_total = 0; $("#"+parent_div+" .upsell-item-chkbox:checked").each(function(){ var upsell_price = parseFloat($(this).data("price")); upsell_total += upsell_price; }); var total_price = (parseFloat(popup_price) * parseInt(qty)) + upsell_total; $("#"+ parent_div + " .popup-item-price").html('$' + total_price.toFixed(2)); } // for the icon checked besides the label of radio button $(this).parent().parent().find('.check-img-popup').attr('src',""); $(this).parent().parent().find('.input-group-label').removeClass('active'); $(this).siblings('.input-group-label').children('.check-img-popup').attr("src","https://deliverit-online-resources-prd.s3.ap-southeast-2.amazonaws.com/templates/template4/img/icon-check.png"); $(this).siblings('.input-group-label').addClass('active'); //fix for safari img shown as broken image $(this).parent().parent().find('.check-img-popup').css('visibility',"hidden"); $(this).siblings('.input-group-label').children('.check-img-popup').css('visibility',"visible"); $("#"+parent_div+' input[name="menu-item-option-radio-'+group_id+'"]').attr('checked', false); $(this).attr('checked', true); $("#" + group_id).attr('ref', $(this).val()); if(old_plu == false){ $('#'+ parent_div + '.item-option-radio-menu').hide(); $("#"+parent_div+" .radio-button-popup").attr('disabled','disabled'); // to prevent multiple item option when radio button is spammed if (io) { io.empty(); $.ajax({ url: 'core/ajax/item_options.php', type: "POST", data: { "plu": plu }, dataType: 'json', success: function (data) { // For item-options that was hidden because of no item option on default size // We need to show it else hide if no data was returned if(Object.keys(data).length >= 1 && data){ $('#'+ parent_div + ' .item-option-radio-menu').show(); $(io).fadeIn(0); if(data.hasOwnProperty('multiple_io')){ delete data['multiple_io']; var io_ctr = 1; $.each(data, function(key, value){ item_option_list(value, group_id, menu_id, io, true, key.trim(), io_ctr); io_ctr++; }); } else{ item_option_list(data, group_id, menu_id, io, false, "", 0); } }else{ $('#'+ parent_div + ' .item-option-radio-menu').hide(); } if (!$("#"+parent_div+" input[name=item-option-radio-"+group_id+"]:checked").val()) { // if no item option is checked, we make the first item the default //fix for safari img shown as broken image $("#"+parent_div+" input:radio[name=item-option-radio-"+group_id+"]:not(:disabled):first").attr('checked', true); $("#"+parent_div+" input:radio[name=item-option-radio-"+group_id+"]:not(:disabled):first").siblings(".input-group-label").children('.check-img-popup').attr("src","https://deliverit-online-resources-prd.s3.ap-southeast-2.amazonaws.com/templates/template4/img/icon-check.png").css('visibility',"visible"); $("#add-popup-"+group_id+"-"+menu_id).find("input:not(:checked)").siblings(".input-group-label").find(".check-img-popup").css('visibility',"hidden"); } $("#"+parent_div+" .radio-button-popup").attr('disabled', false); }, complete: function (data) { get_item_option(parent_div); // Reset Styles for WEB-573 Line separation on the item modal $('#'+ parent_div + ' .item-option-radio-menu').css("border-bottom", "none"); $('#'+ parent_div + ' .popup-current-toppings').css("border-top", "none"); $('#'+ parent_div + ' #extra-toppings').css("border-top", "none"); var line_chk_01 = $('#'+ parent_div +' .menu-item-option-popup').children().length > 0; var line_chk_02 = $('#'+ parent_div +' .item-option-radio-menu').children().length > 0; var line_chk_03 = $('#'+ parent_div + ' .popup-current-toppings').children().length > 0; var line_chk_04 = $('#'+ parent_div + ' #extra-toppings').children().length > 0; if(line_chk_01 == true && $('#'+ parent_div + ' .item-option-radio-menu').length > 0) { $('#'+ parent_div + ' .item-option-radio-menu')[0].style.setProperty("border-top", "1px solid #00000038", "important"); } if((line_chk_01 || line_chk_02) && $('#'+ parent_div + ' .popup-current-toppings').length > 0) { $('#'+ parent_div + ' .popup-current-toppings')[0].style.setProperty("border-top", "1px solid #00000038", "important"); } if((line_chk_01 || line_chk_02 || line_chk_03) && $('#'+ parent_div + ' #extra-toppings').length > 0) { $('#'+ parent_div + ' #extra-toppings')[0].style.setProperty("border-top", "1px solid #00000038", "important"); } if((line_chk_01 || line_chk_02 || line_chk_03 || line_chk_04) && $('#'+ parent_div + ' .upsell-header').length > 0) { $('#'+ parent_div + ' .upsell-header')[0].style.setProperty("border-top", "1px solid #00000038", "important"); } } }); } } }); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } var items = {}; var free_toppings_list = []; function calculateItems() { var total = 0; for (var plu in items) { total += items[plu]; } return total; } if(load_once){ $(".extra-toppings-checkbox").live('change', function () { var parent_div = $(this).closest('.modal-popup').closest('li').attr('id'); var popup_price = $("#"+ parent_div +" .popup-item-price").html(); var toppings_price = $("#"+ parent_div +" .popup-orig-price").html(); var qty = $("#"+ parent_div + " .qty").html(); var counter_free_extras = parseInt( $("#"+ parent_div +" #num-free-toppings").html()); var max_toppings; var num_free_extra = 0; var price = 0; if($("#"+ parent_div +" #max_toppings").length){ max_toppings = $("#"+ parent_div +" #max_toppings p").html(); }else{ max_toppings = 12; } if($("#"+ parent_div +" #num-free-toppings").length){ num_free_extra = $("#"+ parent_div +" #num-free-toppings").html(); num_free_orig = $("#"+ parent_div +" #num-free-orig").html(); } var plu = $(this).attr('plu'); var cur_toppings = $("#"+parent_div+" .extra-toppings-checkbox:checked").length; //will happen if there is no set limit var remaining_ = max_toppings - cur_toppings; // the text is valid since it always being updated by priceBase function // PREVENT ADDING MORE ITEMS if (remaining_ < 0) { $("#"+ parent_div +" #toppings_left").show().delay(1000).fadeOut(); $("#"+ parent_div +" #toppings_left").html("You have reached the extras limit of "+max_toppings); $(this).prop('checked', false); return false; }else{ $("#"+ parent_div +" #toppings_left").hide(); $("#"+ parent_div +" #toppings_left").html(''); } // Update the price fetching, now respects the order type // Please NOTE that overridden condiment prices will reflect on both pickup/delivery var order_type = 'pickup'; price = $(this).attr('value'); if(!price || price <= 0){ price = order_type == 'pickup' ? $(this).data('sell-shop') : (order_type == 'delivery' ? $(this).data('sell-delivery') : $(this).data('sell-table')); } if($("#"+ parent_div +" #num-free-toppings").length){ if (num_free_extra > 0 && this.checked) { price = 0; $("#"+parent_div+" #num-free-toppings").html(parseFloat(num_free_extra) - 1); $(this).addClass('free_item'); }else if(num_free_extra == 0 && this.checked){ $("#"+parent_div+" #num-free-toppings").html('0'); $(this).removeClass('free_item'); }else if(cur_toppings < num_free_orig){ price = 0; $("#"+parent_div+" #num-free-toppings").html(parseFloat(num_free_extra) + 1); $(this).removeClass('free_item'); } else if(!this.checked) {//Check if the checkbox is uncheck counter_free_extras += 1; } } if(price == null || price == 'undefined' || !price){ price = 0; } var popup_orig = parseFloat($("#"+ parent_div +" .active #popup-price").html().replace('$', '')); if(this.checked){ price = price; }else{ if(counter_free_extras > 0 && num_free_extra <= 0) { $("#"+parent_div+" .toppings-checkbox::checked").addClass("free_item"); } price = '-'+price; } popup_price = parseFloat(popup_price.replace('$', '')); var item_total = 0; var toppings_total = 0; toppings_total = parseFloat(price) + parseFloat(toppings_price); items[plu] = parseFloat(price); $("#"+ parent_div + " .popup-orig-price").html(toppings_total.toFixed(2)); price = (qty) ? (price * qty) : price; item_total = parseFloat(price) + popup_price;//Check if the free extras exceed and it will start add the price of toppings var upsell_total = 0; $("#"+parent_div+" .upsell-item-chkbox:checked").each(function(){ var upsell_price = parseFloat($(this).data("price")); upsell_total += upsell_price; }); if(counter_free_extras > 0 && num_free_extra <= 0) { $("#"+ parent_div + " .popup-item-price").html('$' + (popup_orig+upsell_total).toFixed(2)); } else { $("#"+ parent_div + " .popup-item-price").html('$' + (item_total+upsell_total).toFixed(2)); } if($("#"+ parent_div +" #max_toppings").length){ var counter; if(this.checked){ counter = 1; }else{ counter = '-'+1; } max_toppings = $("#"+ parent_div +" #max_toppings span").html(); var toppings_left = max_toppings - counter; $("#"+parent_div+" #max_toppings span").html(toppings_left); } }); } $(".customise-add-button").click(function () { if($("input[name='storestatus']").val()=='offline'){ $.prompt($('#offline-alert-txt').html()); return; } var menu_id = $(this).closest('#menu_items').attr('data-menuid'); var parent_div = $(this).closest('.modal-popup').closest('li').attr('id'); var modal_div = $(this).closest('.modal-popup').attr('id'); var price = $("#"+ parent_div +" .popup-item-price").html(); price = parseFloat(price.replace('$', '')); var PLU = $(this).attr('ref'); var qty = $("#"+ parent_div +" .qty").html(); option_id=''; var mio_ids = [], mio_msg = [], mio_req = 0; if($("#"+ parent_div +" .item-option-radio-list").length > 0){ $("#"+ parent_div +" .item-option-radio-list").each(function(){ if($(this).is(':checked')){ option_id += (option_id.trim()!="") ? "," : ""; option_id += $(this).attr('ref'); } if(typeof $(this).attr('mio-id') !== "undefined" && $(this).attr('mio_id') !== false){ mio_ids.push($(this).attr('mio-id')); } mio_ids = [... new Set(mio_ids)]; }); if(typeof $("#"+ parent_div +" .item-option-radio-list:first").attr('multiple-io') !== "undefined" && $("#"+ parent_div +" .item-option-radio-list:first").attr('multiple-io') !== false){ var io_div; $.each(mio_ids, function(key, val){ var io_selected = $("#"+parent_div+" .item-option-radio-list[mio-id='"+val+"']:checked").length, io_min = $("#"+parent_div+" .item-option-radio-list[mio-id='"+val+"']:first").attr('min-io'), io_max = $("#"+parent_div+" .item-option-radio-list[mio-id='"+val+"']:first").attr('max-io'), io_name = $("#"+parent_div+" .item-option-radio-list[mio-id='"+val+"']:first").parent().siblings("div.item-option-group-name-"+val).find("p").text(), io_container = $("#"+parent_div+" .item-option-radio-list[mio-id='"+val+"']:first").parent().parent(); io_container.css({"padding":"", "border":""}); if(io_selected < io_min){ io_container.css({"padding":"5px", "border":"1px solid red"}); mio_req++; if(!io_div){ io_div = io_container; } } else if(io_selected > io_max){ mio_msg.push("'"+io_name+"' can't have more than "+io_max); } }); if(mio_req > 0){ $.prompt("Please complete all sections to finish your order"); $("#"+modal_div+" .modal-body").scrollTop(0).scrollTop(io_div.position().top - 25); return false; } if(mio_msg.length > 0){ $.prompt(mio_msg.join("
")); return false; } $("#"+parent_div+" .item-option-radio-list").attr('checked', false); checked_io($("#"+parent_div+" .item-option-radio-list"), "template4"); } else{ var default_io; default_io = $("#"+ parent_div +" .item-option-radio-list:checked").attr('default-io'); if(typeof default_io !== "undefined" && default_io !== false){ $("#"+parent_div+" .item-option-radio-list[ref='"+default_io+"']").attr('checked', true); } else{ $("#"+parent_div+" .item-option-radio-list:not(:disabled):first").attr('checked', true); } checked_io($("#"+parent_div+" .item-option-radio-list:checked"), "template4"); } } var topping_array = new Array(3); var i = 0; var f = free_toppings_list.slice(); // to prevent mutation of the original list f.sort(); $("#"+ parent_div + " .toppings-checkbox").each(function () { if ($(this).hasClass('current_item') || ($(this).hasClass('extra-toppings-checkbox') && this.checked)){ var extra_plu = $(this).attr('plu'); var extra_price = parseFloat(this.value); var unit_price = parseFloat(this.value); var extra_qty = (this.checked == true ? 1 : -1); var is_current = $(this).hasClass('current_item'); var has_chargeable = false; if (!extra_price) { extra_price = 0; } if (!is_current || extra_qty < 0 || extra_qty > 1) { if (is_current && extra_qty > 1) { extra_qty--; } if (is_current && extra_qty < 0) { extra_price = 0; }else if($(this).hasClass('free_item') || is_current){ extra_price = 0; }else{ extra_price = unit_price; } topping_array[i] = new Array(3); topping_array[i][0] = extra_plu; topping_array[i][1] = (extra_qty * qty); topping_array[i][2] = extra_price; i++; // we add it after if (has_chargeable == true) { //increase the counter to prevent overwriting this index topping_array[i] = new Array(3); topping_array[i][0] = extra_plu; topping_array[i][1] = 1; topping_array[i][2] = 0; i++; } } } }); var payload = {"PLU": PLU, "qty": qty, "price": price, "option_id": option_id, "topping_array[]": topping_array, "menu_id" : menu_id}; $.ajax({ url: 'core/mybasket.php', type: "POST", data: payload, success: function (data) { $('#view-basket').html(data); get_cart_total(); if (!$('#free_item_plu').length) { new PNotify({ text: 'Item added to order.', width: "220px", delay: 3000, type: 'success' }); } $("#"+ parent_div + " .popup-orig-price").html('0'); option_id = ''; last_io_selected = []; } }).done(function(){ var upsell_item = {}; var c = 0; $("#"+parent_div+" .upsell-item-chkbox:checked").each(function(i){ var upsell_plu = $(this).attr("data-plu"); var upsell_price = $(this).data("price"); upsell_item[c.toString()] = { "PLU": upsell_plu, "price": upsell_price, "qty": 1, "menu_id": menu_id, "is_upsell": true}; c++; }); if(Object.keys(upsell_item).length > 0) { $.ajax({ url: 'core/mybasket.php', type: "POST", data: $.param(upsell_item), success: function (data) { $('#view-basket').html(data); get_cart_total(); if (!$('#free_item_plu').length) { new PNotify({ text: 'Item added to order.', width: "220px", delay: 3000, type: 'success' }); } } }); } }); }); function get_cart_total(){ $('#cartTotal').load("core/ajax/get_cart_total.php?page="+PAGE_NAME, function(data){ $('#cartTotal, .cartTotal').html('$'+data); }); } $("#promo_button").click(function(){ if($("input[name='storestatus']").val()=='offline'){ $.prompt($('#offline-alert-txt').html()); return; } $('#loading_bar').html("Smokin' Joe's Pizza & Grill (2)"); $('#loading_bar').center(); var PLU = $(this).find("#add-prompt").attr('ref'); var qty = $("#promo_button #"+PLU+"-qty").val(); var price = $("#promo_button #"+PLU+"-price").val(); // greater than 1 because do not include the 1st item, which is :: Please select :: if($("#promotional_content #"+PLU+"-item-option option").length > 1) { var option_id = $("#promotional_content #"+PLU+"-item-option").val(); } var menu_id = $(this).parents("#menu_items").data('menuid'); $.ajax({ url: 'core/mybasket.php', type: "POST", data: { "PLU":PLU, "qty":qty, "price":price, "option_id":option_id, "menu_id":menu_id }, success: function(data){ $('#loading_bar').html(''); get_cart_total(); $('#view-basket').html(data); last_io_selected = []; if (!$('#free_item_plu').length) { new PNotify({ text: 'Item added to order.', width: "220px", delay: 3000, type: 'success' }); } $("#promotional_container").removeClass('active'); } }); }); $(".add-button").click(function(){ var parent_div = $(this).closest('li').attr('id'); var modal_div = $(this).closest('.modal-popup').attr('id'); if($("input[name='storestatus']").val()=='offline'){ $.prompt($('#offline-alert-txt').html()); return; } $('#loading_bar').html("Smokin' Joe's Pizza & Grill (3)"); $('#loading_bar').center(); var PLU = $(this).attr('ref'); if(!isNaN(PLU)){ var qty = $("#"+parent_div).find("#"+PLU+"-qty").val(); var price = $("#"+parent_div).find(+"#"+PLU+"-price").val(); }else{ var qty = $("#"+parent_div+" #"+PLU+"-qty").val(); var price = $("#"+parent_div+" #"+PLU+"-price").val(); } var group_id = $(this).attr('id'); //check if item is from promotional prompt if(qty == null && price == null && $(this).attr('id')=="promo_button"){ var PLU = $(this).find("#add-prompt").attr('ref'); var qty = $("#promo_button #"+PLU+"-qty").val(); var price = $("#promo_button #"+PLU+"-price").val(); // greater than 1 because do not include the 1st item, which is :: Please select :: if($("#promotional_content #"+PLU+"-item-option option").length > 1) { var option_id = $("#promotional_content #"+PLU+"-item-option").val(); } } if($("#"+parent_div+" #menu-"+group_id).length > 0){ price = $("#"+parent_div+" #menu-"+group_id+" option:selected").attr('ref'); qty = $("#"+parent_div+" #qty-"+group_id).val(); if($("#"+parent_div+" .qty-label-popup").length > 0){ // if popup is enabled then we override the qty qty = $("#"+parent_div+" #qty-"+group_id).text(); var price = $("#"+parent_div+' input[name="menu-item-option-radio-'+group_id+'"]:checked').attr('price'); if(qty <= 0){ // if item option only then we override the qty qty = $("#"+parent_div+" #qty-"+PLU).text(); } } } var default_io, mio_ids = [], mio_msg = [], mio_req = 0; if($("#"+ parent_div +" .item-option-radio-list").length > 0){ option_id=""; $("#"+ parent_div +" .item-option-radio-list").each(function(){ if($(this).is(':checked')){ option_id += (option_id.trim()!="") ? "," : ""; option_id += $(this).attr('ref'); } if(typeof $(this).attr('mio-id') !== "undefined" && $(this).attr('mio_id') !== false){ mio_ids.push($(this).attr('mio-id')); } mio_ids = [... new Set(mio_ids)]; }); if(typeof $("#"+ parent_div +" .item-option-radio-list:first").attr('multiple-io') !== "undefined" && $("#"+ parent_div +" .item-option-radio-list:first").attr('multiple-io') !== false){ var io_div; $.each(mio_ids, function(key, val){ var io_selected = $("#"+parent_div+" .item-option-radio-list[mio-id='"+val+"']:checked").length, io_min = $("#"+parent_div+" .item-option-radio-list[mio-id='"+val+"']:first").attr('min-io'), io_max = $("#"+parent_div+" .item-option-radio-list[mio-id='"+val+"']:first").attr('max-io'), io_name = $("#"+parent_div+" .item-option-radio-list[mio-id='"+val+"']:first").parent().siblings("div.item-option-group-name-"+val).find("p").text(), io_container = $("#"+parent_div+" .item-option-radio-list[mio-id='"+val+"']:first").parent().parent(); io_container.css({"padding":"", "border":""}); if(io_selected < io_min){ io_container.css({"padding":"5px", "border":"1px solid red"}); mio_req++; if(!io_div){ io_div = io_container; } } else if(io_selected > io_max){ mio_msg.push("'"+io_name+"' can't have more than "+io_max); } }); if(mio_req > 0){ $.prompt("Please complete all sections to finish your order"); $("#"+modal_div+" .modal-body").scrollTop(0).scrollTop(io_div.position().top - 25); $('#loading_bar').html(''); return false; } if(mio_msg.length > 0){ $.prompt(mio_msg.join("
")); $('#loading_bar').html(''); return false; } $("#"+parent_div+" .item-option-radio-list").attr('checked', false); checked_io($("#"+parent_div+" .item-option-radio-list"), "template4"); } else{ default_io = $("#"+ parent_div +" .item-option-radio-list:checked").attr('default-io'); if(typeof default_io !== "undefined" && default_io !== false){ $("#"+parent_div+" input[name=item-option-radio-"+group_id+"][ref='"+default_io+"']").attr('checked', true); } else{ $("#"+parent_div+" input[name=item-option-radio-"+group_id+"]:not(:disabled):first").attr('checked', true); } checked_io($("#"+parent_div+" .item-option-radio-list:checked"), "template4"); } } var menu_id = $(this).parents("#menu_items").data('menuid'); $.ajax({ url: 'core/mybasket.php', type: "POST", data: { "PLU":PLU, "qty":qty, "price":price, "option_id":option_id, "menu_id":menu_id }, success: function(data){ $('#loading_bar').html(''); get_cart_total(); $('#view-basket').html(data); last_io_selected = []; if (!$('#free_item_plu').length) { new PNotify({ text: 'Item added to order.', width: "220px", delay: 3000, type: 'success' }); } $("#promotional_container").removeClass('active'); } }); }); $(".menu-item-option.form-control").change(function () { var parent_div = $(this).closest('li').attr('id'); var group_id = $(this).attr('ref'); var plu = $(this).val(); $("#customise-" + group_id).attr('ref', $(this).val()); $("#" + group_id).attr('ref', $(this).val()); // we hide the custom button when it has hide-custom attr var hide_custom = $("#"+parent_div+" #menu-" + group_id + " option:selected").attr("hide-custom"); if (hide_custom){ $("#"+parent_div+" #menu-"+ group_id).parent().siblings(".item-add-buttons").children(".customise-page").css("display", "none"); }else{ $("#"+parent_div+" #menu-"+ group_id).parent().siblings(".item-add-buttons").children(".customise-page").css("display", "inline-block"); } var io = $(this).closest("li").find(".item-options"); if (io) { var item_option = io.val(); $(io).attr("id",plu+"-option-id"); io.empty(); $.ajax({ url: 'core/ajax/item_options.php', type: "POST", data: { "plu": plu }, dataType: 'json', success: function (data) { // For item-options that was hidden because of no item option on default size // We need to show it else hide if no data was returned if(data.length >= 1 && data){ $(io).fadeIn(0); var io_ids = data.map(function(key, value) { return key["id"]; }); }else{ var io_ids = []; $(io).fadeOut(0); } var option_selected=""; $.each(data, function (key, value) { //console.log(value.option_id); var price_txt = (value.item_price > 0) ? ' - $' + value.item_price : ''; if(item_option != null && io_ids.includes(item_option)){ option_selected = item_option; } else{ if(value.default_item_option_id == value.id){ option_selected = value.id; } } $('

', { value: value.id, text: value.item_name + price_txt, ref: value.price }).appendTo(io) }); if(option_selected){ io.val(option_selected); } } }); option_id = $(this).closest("li").find(".item-options").val(); } }); if(check_store_stat() == 'offline') { $("#item-buttons .add-button, .item-add-buttons .customise-add-button").live("click", function(){ if (check_store_stat() == "online") { location.reload(); } }); } //if condition end //end Refresh page function }); //Refresh page function when closing modal OOA-1543 function check_store_stat() { var client_code = $("#client_code").val(); var data_status = ""; $.ajax({ type: 'POST', async: false, url: 'core/ajax/check_store_status.php', data: {client_code: client_code}, success: function(data) { data_status = data; } }); //ajax end return data_status; } //function check_store_stat() end function get_item_option(parent_div){ option_id = ''; if($("#"+ parent_div +" .item-option-radio-list").length){ var popup_price = $("#"+ parent_div +" .active #popup-price").html(); if(popup_price){ popup_price = parseFloat(popup_price.replace('$', '')); var item_option_price = 0; var item_option_ref=""; if($("#"+ parent_div +" .item-option-radio-list:checked").length){ $("#"+ parent_div +" .item-option-radio-list:checked").each(function(){ item_option_price += ($(this).val() !== undefined) ? parseFloat($(this).val()) : 0; item_option_ref += (item_option_ref.trim()!="") ? ", " : ""; item_option_ref += $(this).attr('ref'); }); } var toppings_price = $("#"+ parent_div +" .popup-orig-price").html(); toppings_price = parseFloat(toppings_price.replace('$', '')); var popup_qty = $("#"+ parent_div +" .qty").html(); var toppings_toppings_price = parseFloat(toppings_price) * parseInt(popup_qty); item_option_price = item_option_price * parseInt(popup_qty); popup_price = popup_price * parseInt(popup_qty); var upsell_total = 0; $("#"+parent_div+" .upsell-item-chkbox:checked").each(function(){ var upsell_price = parseFloat($(this).data("price")); upsell_total += upsell_price; }); var total_prices = popup_price + toppings_toppings_price + item_option_price + upsell_total; $("#"+ parent_div + " .popup-item-price").html('$' + total_prices.toFixed(2)); option_id = $("#"+ parent_div +" .item-option-radio-list:checked").attr('ref'); } } }

  • Smokin' Joe's Pizza & Grill (4)

    Couple

    $31.90

    2 Small Pizzas + 1 Garlic Bread + 2 Cans Or 600ml Water

    ×

    Couple

    2 Small Pizzas + 1 Garlic Bread + 2 Cans Or 600ml Water

    Choose

    Any Small Traditional Pizza

    Any Small Traditional Pizza

    Garlic Bread

    Can Drinks or Water

    Can Drinks or Water

    • Sml Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (5)

    • Sml Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (6)

    • Sml Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (7)

    • Sml Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (8)

    • Sml Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (9)

    • Sml Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (10)

    • Sml Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (11)

    • Sml Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (12)

    • Sml Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (13)

    • Sml Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (14)

    • Sml Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (15)

    • Sml Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (16)

    • Sml Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (17)

    • Sml Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (18)

    • Sml Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (19)

    • Sml Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (20)

    • Sml Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (21)

    • Sml Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (22)

    • Sml Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (23)

    • Sml Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (24)

    • Sml Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (25)

    • Sml Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (26)

    • Sml Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (27)

    • Sml Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (28)

    • Sml Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (29)

    • Sml Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (30)

    • Sml Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (31)

    • Sml Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (32)

    • Sml Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (33)

    • Sml Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (34)

    • Sml Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (35)

    • Sml Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (36)

    • Sml Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (37)

    • Sml Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (38)

    • Sml Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (39)

    • Sml Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (40)

    • Sml Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (41)

    • Sml Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (42)

    • Can Pepsi

    • Can Pepsi Max

    • Can Sunkist

    • Can 7up

    • Can Lemonade

    • Can Raspberry

    • Can Solo

    • Can Creamy Soda

    • Mineral Water

    • Can Pepsi

    • Can Pepsi Max

    • Can Sunkist

    • Can 7up

    • Can Lemonade

    • Can Raspberry

    • Can Solo

    • Can Creamy Soda

    • Mineral Water

    $31.90

  • Smokin' Joe's Pizza & Grill (43)

    Single

    $24.90

    1 Large Pizza + 1 Garlic Bread + 1.25L Drink

    ×

    Single

    1 Large Pizza + 1 Garlic Bread + 1.25L Drink

    Choose

    Any Large Pizza

    Garlic Bread

    Any 1.25L Soft Drink

    • Lrg Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (44)

    • Lrg Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (45)

    • Lrg Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (46)

    • Lrg Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (47)

    • Lrg Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (48)

    • Lrg Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (49)

    • Lrg Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (50)

    • Lrg Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (51)

    • Lrg Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (52)

    • Lrg Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (53)

    • Lrg Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (54)

    • Lrg Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (55)

    • Lrg Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (56)

    • Lrg Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (57)

    • Lrg Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (58)

    • Lrg Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (59)

    • Lrg Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (60)

    • Lrg Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (61)

    • Lrg Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (62)

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Sunkist

    • 1.25l 7up

    • 1.25l Lemonade

    • 1.25l Solo

    • 1.25l Creamy Soda

    $24.90

  • Smokin' Joe's Pizza & Grill (63)

    Family

    $39.90

    2 Large Pizzas + 1 Garlic Bread + 1.25L Drink

    ×

    Family

    2 Large Pizzas + 1 Garlic Bread + 1.25L Drink

    Choose

    Any Large Pizza

    Any Large Pizza

    Garlic Bread

    Any 1.25L Soft Drink

    • Lrg Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (64)

    • Lrg Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (65)

    • Lrg Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (66)

    • Lrg Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (67)

    • Lrg Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (68)

    • Lrg Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (69)

    • Lrg Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (70)

    • Lrg Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (71)

    • Lrg Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (72)

    • Lrg Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (73)

    • Lrg Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (74)

    • Lrg Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (75)

    • Lrg Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (76)

    • Lrg Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (77)

    • Lrg Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (78)

    • Lrg Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (79)

    • Lrg Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (80)

    • Lrg Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (81)

    • Lrg Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (82)

    • Lrg Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (83)

    • Lrg Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (84)

    • Lrg Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (85)

    • Lrg Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (86)

    • Lrg Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (87)

    • Lrg Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (88)

    • Lrg Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (89)

    • Lrg Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (90)

    • Lrg Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (91)

    • Lrg Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (92)

    • Lrg Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (93)

    • Lrg Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (94)

    • Lrg Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (95)

    • Lrg Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (96)

    • Lrg Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (97)

    • Lrg Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (98)

    • Lrg Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (99)

    • Lrg Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (100)

    • Lrg Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (101)

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Sunkist

    • 1.25l 7up

    • 1.25l Lemonade

    • 1.25l Solo

    • 1.25l Creamy Soda

    $39.90

  • Smokin' Joe's Pizza & Grill (102)

    Hunger Buster

    $47.90

    3 Large Traditional Pizzas

    ×

    Hunger Buster

    3 Large Traditional Pizzas

    Choose

    Any Large Pizza

    Any Large Pizza

    Any Large Pizza

    • Lrg Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (103)

    • Lrg Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (104)

    • Lrg Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (105)

    • Lrg Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (106)

    • Lrg Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (107)

    • Lrg Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (108)

    • Lrg Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (109)

    • Lrg Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (110)

    • Lrg Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (111)

    • Lrg Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (112)

    • Lrg Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (113)

    • Lrg Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (114)

    • Lrg Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (115)

    • Lrg Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (116)

    • Lrg Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (117)

    • Lrg Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (118)

    • Lrg Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (119)

    • Lrg Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (120)

    • Lrg Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (121)

    • Lrg Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (122)

    • Lrg Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (123)

    • Lrg Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (124)

    • Lrg Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (125)

    • Lrg Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (126)

    • Lrg Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (127)

    • Lrg Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (128)

    • Lrg Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (129)

    • Lrg Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (130)

    • Lrg Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (131)

    • Lrg Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (132)

    • Lrg Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (133)

    • Lrg Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (134)

    • Lrg Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (135)

    • Lrg Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (136)

    • Lrg Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (137)

    • Lrg Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (138)

    • Lrg Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (139)

    • Lrg Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (140)

    • Lrg Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (141)

    • Lrg Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (142)

    • Lrg Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (143)

    • Lrg Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (144)

    • Lrg Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (145)

    • Lrg Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (146)

    • Lrg Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (147)

    • Lrg Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (148)

    • Lrg Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (149)

    • Lrg Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (150)

    • Lrg Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (151)

    • Lrg Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (152)

    • Lrg Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (153)

    • Lrg Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (154)

    • Lrg Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (155)

    • Lrg Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (156)

    • Lrg Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (157)

    • Lrg Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (158)

    • Lrg Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (159)

    $47.90

  • Smokin' Joe's Pizza & Grill (160)

    Mix N Match

    $54.90

    1 Large Pizza + 1 Small Garlic Pizza + 1 Fresh Pasta + 1.25L Drink

    ×

    Mix N Match

    1 Large Pizza + 1 Small Garlic Pizza + 1 Fresh Pasta + 1.25L Drink

    Choose

    Any Large Pizza

    1 Small Garlic Pizza

    Any Pasta

    Any 1.25L Soft Drink

    • Lrg Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (161)

    • Lrg Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (162)

    • Lrg Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (163)

    • Lrg Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (164)

    • Lrg Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (165)

    • Lrg Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (166)

    • Lrg Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (167)

    • Lrg Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (168)

    • Lrg Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (169)

    • Lrg Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (170)

    • Lrg Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (171)

    • Lrg Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (172)

    • Lrg Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (173)

    • Lrg Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (174)

    • Lrg Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (175)

    • Lrg Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (176)

    • Lrg Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (177)

    • Lrg Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (178)

    • Lrg Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (179)

    • Gamberi

      prawns, spring onion, garlic, olive oil + parsley

    • Chicken + Avocado

      breast chicken, onion, parsley, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (180)

    • Napoletana

      rich homemade tomato sauce

      Smokin' Joe's Pizza & Grill (181)

    • Bolognese

      rich homemade meat sauce

      Smokin' Joe's Pizza & Grill (182)

    • Meat Balls

      homemade meat balls + rich tomato sauce

    • Joes Favourite

      chicken, bacon, mushroom, spinach + rosé sauce

    • Marinara

      mix seafood, parsley + rose sauce

    • Chicken + Mushroom

      parsley, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (183)

    • Chicken Pesto

      chicken, spinach, cherry tomato + cream

    • Matriciana

      bacon, onion, roast peppers, chilli + homemade tomato sauce

    • Vegetarian

      mushroom, onion, roast peppers, spinach + rosé sauce

    • Carbonara

      bacon, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (184)

    • Chorizo

      spicy sausage, cherry tomato, spinach, chilli + rich tomato sauce

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Sunkist

    • 1.25l 7up

    • 1.25l Lemonade

    • 1.25l Solo

    • 1.25l Creamy Soda

    $54.90

  • Smokin' Joe's Pizza & Grill (185)

    Pasta Taster

    $58.90

    2 Fresh Pastas + 1.25L Drink + 1 Small Garlic Pizza Bread

    ×

    Pasta Taster

    2 Fresh Pastas + 1.25L Drink + 1 Small Garlic Pizza Bread

    Choose

    Any Pasta

    Any Pasta

    Any 1.25L Soft Drink

    1 Small Garlic Pizza

    • Gamberi

      prawns, spring onion, garlic, olive oil + parsley

    • Chicken + Avocado

      breast chicken, onion, parsley, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (186)

    • Napoletana

      rich homemade tomato sauce

      Smokin' Joe's Pizza & Grill (187)

    • Bolognese

      rich homemade meat sauce

      Smokin' Joe's Pizza & Grill (188)

    • Meat Balls

      homemade meat balls + rich tomato sauce

    • Joes Favourite

      chicken, bacon, mushroom, spinach + rosé sauce

    • Marinara

      mix seafood, parsley + rose sauce

    • Chicken + Mushroom

      parsley, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (189)

    • Chicken Pesto

      chicken, spinach, cherry tomato + cream

    • Matriciana

      bacon, onion, roast peppers, chilli + homemade tomato sauce

    • Vegetarian

      mushroom, onion, roast peppers, spinach + rosé sauce

    • Carbonara

      bacon, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (190)

    • Chorizo

      spicy sausage, cherry tomato, spinach, chilli + rich tomato sauce

    • Gamberi

      prawns, spring onion, garlic, olive oil + parsley

    • Chicken + Avocado

      breast chicken, onion, parsley, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (191)

    • Napoletana

      rich homemade tomato sauce

      Smokin' Joe's Pizza & Grill (192)

    • Bolognese

      rich homemade meat sauce

      Smokin' Joe's Pizza & Grill (193)

    • Meat Balls

      homemade meat balls + rich tomato sauce

    • Joes Favourite

      chicken, bacon, mushroom, spinach + rosé sauce

    • Marinara

      mix seafood, parsley + rose sauce

    • Chicken + Mushroom

      parsley, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (194)

    • Chicken Pesto

      chicken, spinach, cherry tomato + cream

    • Matriciana

      bacon, onion, roast peppers, chilli + homemade tomato sauce

    • Vegetarian

      mushroom, onion, roast peppers, spinach + rosé sauce

    • Carbonara

      bacon, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (195)

    • Chorizo

      spicy sausage, cherry tomato, spinach, chilli + rich tomato sauce

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Sunkist

    • 1.25l 7up

    • 1.25l Lemonade

    • 1.25l Solo

    • 1.25l Creamy Soda

    $58.90

  • Smokin' Joe's Pizza & Grill (196)

    Joes Grill Pack THE ULTIMATE MEAL

    $49.90

    6 Sticky Wings + 1/2 Serve Smokey Pork Or Lamb Ribs + 2 Chicken Skewers With Fat Chips + Salad

    ×

    Joes Grill Pack THE ULTIMATE MEAL

    6 Sticky Wings + 1/2 Serve Smokey Pork Or Lamb Ribs + 2 Chicken Skewers With Fat Chips + Salad

    Choose

    6 Sticky Wings

    Choose Your Ribs

    2 Chicken Skewers

    Fat Chips

    Garden Salad

    • 1/2 Smokey Pork

    • 1/2 Lamb Ribs

    $49.90

  • Smokin' Joe's Pizza & Grill (197)

    Party Starter

    $59.90

    2 Family Pizzas + 2 Garlic Breads + 2x 1.25L Drinks

    ×

    Party Starter

    2 Family Pizzas + 2 Garlic Breads + 2x 1.25L Drinks

    Choose

    Any Family Pizza

    Any Family Pizza

    Garlic Bread

    Garlic Bread

    Any 1.25L Soft Drink

    Any 1.25L Soft Drink

    • Fam Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (198)

    • Fam Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (199)

    • Fam Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (200)

    • Fam Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (201)

    • Fam Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (202)

    • Fam Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (203)

    • Fam Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (204)

    • Fam Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (205)

    • Fam Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (206)

    • Fam Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (207)

    • Fam Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (208)

    • Fam Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (209)

    • Fam Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (210)

    • Fam Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (211)

    • Fam Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (212)

    • Fam Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (213)

    • Fam Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (214)

    • Fam Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (215)

    • Fam Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (216)

    • Fam Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (217)

    • Fam Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (218)

    • Fam Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (219)

    • Fam Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (220)

    • Fam Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (221)

    • Fam Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (222)

    • Fam Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (223)

    • Fam Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (224)

    • Fam Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (225)

    • Fam Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (226)

    • Fam Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (227)

    • Fam Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (228)

    • Fam Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (229)

    • Fam Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (230)

    • Fam Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (231)

    • Fam Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (232)

    • Fam Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (233)

    • Fam Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (234)

    • Fam Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (235)

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Sunkist

    • 1.25l 7up

    • 1.25l Lemonade

    • 1.25l Solo

    • 1.25l Creamy Soda

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Sunkist

    • 1.25l 7up

    • 1.25l Lemonade

    • 1.25l Solo

    • 1.25l Creamy Soda

    $59.90

  • Smokin' Joe's Pizza & Grill (236)

    Parma Deal

    $39.90

    Any Parma, 1.25L Drink + Garlic Bread

    ×

    Parma Deal

    Any Parma, 1.25L Drink + Garlic Bread

    Choose

    Any Parma

    Any 1.25L Soft Drink

    Garlic Bread

    • Traditional

    • Ham, Napoli Sauce + Cheese

    • Bolognese Sauce + Cheese

    • Aussie (bacon, Onion + Cheese)

    • Peri Peri (onion, Roast Peppers + Spicy Sauce)

    • Mushroom (creamy Mushrooms + Cheese)

    • Aloha (ham + Pineapple)

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Sunkist

    • 1.25l 7up

    • 1.25l Lemonade

    • 1.25l Solo

    • 1.25l Creamy Soda

    $39.90

  • Smokin' Joe's Pizza & Grill (237)

    Triple Gourmet

    $59.90

    3 Large Gourmet Pizzas

    ×

    Triple Gourmet

    3 Large Gourmet Pizzas

    Choose

    Any Large Gourmet Pizza

    Any Large Gourmet Pizza

    Any Large Gourmet Pizza

    • Lrg Meat Ball

      meat balls, bacon, cherry tomato + shaved parmesan

      Smokin' Joe's Pizza & Grill (238)

    • Lrg Buffalo Chicken

      chicken, capsicum, onion, jalapeños, garlic, chilli + buffalo sauce

      Smokin' Joe's Pizza & Grill (239)

    • Lrg Marinara

      fresh seafood marinated in garlic + parsley

      Smokin' Joe's Pizza & Grill (240)

    • Lrg Tandoori

      spinach, spanish onion, roast peppers, marinated chicken + garlic sauce

    • Lrg Chicken Pesto

      pesto, chicken, spinach, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (241)

    • Lrg Peri-peri Chicken

      chicken, roast peppers, spring onion, caramelised onion + peri peri mayo

    • Lrg Joes Burger

      beef, onion, egg + burger sauce

    • Lrg Moroccan Lamb

      marinated lamb, spinach, spanish onion, cherry tomatoes + garlic sauce

      Smokin' Joe's Pizza & Grill (242)

    • Lrg Nachos

      corn chips, bolognese sauce, bacon, jalapeños, guacamole + sour cream

      Smokin' Joe's Pizza & Grill (243)

    • Lrg Prawn

      fresh prawns, spinach, roast peppers, garlic + chilli

      Smokin' Joe's Pizza & Grill (244)

    • Lrg Spicy Paneer

      marinated paneer, spinach, spanish onion, roast peppers, cherry tomato + hot sauce

      Smokin' Joe's Pizza & Grill (245)

    • Lrg Veggie Patch

      roast pumpkin, spanish onions, spinach, roast peppers, olives, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (246)

    • Lrg Roast Pumpkin

      roast pumpkin, spinach, feta + rosemary

      Smokin' Joe's Pizza & Grill (247)

    • Lrg Meat Ball

      meat balls, bacon, cherry tomato + shaved parmesan

      Smokin' Joe's Pizza & Grill (248)

    • Lrg Buffalo Chicken

      chicken, capsicum, onion, jalapeños, garlic, chilli + buffalo sauce

      Smokin' Joe's Pizza & Grill (249)

    • Lrg Marinara

      fresh seafood marinated in garlic + parsley

      Smokin' Joe's Pizza & Grill (250)

    • Lrg Tandoori

      spinach, spanish onion, roast peppers, marinated chicken + garlic sauce

    • Lrg Chicken Pesto

      pesto, chicken, spinach, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (251)

    • Lrg Peri-peri Chicken

      chicken, roast peppers, spring onion, caramelised onion + peri peri mayo

    • Lrg Joes Burger

      beef, onion, egg + burger sauce

    • Lrg Moroccan Lamb

      marinated lamb, spinach, spanish onion, cherry tomatoes + garlic sauce

      Smokin' Joe's Pizza & Grill (252)

    • Lrg Nachos

      corn chips, bolognese sauce, bacon, jalapeños, guacamole + sour cream

      Smokin' Joe's Pizza & Grill (253)

    • Lrg Prawn

      fresh prawns, spinach, roast peppers, garlic + chilli

      Smokin' Joe's Pizza & Grill (254)

    • Lrg Spicy Paneer

      marinated paneer, spinach, spanish onion, roast peppers, cherry tomato + hot sauce

      Smokin' Joe's Pizza & Grill (255)

    • Lrg Veggie Patch

      roast pumpkin, spanish onions, spinach, roast peppers, olives, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (256)

    • Lrg Roast Pumpkin

      roast pumpkin, spinach, feta + rosemary

      Smokin' Joe's Pizza & Grill (257)

    • Lrg Meat Ball

      meat balls, bacon, cherry tomato + shaved parmesan

      Smokin' Joe's Pizza & Grill (258)

    • Lrg Buffalo Chicken

      chicken, capsicum, onion, jalapeños, garlic, chilli + buffalo sauce

      Smokin' Joe's Pizza & Grill (259)

    • Lrg Marinara

      fresh seafood marinated in garlic + parsley

      Smokin' Joe's Pizza & Grill (260)

    • Lrg Tandoori

      spinach, spanish onion, roast peppers, marinated chicken + garlic sauce

    • Lrg Chicken Pesto

      pesto, chicken, spinach, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (261)

    • Lrg Peri-peri Chicken

      chicken, roast peppers, spring onion, caramelised onion + peri peri mayo

    • Lrg Joes Burger

      beef, onion, egg + burger sauce

    • Lrg Moroccan Lamb

      marinated lamb, spinach, spanish onion, cherry tomatoes + garlic sauce

      Smokin' Joe's Pizza & Grill (262)

    • Lrg Nachos

      corn chips, bolognese sauce, bacon, jalapeños, guacamole + sour cream

      Smokin' Joe's Pizza & Grill (263)

    • Lrg Prawn

      fresh prawns, spinach, roast peppers, garlic + chilli

      Smokin' Joe's Pizza & Grill (264)

    • Lrg Spicy Paneer

      marinated paneer, spinach, spanish onion, roast peppers, cherry tomato + hot sauce

      Smokin' Joe's Pizza & Grill (265)

    • Lrg Veggie Patch

      roast pumpkin, spanish onions, spinach, roast peppers, olives, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (266)

    • Lrg Roast Pumpkin

      roast pumpkin, spinach, feta + rosemary

      Smokin' Joe's Pizza & Grill (267)

    $59.90

  • Smokin' Joe's Pizza & Grill (268)

    Drink and Garlic Bread

    $8.90

    Add Any Drink + Garlic Bread

    ×

    Drink and Garlic Bread

    Add Any Drink + Garlic Bread

    Drinks Option

All pizzas with tomato base & mozzarella

  • Smokin' Joe's Pizza & Grill (277)

    Best Seller

    Pepperoni

    double mozzarella + mild pepperoni

    ×

    Pepperoni

    double mozzarella + mild pepperoni

    Choose one

  • Smokin' Joe's Pizza & Grill (283)

    Napolitana

    olives, anchovies + oregano

    ×

    Napolitana

    olives, anchovies + oregano

    Choose one

  • Smokin' Joe's Pizza & Grill (289)

    Supreme

    ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

    ×

    Supreme

    ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

    Choose one

  • Smokin' Joe's Pizza & Grill (295)

    Hawaiian

    ham + pineapple

    ×

    Hawaiian

    ham + pineapple

    Choose one

  • Smokin' Joe's Pizza & Grill (301)

    Garlic

    double cheese + oregano

    ×

    Garlic

    double cheese + oregano

    Choose one

  • Smokin' Joe's Pizza & Grill (307)

    Meat Lovers

    ham, salami, bacon, chorizo + bbq sauce

    ×

    Meat Lovers

    ham, salami, bacon, chorizo + bbq sauce

    Choose one

  • Smokin' Joe's Pizza & Grill (313)

    Vegetarian

    mushrooms, onion, capsicum + olives

    ×

    Vegetarian

    mushrooms, onion, capsicum + olives

    Choose one

  • Smokin' Joe's Pizza & Grill (319)

    Mushroom

    mushroom, double cheese + oregano

    ×

    Mushroom

    mushroom, double cheese + oregano

    Choose one

  • Smokin' Joe's Pizza & Grill (325)

    Southern Chicken

    chicken, bacon, sweet corn + chipotle sauce

    ×

    Southern Chicken

    chicken, bacon, sweet corn + chipotle sauce

    Choose one

  • Smokin' Joe's Pizza & Grill (331)

    Chef's Recommendation

    Smokin’ Special

    ham, salami, prawns + pineapple

    ×

    Smokin’ Special

    ham, salami, prawns + pineapple

    Choose one

  • Smokin' Joe's Pizza & Grill (337)

    Capricciosa

    ham, mushroom, olives + anchovies

    ×

    Capricciosa

    ham, mushroom, olives + anchovies

    Choose one

  • Smokin' Joe's Pizza & Grill (343)

    Chicken

    chicken breast, pineapple + bbq sauce

    ×

    Chicken

    chicken breast, pineapple + bbq sauce

    Choose one

  • Smokin' Joe's Pizza & Grill (349)

    Macedonian

    ham, salami, capsicum, mushroom, garlic + chilli

    ×

    Macedonian

    ham, salami, capsicum, mushroom, garlic + chilli

    Choose one

  • Smokin' Joe's Pizza & Grill (355)

    Aussie

    ham, bacon + egg

    ×

    Aussie

    ham, bacon + egg

    Choose one

  • Smokin' Joe's Pizza & Grill (361)

    Most Popular

    Margarita

    double mozzarella + oregano

    ×

    Margarita

    double mozzarella + oregano

    Choose one

  • Smokin' Joe's Pizza & Grill (367)

    Americana

    salami, mushrooms, olives + jalapeños

    ×

    Americana

    salami, mushrooms, olives + jalapeños

    Choose one

  • Smokin' Joe's Pizza & Grill (373)

    Chicken Supreme

    chicken, onion, capsicum + pineapple

    ×

    Chicken Supreme

    chicken, onion, capsicum + pineapple

    Choose one

  • Smokin' Joe's Pizza & Grill (379)

    Joe’s Loaded

    chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

    ×

    Joe’s Loaded

    chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

    Choose one

  • Smokin' Joe's Pizza & Grill (385)

    Mexican

    salami, onion, capsicum + olives

    ×

    Mexican

    salami, onion, capsicum + olives

    Choose one

All pizzas with tomato base & mozzarella

  • Smokin' Joe's Pizza & Grill (391)

    Meat Ball

    meat balls, bacon, cherry tomato + shaved parmesan

    ×

    Meat Ball

    meat balls, bacon, cherry tomato + shaved parmesan

    Choose one

  • Smokin' Joe's Pizza & Grill (397)

    Buffalo Chicken

    chicken, capsicum, onion, jalapeños, garlic, chilli + buffalo sauce

    ×

    Buffalo Chicken

    chicken, capsicum, onion, jalapeños, garlic, chilli + buffalo sauce

    Choose one

  • Smokin' Joe's Pizza & Grill (403)

    Marinara

    fresh seafood marinated in garlic + parsley

    ×

    Marinara

    fresh seafood marinated in garlic + parsley

    Choose one

  • Tandoori

    spinach, spanish onion, roast peppers, marinated chicken + garlic sauce

    ×

    Tandoori

    spinach, spanish onion, roast peppers, marinated chicken + garlic sauce

    Choose one

  • Smokin' Joe's Pizza & Grill (414)

    Chicken Pesto

    pesto, chicken, spinach, cherry tomato + feta

    ×

    Chicken Pesto

    pesto, chicken, spinach, cherry tomato + feta

    Choose one

  • Peri-Peri Chicken

    chicken, roast peppers, spring onion, caramelised onion + peri peri mayo

    ×

    Peri-Peri Chicken

    chicken, roast peppers, spring onion, caramelised onion + peri peri mayo

    Choose one

  • Joe’s Burger

    beef, onion, egg + burger sauce

    ×

    Joe’s Burger

    beef, onion, egg + burger sauce

    Choose one

  • Smokin' Joe's Pizza & Grill (430)

    Moroccan Lamb

    marinated lamb, spinach, spanish onion, cherry tomatoes + garlic sauce

    ×

    Moroccan Lamb

    marinated lamb, spinach, spanish onion, cherry tomatoes + garlic sauce

    Choose one

  • Smokin' Joe's Pizza & Grill (436)

    Nachos

    corn chips, bolognese sauce, bacon, jalapeños, guacamole + sour cream

    ×

    Nachos

    corn chips, bolognese sauce, bacon, jalapeños, guacamole + sour cream

    Choose one

  • Smokin' Joe's Pizza & Grill (442)

    Prawn

    fresh prawns, spinach, roast peppers, garlic + chilli

    ×

    Prawn

    fresh prawns, spinach, roast peppers, garlic + chilli

    Choose one

  • Smokin' Joe's Pizza & Grill (448)

    Spicy Paneer

    marinated paneer, spinach, spanish onion, roast peppers, cherry tomato + hot sauce

    ×

    Spicy Paneer

    marinated paneer, spinach, spanish onion, roast peppers, cherry tomato + hot sauce

    Choose one

  • Smokin' Joe's Pizza & Grill (454)

    Veggie Patch

    roast pumpkin, spanish onions, spinach, roast peppers, olives, cherry tomato + feta

    ×

    Veggie Patch

    roast pumpkin, spanish onions, spinach, roast peppers, olives, cherry tomato + feta

    Choose one

  • Smokin' Joe's Pizza & Grill (460)

    Roast Pumpkin

    roast pumpkin, spinach, feta + rosemary

    ×

    Roast Pumpkin

    roast pumpkin, spinach, feta + rosemary

    Choose one

  • Smokin' Joe's Pizza & Grill (466)

    Half/Half

    $2.00

    ×

    Half/Half

    Choose Your First Half

    Select Size
    *includes $2 surcharge

    Select Your Pizzas
    Required

    Smokin' Joe's Pizza & Grill (467) Select your first half

    Smokin' Joe's Pizza & Grill (468) Select your second half

    • Lrg Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (469)

    • Lrg Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (470)

    • Lrg Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (471)

    • Lrg Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (472)

    • Lrg Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (473)

    • Lrg Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (474)

    • Lrg Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (475)

    • Lrg Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (476)

    • Lrg Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (477)

    • Lrg Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (478)

    • Lrg Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (479)

    • Lrg Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (480)

    • Lrg Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (481)

    • Lrg Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (482)

    • Lrg Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (483)

    • Lrg Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (484)

    • Lrg Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (485)

    • Lrg Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (486)

    • Lrg Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (487)

    • Lrg Pepperoni

      double mozzarella + mild pepperoni

      Smokin' Joe's Pizza & Grill (488)

    • Lrg Napolitana

      olives, anchovies + oregano

      Smokin' Joe's Pizza & Grill (489)

    • Lrg Supreme

      ham, mushroom, onion, salami, capsicum, pineapple, prawns, bacon + olives

      Smokin' Joe's Pizza & Grill (490)

    • Lrg Hawaiian

      ham + pineapple

      Smokin' Joe's Pizza & Grill (491)

    • Lrg Garlic

      double cheese + oregano

      Smokin' Joe's Pizza & Grill (492)

    • Lrg Meat Lovers

      ham, salami, bacon, chorizo + bbq sauce

      Smokin' Joe's Pizza & Grill (493)

    • Lrg Vegetarian

      mushrooms, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (494)

    • Lrg Mushroom

      mushroom, double cheese + oregano

      Smokin' Joe's Pizza & Grill (495)

    • Lrg Southern Chicken

      chicken, bacon, sweet corn + chipotle sauce

      Smokin' Joe's Pizza & Grill (496)

    • Lrg Smokin Special

      ham, salami, prawns + pineapple

      Smokin' Joe's Pizza & Grill (497)

    • Lrg Capricciosa

      ham, mushroom, olives + anchovies

      Smokin' Joe's Pizza & Grill (498)

    • Lrg Chicken

      chicken breast, pineapple + bbq sauce

      Smokin' Joe's Pizza & Grill (499)

    • Lrg Macedonian

      ham, salami, capsicum, mushroom, garlic + chilli

      Smokin' Joe's Pizza & Grill (500)

    • Lrg Aussie

      ham, bacon + egg

      Smokin' Joe's Pizza & Grill (501)

    • Lrg Margarita

      double mozzarella + oregano

      Smokin' Joe's Pizza & Grill (502)

    • Lrg Americana

      salami, mushrooms, olives + jalapeños

      Smokin' Joe's Pizza & Grill (503)

    • Lrg Chicken Supreme

      chicken, onion, capsicum + pineapple

      Smokin' Joe's Pizza & Grill (504)

    • Lrg Joes Loaded

      chicken, ham, mushroom, salami, onion, capsicum, bacon + pineapple

      Smokin' Joe's Pizza & Grill (505)

    • Lrg Mexican

      salami, onion, capsicum + olives

      Smokin' Joe's Pizza & Grill (506)

    $0.00

All served with parmesan
Choice of penne, linguine, spaghetti, tortellini, gnocchi

  • Gamberi

    $21.90

    prawns, spring onion, garlic, olive oil + parsley

    ×

    Gamberi

    prawns, spring onion, garlic, olive oil + parsley

    Pasta Option

  • Smokin' Joe's Pizza & Grill (512)

    Chicken + Avocado

    $21.90

    breast chicken, onion, parsley, garlic + cream sauce

    ×

    Chicken + Avocado

    breast chicken, onion, parsley, garlic + cream sauce

    Pasta Option

  • Smokin' Joe's Pizza & Grill (518)

    Napoletana

    $21.90

    rich homemade tomato sauce

    ×

    Napoletana

    rich homemade tomato sauce

    Pasta Option

  • Smokin' Joe's Pizza & Grill (524)

    Bolognese

    $21.90

    rich homemade meat sauce

    ×

    Bolognese

    rich homemade meat sauce

    Pasta Option

  • Meat Balls

    $21.90

    homemade meat balls + rich tomato sauce

    ×

    Meat Balls

    homemade meat balls + rich tomato sauce

    Pasta Option

  • Joes Favourite

    $21.90

    chicken, bacon, mushroom, spinach + rosé sauce

    ×

    Joes Favourite

    chicken, bacon, mushroom, spinach + rosé sauce

    Pasta Option

  • Marinara

    $21.90

    mix seafood, parsley + rose sauce

    ×

    Marinara

    mix seafood, parsley + rose sauce

    Pasta Option

  • Smokin' Joe's Pizza & Grill (545)

    Chicken + Mushroom

    $21.90

    parsley, spring onion, garlic + cream sauce

    ×

    Chicken + Mushroom

    parsley, spring onion, garlic + cream sauce

    Pasta Option

  • Chicken Pesto

    $21.90

    chicken, spinach, cherry tomato + cream

    ×

    Chicken Pesto

    chicken, spinach, cherry tomato + cream

    Pasta Option

  • Matriciana

    $21.90

    bacon, onion, roast peppers, chilli + homemade tomato sauce

    ×

    Matriciana

    bacon, onion, roast peppers, chilli + homemade tomato sauce

    Pasta Option

  • Vegetarian

    $21.90

    mushroom, onion, roast peppers, spinach + rosé sauce

    ×

    Vegetarian

    mushroom, onion, roast peppers, spinach + rosé sauce

    Pasta Option

  • Smokin' Joe's Pizza & Grill (566)

    Carbonara

    $21.90

    bacon, spring onion, garlic + cream sauce

    ×

    Carbonara

    bacon, spring onion, garlic + cream sauce

    Pasta Option

  • Chorizo

    $21.90

    spicy sausage, cherry tomato, spinach, chilli + rich tomato sauce

    ×

    Chorizo

    spicy sausage, cherry tomato, spinach, chilli + rich tomato sauce

    Pasta Option

  • Smokin' Joe's Pizza & Grill (577)

    Lasagna

    $21.90

    layered sheets of pasta, rich meat + tomato sauce

    Out of stock

  • Pumpkin

    $21.90

    spinach, feta, creamy sauce

    ×

    Pumpkin

    spinach, feta, creamy sauce

  • Prawn

    $21.90

    roast peppers, spinach + cream sauce

    ×

    Prawn

    roast peppers, spinach + cream sauce

  • Vegetarian

    $21.90

    mushrooms, onion, roast peppers, cherry tomato, spinach + rosé sauce

    ×

    Vegetarian

    mushrooms, onion, roast peppers, cherry tomato, spinach + rosé sauce

  • Chicken

    $21.90

    mushrooms, spinach, spring onion, garlic + cream sauce

    ×

    Chicken

    mushrooms, spinach, spring onion, garlic + cream sauce

  • Chicken + Bacon

    $21.90

    chicken, spinach + cream sauce

    ×

    Chicken + Bacon

    chicken, spinach + cream sauce

  • Smokin' Joe's Pizza & Grill (578)

    Wedges

    with sour cream

    ×

    Wedges

    with sour cream

    Choose one

  • Smokin' Joe's Pizza & Grill (581)

    Loaded Fat Chips

    $12.90

    bacon, cheese, sour cream+ spring onion

  • Smokin' Joe's Pizza & Grill (582)

    Fat Chips

    ×

    Fat Chips

    Choose one

  • Smokin' Joe's Pizza & Grill (585)

    Nachos

    corn chips, cheese, salsa, jalapeños, bolognese sauce, sour cream, guacamole + spring onion

    ×

    Nachos

    corn chips, cheese, salsa, jalapeños, bolognese sauce, sour cream, guacamole + spring onion

    Choose one

  • Smokin' Joe's Pizza & Grill (588)

    Loaded Wedges

    $16.90

    wedges, bacon, cheese, jalapenos,sour cream, salsa + guacamole

  • Smokin' Joe's Pizza & Grill (589)

    Calamari (12)

    $11.90

    w/ garlic aioli

  • Smokin' Joe's Pizza & Grill (590)

    Crumbed Tenders + Chips

    $14.90

  • Buffalo Wings (6)

    $9.90

    w/ hot sauce

  • Smokin' Joe's Pizza & Grill (591)

    Garlic Bread Roll

    $4.90

  • Smokin' Joe's Pizza & Grill (592)

    Mozzarella Bites (10)

    $12.90

    w/ homemade napoli sauce

  • Smokin' Joe's Pizza & Grill (593)

    Loaded Garlic Bread

    $6.90

    w/ bacon + cheese or w/ bolognese sauce + cheese

    ×

    Loaded Garlic Bread

    w/ bacon + cheese or w/ bolognese sauce + cheese

    Loaded Garlic Bread Option

  • Sauces

    $4.00

    ×

    Sauces

    Sauce Option

All served with chips & salad

  • BBQ Ribs

    Slow Cooked In A Smokey BBQ Sauce And Finished On Our Flamin’ Hot Chargrill! Served With Garden Salad And Chips

    ×

    BBQ Ribs

    Slow Cooked In A Smokey BBQ Sauce And Finished On Our Flamin’ Hot Chargrill! Served With Garden Salad And Chips

    BBQ RIBS Option

  • Smokin' Joe's Pizza & Grill (604)

    Wings

    Sticky Chicken Wings Are Marinated Overnight In Our Smokey BBQ Sauce & Grilled To Perfection On The Chargrill, Served With Garden Salad And Chips

    ×

    Wings

    Sticky Chicken Wings Are Marinated Overnight In Our Smokey BBQ Sauce & Grilled To Perfection On The Chargrill, Served With Garden Salad And Chips

    Wings Option

  • Smokin' Joe's Pizza & Grill (607)

    Rib Eye Steak (400g)

    $44.90

    Our Premium Steaks Are Slowly Chargrilled To Your Liking Served With Chips, Garden Salad And Mushroom, Pepper Or Garlic Sauce

    ×

    Rib Eye Steak (400g)

    Our Premium Steaks Are Slowly Chargrilled To Your Liking Served With Chips, Garden Salad And Mushroom, Pepper Or Garlic Sauce

    Choose

    Any Sauce Option

    Any Steak Option

    • Mushroom Sauce

    • Pepper Sauce

    • Garlic Sauce

    • Medium

    • Medium Rare

    • Medium Well

    • Well Done

    $44.90

  • Smokin' Joe's Pizza & Grill (608)

    Rump Steak (500g)

    $41.90

    Our Premium Steaks Are Slowly Chargrilled To Your Liking Served With Chips, Garden Salad And Mushroom, Pepper Or Garlic Sauce

    ×

    Rump Steak (500g)

    Our Premium Steaks Are Slowly Chargrilled To Your Liking Served With Chips, Garden Salad And Mushroom, Pepper Or Garlic Sauce

    Choose

    Any Sauce Option

    Any Steak Option

    • Mushroom Sauce

    • Pepper Sauce

    • Garlic Sauce

    • Medium

    • Medium Rare

    • Medium Well

    • Well Done

    $41.90

  • Smokin' Joe's Pizza & Grill (609)

    Chicken Breast

    $28.90

    w/ your choice of either mushroom, avocado,creamy bacon or peri peri sauce, served with Garden salad and chips

    ×

    Chicken Breast

    w/ your choice of either mushroom, avocado,creamy bacon or peri peri sauce, served with Garden salad and chips

    Choose

    Choose Type

    Choose Sauce

    • Grilled

    • Crumbed

    • Mushroom

    • Avocado

    • Creamy Bacon

    • Peri Peri

    $28.90

  • Smokin' Joe's Pizza & Grill (610)

    Grilled Tenders

    $21.90

    w/ your choice of either sweet chilli, peri perior signature bbq sauce, served with Garden salad and chips

    ×

    Grilled Tenders

    w/ your choice of either sweet chilli, peri perior signature bbq sauce, served with Garden salad and chips

    Grilled Tenders Sauce Option

  • Joes Signature Parma

    $31.90

    w/ your choice of; traditional , ham napoli sauce + cheese , bolognese sauce + cheese , aussie (bacon, onion + cheese) peri peri (onion, roast peppers + spicy sauce) , mushroom (creamy mushrooms + cheese) , aloha (ham + pineapple), served with Garden salad and chips

    ×

    Joes Signature Parma

    w/ your choice of; traditional , ham napoli sauce + cheese , bolognese sauce + cheese , aussie (bacon, onion + cheese) peri peri (onion, roast peppers + spicy sauce) , mushroom (creamy mushrooms + cheese) , aloha (ham + pineapple), served with Garden salad and chips

    Choose

    Choose

    • Traditional

    • Ham, Napoli Sauce + Cheese

    • Bolognese Sauce + Cheese

    • Aussie (bacon, Onion + Cheese)

    • Peri Peri (onion, Roast Peppers + Spicy Sauce)

    • Mushroom (creamy Mushrooms + Cheese)

    • Aloha (ham + Pineapple)

    $31.90

Add Grilled Tenders To Any Salad 5.0

  • Greek Salad

    $12.90

    baby cos, olives, feta, onion,cucumber, tomato + lemonvinaigrette

    ×

    Greek Salad

    baby cos, olives, feta, onion,cucumber, tomato + lemonvinaigrette

    Salad Option

  • Garden Salad

    $12.90

    mix greens, tomato, cucumber,onion, capsicum + Italian dressing

    ×

    Garden Salad

    mix greens, tomato, cucumber,onion, capsicum + Italian dressing

    Salad Option

  • Caesar Salad

    $12.90

    baby cos, croutons, bacon,parmesan + dressing

    ×

    Caesar Salad

    baby cos, croutons, bacon,parmesan + dressing

    Salad Option

  • Pumpkin + Feta

    $12.90

    mixed green + Italian dressing

    ×

    Pumpkin + Feta

    mixed green + Italian dressing

    Salad Option

  • Nutella Pizza

    $14.90

    w/ nutella, icing sugar and your choice of either strawberries or banana

    ×

    Nutella Pizza

    w/ nutella, icing sugar and your choice of either strawberries or banana

    Nutella Option

  • Cinnamon Churroz (8)

    $13.90

    chocolate or caramel

    ×

    Cinnamon Churroz (8)

    chocolate or caramel

    Churroz Option

  • Cookies & Cream Mousse

    $4.90

  • Chocolate Mousse

    $4.90

  • Chocolate Molten Pudding

    $6.90

  • Ben N Jerrys

    Out of stock

  • Can Drinks

    $3.00

    ×

    Can Drinks

    Can Drinks Option

  • 1.25L Bottles

    $4.90

    ×

    1.25L Bottles

    1.25L Option

  • Mineral Water

    $3.00

'); get_cart_total(); if($(window).width() < 480){ $('#menu-cont').addClass("order-type-changed"); } $.getScript("https://deliverit-online-resources-prd.s3.ap-southeast-2.amazonaws.com/templates/template4/js/scrollspy.js"); } $("#menu-items").prepend(tempReorder); lastreorderbutton(); if(!$("#estimated-time").length){ store_status(order_type, ''); } }); } //change display info if (order_type == 'delivery') { var txt = 'Your delivery will come from:'; $('#order-type-details-delivery').show(); $('#order-type-details-pickup').hide(); $("#estimated-time").load("core/estimated-time.php?type=delivery", function (data) { updateStoreDetails('Delivery'); store_status(order_type, data); if (!$.trim(data)) { $("#estimated-time").html('

Store is Offline!

'); } }); $('#view-basket').load('core/mybasket.php?page='); } else if (order_type == 'pickup') { var txt = 'You will be picking up from:'; $('#order-type-details-pickup').show(); $('#order-type-details-delivery').hide(); $("#estimated-time").load("core/estimated-time.php?type=pickup", function (data) { updateStoreDetails('Pickup'); store_status(order_type, data); if (!$.trim(data)) { $("#estimated-time").html('

Store is Offline!

'); } }); $('#view-basket').load('core/mybasket.php?page='); } }); } function store_status(order_type, notice_txt) { $.post('core/ajax/store_status.php', function (data) { if ($.trim(data) == 'taking_orders' || $.trim(data) == 'preordering' || $.trim(data) == 'future_ordering') { $("#bt-checkout").removeClass('disabled'); $("#bt-checkout").attr('disabled', false); //Disable checkout button upon checking store status } else { $("#bt-checkout").addClass('disabled'); $("#bt-checkout").attr('disabled', true); if(notice_txt != undefined && notice_txt != ''){ show_stack_bottomright(order_type, notice_txt); } } $("#order-type-bt-pickup, #order-type-bt-delivery, #platina-order-type-bt-pickup, #platina-order-type-bt-delivery").prop('disabled', false); }); } function show_stack_bottomright(order_type,notice_txt) { var stack_bottomright = {"dir1": "up", "dir2": "left", "firstpos1": 25, "firstpos2": 25}; var str = order_type +" Not Available"; str = str.toLowerCase().replace(/\b[a-z]/g, function(letter) { return letter.toUpperCase(); }); var opts = { title: str, text: notice_txt, addclass: "stack-bottomright", stack: stack_bottomright }; new PNotify(opts); } function checkout(e,v,m,f){ var order_time = ''; //var street_suburb = $("#deliveryStreet").val() == null ? '' : $("#deliveryStreet").val(); var checkorder = true; var type; if($('#order_time').length >0){ order_time = $('#order_time').val(); } $(".order-type-bt").each(function(){ if($(this).hasClass('active')){ if($(this).val()==='delivery'){ type='delivery'; }else{ type='pickup'; checkorder = true; } } }); if(checkorder){ $("#order-type-bt-pickup, #order-type-bt-delivery, #platina-order-type-bt-pickup, #platina-order-type-bt-delivery").prop('disabled', true); $.ajax({ type: "POST", url: "core/ajax/checkorder.php", }).done(function(msg){ if(msg=='reload'){ location.reload(); return; } if(msg=='guess_checkout'){ window.location = '?page=checkout'; return; } if(msg=='verifycode'){ startSMSCodeTimer(); showSMSVerifyWindow(); return; } if(msg=='prompt_login'){ window.login_referer = 'checkout'; $('.or_guest, .checkout_as_guest').show(); $('.register-ling a').attr('href','?page=register'); $('#login-wrap').fadeToggle('fast'); //display the popup modal login $('#order-type-bt-pickup, #order-type-bt-delivery, #platina-order-type-bt-pickup, #platina-order-type-bt-delivery').prop('disabled', false); $('.checkout_as_guest a').text('Checkout as Guest'); return; } if(e===undefined && (msg=='cart_loyalty_negative_amount' || msg=='cart_discount_negative_amount')){ if(msg=='cart_loyalty_negative_amount'){ var display_msg = 'Your order value is lower than your redemption. The Remaining value will be lost. Why not add to your order?'; }else if(msg=='cart_discount_negative_amount'){ var display_msg = 'Your order value is lower than your discount. The Remaining value will be lost. Why not add to your order?'; } $.prompt(display_msg ,{ buttons:{ 'Continue Browsing': false, 'No Thanks, I\'m Done': true },submit: function(e,v){ if(e){ msg=1; mycallbackfunc2(e); } $("#order-type-bt-pickup, #order-type-bt-delivery, #platina-order-type-bt-pickup, #platina-order-type-bt-delivery").prop('disabled', false); } }); return false; }else if(e===true && v===true){ //if customer agrees to continue msg=1; } if(msg=='cart_first_order'){ $.prompt('Please add items in your cart.'); $("#order-type-bt-pickup, #order-type-bt-delivery, #platina-order-type-bt-pickup, #platina-order-type-bt-delivery").prop('disabled', false); return; } if(msg=='cart_first_order_loyalty'){ $.prompt('Please add another item with your Loyalty Redemption Reward.'); $("#order-type-bt-pickup, #order-type-bt-delivery, #platina-order-type-bt-pickup, #platina-order-type-bt-delivery").prop('disabled', false); return; } if(msg>0){ if($('#jqi_state0_buttonOk').length){ $('.free-item-popup button#jqi_state0_buttonOk').live('click', function(e){ window.location = '?page='+page+'&order_time='+order_time; }); }else{ window.location = '?page='+page+'&order_time='+order_time; } }else if(msg<0){ $.prompt('Your order is less than the minimum order!'); $("#order-type-bt-pickup, #order-type-bt-delivery, #platina-order-type-bt-pickup, #platina-order-type-bt-delivery").prop('disabled', false); }else{ $.prompt('Your order is currently empty!'); $("#order-type-bt-pickup, #order-type-bt-delivery, #platina-order-type-bt-pickup, #platina-order-type-bt-delivery").prop('disabled', false); } }); } } function promo_code(xhr){ var promotional_code = ''; if( $("#promtional-code").length){ promotional_code = $("#promtional-code").val(); if( $('#promtional-code').val().trim().length===0 ){ ajaxResponse = true; } } //-if has request if(xhr){ xhr.abort(); } //-promo code request xhr = $.ajax({ type: "GET", url: "core/ajax/check_promotional_code.php", data: {promotional_code:promotional_code} }).done(function(msg){ if(msg){ var response_code = msg.response_code; var promptMessage; /** v6 promocode lib returns this metadata for discounts */ if (msg.notification) { promptMessage = msg.notification; } else { promptMessage = msg.message; } //-prompt error if(response_code !== '00'){ ajaxResponse = false; $.prompt(promptMessage); }else{ //-ajax has flag is_special if(msg.is_special === 1){ window.location = '?page=deals&deal_plu='+msg.promotional_plu+'&deal_id='+msg.deal_id+'&menu_id=null'; }else if(msg.is_itemoption){ //-ajax return is for item option $.prompt(promptMessage,{ submit : function(e){ var data = []; data["option_id"] = $("#promo_option_id").val(); data["qty"] = 1; $("#promo_option_id").parent().children("input").each(function(o){ if($(this).attr('name') == 'plu'){ data['PLU'] = $(this).val(); } if($(this).attr('name') == 'price'){ data['price'] = $(this).val(); } if($(this).attr('name') == 'promocode'){ data['promocode'] = $(this).val(); } if($(this).attr('name') == 'single_promo_code'){ data['single_promo_code'] = $(this).val(); } if($(this).attr('name') == 'min_order'){ data['min_order'] = $(this).val(); } if($(this).attr('name') == 'promotional_id'){ data['promotional_id'] = $(this).val(); } if($(this).attr('name') == 'promotional_link'){ data['promotional_link'] = $(this).val(); } }); //Convert the object to query string var serialize = function(obj) { var str = []; for(var p in obj) if (obj.hasOwnProperty(p)) { str.push(encodeURIComponent(p) + "=" + encodeURIComponent(obj[p])); } return str.join("&"); } $('#view-basket').load('core/mybasket.php?page=&'+serialize(data)); } }); }else{ $('#view-basket').load('core/mybasket.php?page=', function () { if ($('#discount_removal_notif').length === 0) { $.prompt(promptMessage); } }); } } } $('#promtional-code').val(''); }); return xhr; } function confirmCheckout(ordertype){ $.ajax({ type: "POST", url: "core/ajax/get_times.php", data: "client_id=10632&ordertype="+ordertype, success: function(msg){ $.prompt(msg,{ buttons:{ 'Cancel': false, 'Proceed': true }, submit: function(e,v){ if(e){ mycallbackfunc(true); } } }); } }); return false; } function confirmDisclaimerCheckout(){ $.prompt("Please check your final order as the store will not be held accountable for any customer's mistake.",{ buttons:{ 'Cancel': false, 'Proceed': true }, submit: function(e,v){ if(e){ mycallbackfunc(true); } } }); return false; } function promptWithoutBeerCheckout2(){ $(".main-mask").css('z-index','998').addClass('active'); $(".main-mask").css('display','block').addClass('active'); $(".promptWithoutBeerCheckout").addClass('active'); } //function to Update the Store Information Details function updateStoreDetails(mode) { if ($("#estimated-time #est-time").length) { $('.store-details-open').empty().append('Estimated ' + mode + ' (' + $('#est-time').text() + ' mins)'); $('.store-details-open').show(); $('.store-details-close').hide(); } else { $('.store-details-open').hide(); $('.store-details-close').show(); var dataText = $("#estimated-time .store_status").text(); if (dataText === 'closed') { $('.store-status-details').html('

Store is not open for orders right now.

'); } else if (dataText === 'future_ordering') { $('.store-status-details').html('

Store is closed today but you can place your order for a later date.

'); } else if (dataText === 'preorder_waiting' || dataText === 'preordering') { if(mode == 'Delivery' && true){ $('.store-status-details').html('

Delivery starts later but you can pre-order now.

'); }else{ $('.store-status-details').html('

Store is currently closed but you can still order for later.

'); } } else if (dataText === 'closed_after_lunch') { $('.store-status-details').html('

Store is currently closed. Please come back later.

'); } else if (dataText === 'delivery_waiting') { $('.store-status-details').html('

Delivery orders start later.

'); } else if (dataText === 'delivery_ended') { $('.store-status-details').html('

Delivery has finished for today.

'); } } } function mycallbackfunc(e,v,m,f){ if(e){ checkout(); } } function mycallbackfunc2(e,v,m,f){ if(e){ checkout(e,true); } } $("#submitcode").click(function () { ($("#smscode").val().length <=0) ? $("#smscode").css("border-color", "red") : $("#smscode").removeAttr('style') $.ajax({ type: "POST", url: "core/ajax/validatesmscode.php", data: $("#smscode").serialize(), success: function (result) { if (result == 'verified') { checkout(); } else if(result == 'verifiedguest'){ window.location.href = '?page=checkout'; } else if (result == 'failed') { $("#smscode").css("border-color", "red"); alert('Code is invalid. Please check if the code is correct.'); }else if (result == 'expired') { $("#smscode").css("border-color", "red"); alert('Code has expired (code is valid only within 10 minutes).'); } } }); }); $("#smscode").keypress(function (){ ($("#smscode").val().length >4)?$("#smscode").removeAttr('style'):''; })});

Order Type

DEALS OF THE DAY

Smokin' Joe's Pizza & Grill (642)

Burger Deal

Itaque earum rerum tenetur a sapiente delectus ut aut reiciendis voluptatibus maiores.

Smokin' Joe's Pizza & Grill (643)

Free Drink

Itaque earum rerum tenetur a sapiente delectus ut aut reiciendis voluptatibus maiores.

Smokin' Joe's Pizza & Grill (644)

Chicken Deal

Itaque earum rerum tenetur a sapiente delectus ut aut reiciendis voluptatibus maiores.

Smokin' Joe's Pizza & Grill (645)

Burger Fries Deal

Itaque earum rerum tenetur a sapiente delectus ut aut reiciendis voluptatibus maiores.

Smokin' Joe's Pizza & Grill (646)

Grab a copy of our menu here.

Itaque earum rerum tenetur a sapiente delectus ut aut reiciendis maiores alias consequatur.

Quisque ac dolor nec nisl pellen tesque ulla mor. Ves tibulum sed per etamus. Ei erant pha edrum vis. Eut alii auta ea, tek sit timeam.

Download App

Download The App

Download the Smokin Joe's app from either the App Store or Google Play for exclusive deals and promotions.

Smokin' Joe's Pizza & Grill (647) Smokin' Joe's Pizza & Grill (648)

Smokin' Joe's Pizza & Grill (649)

LovePizza? Likedeals? Be the first to know about our newest menu items and latest offers. More food. Less money.

Smokin' Joe's Pizza & Grill (650)

About Us

Located throughout Victoria and recently NSW, we've been serving up quality, fresh Restaurant style food for you to enjoy at home since 2015. Made fresh to order, our expansive range of Pizza, Pasta, Risotto, Steak and Parmas will not disappoint. We've got something for even the pickiest foodie!

Smokin' Joe's Pizza & Grill (651)Smokin' Joe's Pizza & Grill (652)Smokin' Joe's Pizza & Grill (653)

Need a hand?

Terms and Conditions

Privacy Policy

Having any Problems?

Feedback

Contact Us

17-25 Maroondah Hwy, Healesville, VIC

03 5907 2068

Smokin' Joe's Pizza & Grill (654)Powered by: Smokin' Joe's Pizza & Grill (655)

Smokin' Joe's Pizza & Grill (656)Smokin' Joe's Pizza & Grill (657)

Smokin Joe's Pizza & Grill Healesville © Copyright 2024. All right Reserved. Powered By Deliverit Software

Terms and ConditionsFeedback

PolicyHaving Any Problems?

Smokin' Joe's Pizza & Grill (658)Smokin' Joe's Pizza & Grill (659)

Smokin' Joe's Pizza & Grill (660)Powered by: Smokin' Joe's Pizza & Grill (661)

";$.prompt(promptMessage, { buttons: {Ok: true}, submit: anchorOption, });function anchorOption(e, v, m, f){if(v){ $('html, body').animate({scrollTop: $('#store-data').offset().top}, 'slow', function(){var uri = window.location.toString();if(uri.indexOf("#") > 0){var clean_uri = uri.substring(0, uri.indexOf("#"));window.history.replaceState({}, document.title, clean_uri);}});}}// $('#login-wrap').fadeToggle("fast");});
Smokin' Joe's Pizza & Grill (2024)
Top Articles
Greek Fisherman’s Stew Recipe
Creamy Sun Dried Tomato and Spinach Gnocchi Recipe Oh Sweet Basil
دانلود بازی Ben 10 بن تن برای کامپیوتر PC
معرفی بازی Ben 10 Power Trip ( بازی بن تن )
The Machinist | Rotten Tomatoes
Choosing an Ideal Pre-Med Major - SDN
Desert Financial Arena Graduation
Top 10 SUV: Wie zuverlässig sind sie wirklich? - AUTO BILD
Craigslist Eau Claire Wis
Vergoeding fysiotherapie vanaf 18 jaar in 2024 | FBTO
The UPS Store | Ship & Print Here > 1199 S Federal Hwy
The UPS Store | Ship & Print Here > 1911 SW Campus Dr
Latest Posts
4-Ingredient Sausage Balls Recipe | All Things Mamma
5:2 Diet, Feast Days & Fast Days, Monday Meal Plan and Halloumi & Tomato Salad Platter Recipe
Article information

Author: Sen. Emmett Berge

Last Updated:

Views: 6351

Rating: 5 / 5 (80 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Sen. Emmett Berge

Birthday: 1993-06-17

Address: 787 Elvis Divide, Port Brice, OH 24507-6802

Phone: +9779049645255

Job: Senior Healthcare Specialist

Hobby: Cycling, Model building, Kitesurfing, Origami, Lapidary, Dance, Basketball

Introduction: My name is Sen. Emmett Berge, I am a funny, vast, charming, courageous, enthusiastic, jolly, famous person who loves writing and wants to share my knowledge and understanding with you.