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

    $32.90

    2 Small Pizzas, 1 Garlic Bread, 2 Cans

    ×

    Couple

    2 Small Pizzas, 1 Garlic Bread, 2 Cans

    Choose

    Any Small Traditional Pizza

    Any Small Traditional Pizza 2

    Garlic Bread

    Can Drinks

    Can Drinks 2

    • Sml AmericanaSmokin' Joe's Pizza & Grill (5)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (6)

    • Sml Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (7)

    • Sml Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (8)

    • Sml Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (9)

    • Sml Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (10)

    • Sml GarlicSmokin' Joe's Pizza & Grill (11)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (12)

    • Sml Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (13)

    • Sml Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (14)

    • Sml MacedonianSmokin' Joe's Pizza & Grill (15)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (16)

    • Sml MargaritaSmokin' Joe's Pizza & Grill (17)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (18)

    • Sml Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (19)

    • Sml Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (20)

    • Sml MushroomSmokin' Joe's Pizza & Grill (21)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (22)

    • Sml Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (23)

    • Sml Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (24)

    • Sml Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (25)

    • Sml Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (26)

    • Sml Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (27)

    • Sml VegetarianSmokin' Joe's Pizza & Grill (28)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (29)

    • Sml AmericanaSmokin' Joe's Pizza & Grill (30)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (31)

    • Sml Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (32)

    • Sml Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (33)

    • Sml Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (34)

    • Sml Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (35)

    • Sml GarlicSmokin' Joe's Pizza & Grill (36)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (37)

    • Sml Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (38)

    • Sml Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (39)

    • Sml MacedonianSmokin' Joe's Pizza & Grill (40)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (41)

    • Sml MargaritaSmokin' Joe's Pizza & Grill (42)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (43)

    • Sml Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (44)

    • Sml Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (45)

    • Sml MushroomSmokin' Joe's Pizza & Grill (46)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (47)

    • Sml Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (48)

    • Sml Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (49)

    • Sml Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (50)

    • Sml Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (51)

    • Sml Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (52)

    • Sml VegetarianSmokin' Joe's Pizza & Grill (53)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (54)

    • Can 7up

    • Can Drinks

    • Can Lemonade

    • Can Pepsi

    • Can Pepsi Max

    • Can Raspberry

    • Can Solo

    • Can Sunkist

    • Can 7up

    • Can Drinks

    • Can Lemonade

    • Can Pepsi

    • Can Pepsi Max

    • Can Raspberry

    • Can Solo

    • Can Sunkist

    $32.90

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

    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 AmericanaSmokin' Joe's Pizza & Grill (56)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (57)

    • Lrg Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (58)

    • Lrg Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (59)

    • Lrg Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (60)

    • Lrg Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (61)

    • Lrg GarlicSmokin' Joe's Pizza & Grill (62)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (63)

    • Lrg Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (64)

    • Lrg Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (65)

    • Lrg MacedonianSmokin' Joe's Pizza & Grill (66)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (67)

    • Lrg MargaritaSmokin' Joe's Pizza & Grill (68)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (69)

    • Lrg Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (70)

    • Lrg Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (71)

    • Lrg MushroomSmokin' Joe's Pizza & Grill (72)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (73)

    • Lrg Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (74)

    • Lrg Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (75)

    • Lrg Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (76)

    • Lrg Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (77)

    • Lrg Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (78)

    • Lrg VegetarianSmokin' Joe's Pizza & Grill (79)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (80)

    • 1.25l 7up

    • 1.25l Creamy Soda

    • 1.25l Lemonade

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Raspberry

    • 1.25l Solo

    • 1.25l Sunkist

    $24.90

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

    Family

    $40.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 2

    Garlic Bread

    Any 1.25L Soft Drink

    • Lrg AmericanaSmokin' Joe's Pizza & Grill (82)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (83)

    • Lrg Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (84)

    • Lrg Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (85)

    • Lrg Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (86)

    • Lrg Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (87)

    • Lrg GarlicSmokin' Joe's Pizza & Grill (88)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (89)

    • Lrg Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (90)

    • Lrg Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (91)

    • Lrg MacedonianSmokin' Joe's Pizza & Grill (92)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (93)

    • Lrg MargaritaSmokin' Joe's Pizza & Grill (94)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (95)

    • Lrg Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (96)

    • Lrg Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (97)

    • Lrg MushroomSmokin' Joe's Pizza & Grill (98)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (99)

    • Lrg Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (100)

    • Lrg Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (101)

    • Lrg Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (102)

    • Lrg Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (103)

    • Lrg Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (104)

    • Lrg VegetarianSmokin' Joe's Pizza & Grill (105)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (106)

    • Lrg AmericanaSmokin' Joe's Pizza & Grill (107)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (108)

    • Lrg Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (109)

    • Lrg Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (110)

    • Lrg Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (111)

    • Lrg Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (112)

    • Lrg GarlicSmokin' Joe's Pizza & Grill (113)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (114)

    • Lrg Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (115)

    • Lrg Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (116)

    • Lrg MacedonianSmokin' Joe's Pizza & Grill (117)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (118)

    • Lrg MargaritaSmokin' Joe's Pizza & Grill (119)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (120)

    • Lrg Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (121)

    • Lrg Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (122)

    • Lrg MushroomSmokin' Joe's Pizza & Grill (123)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (124)

    • Lrg Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (125)

    • Lrg Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (126)

    • Lrg Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (127)

    • Lrg Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (128)

    • Lrg Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (129)

    • Lrg VegetarianSmokin' Joe's Pizza & Grill (130)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (131)

    • 1.25l 7up

    • 1.25l Creamy Soda

    • 1.25l Lemonade

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Raspberry

    • 1.25l Solo

    • 1.25l Sunkist

    $40.90

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

    Hunger Buster

    $47.90

    3 Large Traditional Pizzas

    ×

    Hunger Buster

    3 Large Traditional Pizzas

    Choose

    Any Large Pizza

    Any Large Pizza 2

    Any Large Pizza 3

    • Lrg AmericanaSmokin' Joe's Pizza & Grill (133)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (134)

    • Lrg Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (135)

    • Lrg Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (136)

    • Lrg Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (137)

    • Lrg Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (138)

    • Lrg GarlicSmokin' Joe's Pizza & Grill (139)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (140)

    • Lrg Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (141)

    • Lrg Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (142)

    • Lrg MacedonianSmokin' Joe's Pizza & Grill (143)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (144)

    • Lrg MargaritaSmokin' Joe's Pizza & Grill (145)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (146)

    • Lrg Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (147)

    • Lrg Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (148)

    • Lrg MushroomSmokin' Joe's Pizza & Grill (149)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (150)

    • Lrg Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (151)

    • Lrg Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (152)

    • Lrg Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (153)

    • Lrg Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (154)

    • Lrg Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (155)

    • Lrg VegetarianSmokin' Joe's Pizza & Grill (156)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (157)

    • Lrg AmericanaSmokin' Joe's Pizza & Grill (158)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (159)

    • Lrg Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (160)

    • Lrg Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (161)

    • Lrg Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (162)

    • Lrg Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (163)

    • Lrg GarlicSmokin' Joe's Pizza & Grill (164)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (165)

    • Lrg Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (166)

    • Lrg Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (167)

    • Lrg MacedonianSmokin' Joe's Pizza & Grill (168)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (169)

    • Lrg MargaritaSmokin' Joe's Pizza & Grill (170)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (171)

    • Lrg Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (172)

    • Lrg Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (173)

    • Lrg MushroomSmokin' Joe's Pizza & Grill (174)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (175)

    • Lrg Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (176)

    • Lrg Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (177)

    • Lrg Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (178)

    • Lrg Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (179)

    • Lrg Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (180)

    • Lrg VegetarianSmokin' Joe's Pizza & Grill (181)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (182)

    • Lrg AmericanaSmokin' Joe's Pizza & Grill (183)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (184)

    • Lrg Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (185)

    • Lrg Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (186)

    • Lrg Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (187)

    • Lrg Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (188)

    • Lrg GarlicSmokin' Joe's Pizza & Grill (189)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (190)

    • Lrg Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (191)

    • Lrg Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (192)

    • Lrg MacedonianSmokin' Joe's Pizza & Grill (193)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (194)

    • Lrg MargaritaSmokin' Joe's Pizza & Grill (195)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (196)

    • Lrg Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (197)

    • Lrg Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (198)

    • Lrg MushroomSmokin' Joe's Pizza & Grill (199)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (200)

    • Lrg Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (201)

    • Lrg Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (202)

    • Lrg Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (203)

    • Lrg Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (204)

    • Lrg Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (205)

    • Lrg VegetarianSmokin' Joe's Pizza & Grill (206)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (207)

    $47.90

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

    Mix N Match

    $49.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 AmericanaSmokin' Joe's Pizza & Grill (209)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (210)

    • Lrg Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (211)

    • Lrg Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (212)

    • Lrg Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (213)

    • Lrg Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (214)

    • Lrg GarlicSmokin' Joe's Pizza & Grill (215)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (216)

    • Lrg Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (217)

    • Lrg Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (218)

    • Lrg MacedonianSmokin' Joe's Pizza & Grill (219)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (220)

    • Lrg MargaritaSmokin' Joe's Pizza & Grill (221)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (222)

    • Lrg Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (223)

    • Lrg Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (224)

    • Lrg MushroomSmokin' Joe's Pizza & Grill (225)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (226)

    • Lrg Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (227)

    • Lrg Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (228)

    • Lrg Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (229)

    • Lrg Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (230)

    • Lrg Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (231)

    • Lrg VegetarianSmokin' Joe's Pizza & Grill (232)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (233)

    • Bolognese

      Rich homemade meat sauce

      Smokin' Joe's Pizza & Grill (234)

    • Chicken + Avocado

      Breast chicken, onion, parsley, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (235)

    • Chicken + Mushroom

      Parsley, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (236)

    • Chicken Pesto

      Chicken, spinach, cherry tomato + cream

    • Gamberi

      Prawns, spring onion, garlic, olive oil + parsley

    • Joe’s Favourite

      Chicken, bacon, mushroom, spinach + rosé sauce

    • Marinara

      Mix seafood, parsley + rose sauce

    • Meat Balls

      Homemade meat balls + rich tomato sauce

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

      Rich homemade tomato sauce

      Smokin' Joe's Pizza & Grill (238)

    • Carbonara

      Bacon, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (239)

    • ChorizoSmokin' Joe's Pizza & Grill (240)

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

    • Lasagna

      Layered sheets of pasta, rich meat + tomato sauce

      Smokin' Joe's Pizza & Grill (241)

    • Matriciana

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

    • VegetarianSmokin' Joe's Pizza & Grill (242)

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

    • 1.25l 7up

    • 1.25l Creamy Soda

    • 1.25l Lemonade

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Raspberry

    • 1.25l Solo

    • 1.25l Sunkist

    $49.90

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

    Pasta Taster

    $53.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 2

    Any 1.25L Soft Drink

    1 Small Garlic Pizza

    • Bolognese

      Rich homemade meat sauce

      Smokin' Joe's Pizza & Grill (244)

    • Chicken + Avocado

      Breast chicken, onion, parsley, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (245)

    • Chicken + Mushroom

      Parsley, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (246)

    • Chicken Pesto

      Chicken, spinach, cherry tomato + cream

    • Gamberi

      Prawns, spring onion, garlic, olive oil + parsley

    • Joe’s Favourite

      Chicken, bacon, mushroom, spinach + rosé sauce

    • Meat Balls

      Homemade meat balls + rich tomato sauce

    • NapoletanaSmokin' Joe's Pizza & Grill (247)

      Rich homemade tomato sauce

      Smokin' Joe's Pizza & Grill (248)

    • Carbonara

      Bacon, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (249)

    • ChorizoSmokin' Joe's Pizza & Grill (250)

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

    • Lasagna

      Layered sheets of pasta, rich meat + tomato sauce

      Smokin' Joe's Pizza & Grill (251)

    • Matriciana

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

    • VegetarianSmokin' Joe's Pizza & Grill (252)

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

    • Bolognese

      Rich homemade meat sauce

      Smokin' Joe's Pizza & Grill (253)

    • Chicken + Avocado

      Breast chicken, onion, parsley, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (254)

    • Chicken + Mushroom

      Parsley, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (255)

    • Chicken Pesto

      Chicken, spinach, cherry tomato + cream

    • Gamberi

      Prawns, spring onion, garlic, olive oil + parsley

    • Joe’s Favourite

      Chicken, bacon, mushroom, spinach + rosé sauce

    • Marinara

      Mix seafood, parsley + rose sauce

    • Meat Balls

      Homemade meat balls + rich tomato sauce

    • NapoletanaSmokin' Joe's Pizza & Grill (256)

      Rich homemade tomato sauce

      Smokin' Joe's Pizza & Grill (257)

    • Carbonara

      Bacon, spring onion, garlic + cream sauce

      Smokin' Joe's Pizza & Grill (258)

    • ChorizoSmokin' Joe's Pizza & Grill (259)

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

    • Lasagna

      Layered sheets of pasta, rich meat + tomato sauce

      Smokin' Joe's Pizza & Grill (260)

    • Matriciana

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

    • VegetarianSmokin' Joe's Pizza & Grill (261)

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

    • 1.25l 7up

    • 1.25l Creamy Soda

    • 1.25l Lemonade

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Raspberry

    • 1.25l Solo

    • 1.25l Sunkist

    $53.90

  • Joes Grill Pack THE ULTIMATE MEAL

    $49.90

    6 Sticky Wings, ½ Server Smokey Pork or Lamb Ribs, 2 Chicken Skewers with Fat Chips and Salad

    ×

    Joes Grill Pack THE ULTIMATE MEAL

    6 Sticky Wings, ½ Server Smokey Pork or Lamb Ribs, 2 Chicken Skewers with Fat Chips and 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 (262)

    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 2

    Garlic Bread

    Garlic Bread 2

    Any 1.25L Soft Drink

    Any 1.25L Soft Drink 2

    • Fam AmericanaSmokin' Joe's Pizza & Grill (263)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (264)

    • Fam Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (265)

    • Fam Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (266)

    • Fam Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (267)

    • Fam Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (268)

    • Fam GarlicSmokin' Joe's Pizza & Grill (269)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (270)

    • Fam Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (271)

    • Fam Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (272)

    • Fam MacedonianSmokin' Joe's Pizza & Grill (273)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (274)

    • Fam MargaritaSmokin' Joe's Pizza & Grill (275)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (276)

    • Fam Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (277)

    • Fam Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (278)

    • Fam MushroomSmokin' Joe's Pizza & Grill (279)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (280)

    • Fam Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (281)

    • Fam Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (282)

    • Fam Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (283)

    • Fam Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (284)

    • Fam Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (285)

    • Fam VegetarianSmokin' Joe's Pizza & Grill (286)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (287)

    • Fam AmericanaSmokin' Joe's Pizza & Grill (288)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (289)

    • Fam Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (290)

    • Fam Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (291)

    • Fam Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (292)

    • Fam Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (293)

    • Fam GarlicSmokin' Joe's Pizza & Grill (294)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (295)

    • Fam Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (296)

    • Fam Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (297)

    • Fam MacedonianSmokin' Joe's Pizza & Grill (298)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (299)

    • Fam MargaritaSmokin' Joe's Pizza & Grill (300)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (301)

    • Fam Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (302)

    • Fam Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (303)

    • Fam MushroomSmokin' Joe's Pizza & Grill (304)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (305)

    • Fam Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (306)

    • Fam Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (307)

    • Fam Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (308)

    • Fam Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (309)

    • Fam Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (310)

    • Fam VegetarianSmokin' Joe's Pizza & Grill (311)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (312)

    • 1.25l 7up

    • 1.25l Creamy Soda

    • 1.25l Lemonade

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Raspberry

    • 1.25l Solo

    • 1.25l Sunkist

    • 1.25l 7up

    • 1.25l Creamy Soda

    • 1.25l Lemonade

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Raspberry

    • 1.25l Solo

    • 1.25l Sunkist

    $59.90

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

    Parma Deal

    $36.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 7up

    • 1.25l Creamy Soda

    • 1.25l Lemonade

    • 1.25l Pepsi

    • 1.25l Pepsi Max

    • 1.25l Raspberry

    • 1.25l Solo

    • 1.25l Sunkist

    $36.90

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

    Triple Gourmet

    $62.90

    3 Large Gourmet Pizzas

    ×

    Triple Gourmet

    3 Large Gourmet Pizzas

    Choose

    Any Large Gourmet Pizza

    Any Large Gourmet Pizza 2

    Any Large Gourmet Pizza 3

    • Lrg Buffalo ChickenSmokin' Joe's Pizza & Grill (315)

      Chicken, capsicum, onion, jalapenos, garlic, chili and buffalo sauce with tomato base

      Smokin' Joe's Pizza & Grill (316)

    • Lrg Chicken Pesto

      Pesto, chicken, spinach, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (317)

    • Lrg Joes Burger

      Beef, onion, egg + burger sauce

    • Lrg Marinara

      Fresh seafood marinated in garlic + parsley

      Smokin' Joe's Pizza & Grill (318)

    • Lrg Meat Ball

      Meat balls, bacon, cherry, tomato and shaved parmesan with tomato base and mozzarella

      Smokin' Joe's Pizza & Grill (319)

    • Lrg Moroccan Lamb

      Marinated lamb, spinach, Spanish onion, cherry tomatoes + garlic sauce

      Smokin' Joe's Pizza & Grill (320)

    • Lrg Nachos

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

      Smokin' Joe's Pizza & Grill (321)

    • Lrg Peri-peri Chicken

      Roast chicken breast, roast peppers, spring onion and caramelised onion topped with peri peri sauce.

    • Lrg Prawn

      Fresh prawns, spinach, roast peppers, garlic + chilli

      Smokin' Joe's Pizza & Grill (322)

    • Lrg Roast PumpkinSmokin' Joe's Pizza & Grill (323)

      Roast pumpkin, spinach, feta + rosemary

      Smokin' Joe's Pizza & Grill (324)

    • Lrg Spicy PaneerSmokin' Joe's Pizza & Grill (325)Smokin' Joe's Pizza & Grill (326)

      Marinated paneer, spinach, Spanish onion, roast peppers, cherry tomato + hot sauce

      Smokin' Joe's Pizza & Grill (327)

    • Lrg Tandoori

      Spinach, Spanish onion, roast peppers, marinated chicken + garlic sauce

    • Lrg Veggie PatchSmokin' Joe's Pizza & Grill (328)

      Roast pumpkin, Spanish onions, spinach, roast peppers, olives, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (329)

    • Lrg Buffalo ChickenSmokin' Joe's Pizza & Grill (330)

      Chicken, capsicum, onion, jalapenos, garlic, chili and buffalo sauce with tomato base

      Smokin' Joe's Pizza & Grill (331)

    • Lrg Chicken Pesto

      Pesto, chicken, spinach, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (332)

    • Lrg Joes Burger

      Beef, onion, egg + burger sauce

    • Lrg Marinara

      Fresh seafood marinated in garlic + parsley

      Smokin' Joe's Pizza & Grill (333)

    • Lrg Meat Ball

      Meat balls, bacon, cherry, tomato and shaved parmesan with tomato base and mozzarella

      Smokin' Joe's Pizza & Grill (334)

    • Lrg Moroccan Lamb

      Marinated lamb, spinach, Spanish onion, cherry tomatoes + garlic sauce

      Smokin' Joe's Pizza & Grill (335)

    • Lrg Nachos

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

      Smokin' Joe's Pizza & Grill (336)

    • Lrg Peri-peri Chicken

      Roast chicken breast, roast peppers, spring onion and caramelised onion topped with peri peri sauce.

    • Lrg Prawn

      Fresh prawns, spinach, roast peppers, garlic + chilli

      Smokin' Joe's Pizza & Grill (337)

    • Lrg Roast PumpkinSmokin' Joe's Pizza & Grill (338)

      Roast pumpkin, spinach, feta + rosemary

      Smokin' Joe's Pizza & Grill (339)

    • Lrg Spicy PaneerSmokin' Joe's Pizza & Grill (340)Smokin' Joe's Pizza & Grill (341)

      Marinated paneer, spinach, Spanish onion, roast peppers, cherry tomato + hot sauce

      Smokin' Joe's Pizza & Grill (342)

    • Lrg Tandoori

      Spinach, Spanish onion, roast peppers, marinated chicken + garlic sauce

    • Lrg Veggie PatchSmokin' Joe's Pizza & Grill (343)

      Roast pumpkin, Spanish onions, spinach, roast peppers, olives, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (344)

    • Lrg Buffalo ChickenSmokin' Joe's Pizza & Grill (345)

      Chicken, capsicum, onion, jalapenos, garlic, chili and buffalo sauce with tomato base

      Smokin' Joe's Pizza & Grill (346)

    • Lrg Chicken Pesto

      Pesto, chicken, spinach, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (347)

    • Lrg Joes Burger

      Beef, onion, egg + burger sauce

    • Lrg Marinara

      Fresh seafood marinated in garlic + parsley

      Smokin' Joe's Pizza & Grill (348)

    • Lrg Meat Ball

      Meat balls, bacon, cherry, tomato and shaved parmesan with tomato base and mozzarella

      Smokin' Joe's Pizza & Grill (349)

    • Lrg Moroccan Lamb

      Marinated lamb, spinach, Spanish onion, cherry tomatoes + garlic sauce

      Smokin' Joe's Pizza & Grill (350)

    • Lrg Nachos

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

      Smokin' Joe's Pizza & Grill (351)

    • Lrg Peri-peri Chicken

      Roast chicken breast, roast peppers, spring onion and caramelised onion topped with peri peri sauce.

    • Lrg Prawn

      Fresh prawns, spinach, roast peppers, garlic + chilli

      Smokin' Joe's Pizza & Grill (352)

    • Lrg Roast PumpkinSmokin' Joe's Pizza & Grill (353)

      Roast pumpkin, spinach, feta + rosemary

      Smokin' Joe's Pizza & Grill (354)

    • Lrg Spicy PaneerSmokin' Joe's Pizza & Grill (355)Smokin' Joe's Pizza & Grill (356)

      Marinated paneer, spinach, Spanish onion, roast peppers, cherry tomato + hot sauce

      Smokin' Joe's Pizza & Grill (357)

    • Lrg Tandoori

      Spinach, Spanish onion, roast peppers, marinated chicken + garlic sauce

    • Lrg Veggie PatchSmokin' Joe's Pizza & Grill (358)

      Roast pumpkin, Spanish onions, spinach, roast peppers, olives, cherry tomato + feta

      Smokin' Joe's Pizza & Grill (359)

    $62.90

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

    Drink and Garlic Bread

    $8.90

    Add Any Drink + Garlic Bread

    ×

    Drink and Garlic Bread

    Add Any Drink + Garlic Bread

    Choice of Drink

All pizzas with tomato base & mozzarella

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

    Pepperoni

    Double mozzarella + mild pepperoni

    ×

    Pepperoni

    Double mozzarella + mild pepperoni

    Choose one

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

    Napolitana

    Olives, anchovies + oregano

    ×

    Napolitana

    Olives, anchovies + oregano

    Choose one

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

    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 (387)

    Hawaiian

    Ham + pineapple

    ×

    Hawaiian

    Ham + pineapple

    Choose one

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

    Garlic

    Smokin' Joe's Pizza & Grill (394)

    Double cheese + oregano

    ×

    Garlic

    Smokin' Joe's Pizza & Grill (395)

    Double cheese + oregano

    Choose one

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

    Meat Lovers

    Ham, salami, bacon, chorizo + BBQ sauce

    ×

    Meat Lovers

    Ham, salami, bacon, chorizo + BBQ sauce

    Choose one

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

    Vegetarian

    Smokin' Joe's Pizza & Grill (408)

    Mushrooms, onion, capsicum + olives

    ×

    Vegetarian

    Smokin' Joe's Pizza & Grill (409)

    Mushrooms, onion, capsicum + olives

    Choose one

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

    Mushroom

    Smokin' Joe's Pizza & Grill (416)

    Mushroom, double cheese + oregano

    ×

    Mushroom

    Smokin' Joe's Pizza & Grill (417)

    Mushroom, double cheese + oregano

    Choose one

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

    Southern Chicken

    Chicken, bacon, sweet corn + chipotle sauce

    ×

    Southern Chicken

    Chicken, bacon, sweet corn + chipotle sauce

    Choose one

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

    Joe’s Favourite

    Smokin’ Special

    Ham, salami, prawns + pineapple

    ×

    Smokin’ Special

    Ham, salami, prawns + pineapple

    Choose one

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

    Capricciosa

    Ham, mushroom, olives + anchovies

    ×

    Capricciosa

    Ham, mushroom, olives + anchovies

    Choose one

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

    Chicken

    Chicken breast, pineapple + BBQ sauce

    ×

    Chicken

    Chicken breast, pineapple + BBQ sauce

    Choose one

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

    Macedonian

    Smokin' Joe's Pizza & Grill (448)

    Ham, salami, capsicum, mushroom, garlic + chilli

    ×

    Macedonian

    Smokin' Joe's Pizza & Grill (449)

    Ham, salami, capsicum, mushroom, garlic + chilli

    Choose one

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

    Aussie

    Ham, bacon + egg

    ×

    Aussie

    Ham, bacon + egg

    Choose one

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

    Margarita

    Smokin' Joe's Pizza & Grill (462)

    Double mozzarella + oregano

    ×

    Margarita

    Smokin' Joe's Pizza & Grill (463)

    Double mozzarella + oregano

    Choose one

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

    Americana

    Smokin' Joe's Pizza & Grill (470)

    Salami, mushrooms, olives + jalapeños

    ×

    Americana

    Smokin' Joe's Pizza & Grill (471)

    Salami, mushrooms, olives + jalapeños

    Choose one

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

    Chicken Supreme

    Chicken, onion, capsicum + pineapple

    ×

    Chicken Supreme

    Chicken, onion, capsicum + pineapple

    Choose one

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

    Joe’s Favourite

    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 (489)

    Mexican

    Salami, onion, capsicum + olives

    ×

    Mexican

    Salami, onion, capsicum + olives

    Choose one

All pizzas with tomato base & mozzarella

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

    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 (501)

    Buffalo Chicken

    Smokin' Joe's Pizza & Grill (502)

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

    ×

    Buffalo Chicken

    Smokin' Joe's Pizza & Grill (503)

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

    Choose one

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

    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 (520)

    Chicken Pesto

    Pesto, chicken, spinach, cherry tomato + feta

    ×

    Chicken Pesto

    Pesto, chicken, spinach, cherry tomato + feta

    Choose one

  • Joe’s Favourite

    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 Favourite

    Joe’s Burger

    Beef, onion, egg + burger sauce

    ×

    Joe’s Burger

    Beef, onion, egg + burger sauce

    Choose one

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

    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 (542)

    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 (548)

    Prawn

    Fresh prawns, spinach, roast peppers, garlic + chilli

    ×

    Prawn

    Fresh prawns, spinach, roast peppers, garlic + chilli

    Choose one

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

    Joe’s Favourite

    Spicy Paneer

    Smokin' Joe's Pizza & Grill (555)

    Smokin' Joe's Pizza & Grill (556)

    Marinated paneer, spinach, Spanish onion, roast peppers, cherry tomato + hot sauce

    ×

    Spicy Paneer

    Smokin' Joe's Pizza & Grill (557)

    Smokin' Joe's Pizza & Grill (558)

    Marinated paneer, spinach, Spanish onion, roast peppers, cherry tomato + hot sauce

    Choose one

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

    Veggie Patch

    Smokin' Joe's Pizza & Grill (565)

    Roast pumpkin, Spanish onions, spinach, roast peppers, olives, cherry tomato + feta

    ×

    Veggie Patch

    Smokin' Joe's Pizza & Grill (566)

    Roast pumpkin, Spanish onions, spinach, roast peppers, olives, cherry tomato + feta

    Choose one

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

    Roast Pumpkin

    Smokin' Joe's Pizza & Grill (573)

    Roast pumpkin, spinach, feta + rosemary

    ×

    Roast Pumpkin

    Smokin' Joe's Pizza & Grill (574)

    Roast pumpkin, spinach, feta + rosemary

    Choose one

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

    Half/Half

    $2.00

    ×

    Half/Half

    Choose Your First Half

    Select Size
    *includes $2 surcharge

    Select Your Pizzas
    Required

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

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

    • Lrg Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (583)

    • Lrg Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (584)

    • Lrg Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (585)

    • Lrg Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (586)

    • Lrg GarlicSmokin' Joe's Pizza & Grill (587)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (588)

    • Lrg Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (589)

    • Lrg VegetarianSmokin' Joe's Pizza & Grill (590)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (591)

    • Lrg MushroomSmokin' Joe's Pizza & Grill (592)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (593)

    • Lrg Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (594)

    • Lrg Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (595)

    • Lrg Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (596)

    • Lrg Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (597)

    • Lrg MacedonianSmokin' Joe's Pizza & Grill (598)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (599)

    • Lrg Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (600)

    • Lrg MargaritaSmokin' Joe's Pizza & Grill (601)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (602)

    • Lrg AmericanaSmokin' Joe's Pizza & Grill (603)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (604)

    • Lrg Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (605)

    • Lrg Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (606)

    • Lrg Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (607)

    • Lrg Pepperoni

      Double mozzarella and mild pepperoni with tomato base.

      Smokin' Joe's Pizza & Grill (608)

    • Lrg Napolitana

      Olives, anchovies and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (609)

    • Lrg Supreme

      Ham, mushroom, onion, salami, capsicum, pineapple, prawns with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (610)

    • Lrg Hawaiian

      Ham and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (611)

    • Lrg GarlicSmokin' Joe's Pizza & Grill (612)

      Double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (613)

    • Lrg Meat Lovers

      Ham, salami, bacon, chorizo and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (614)

    • Lrg VegetarianSmokin' Joe's Pizza & Grill (615)

      Mushrooms, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (616)

    • Lrg MushroomSmokin' Joe's Pizza & Grill (617)

      Mushroom, double cheese and oregano with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (618)

    • Lrg Southern Chicken

      Chicken, bacon, sweet corn and chipotle sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (619)

    • Lrg Smokin Special

      Ham, salami, prawns and pineapple with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (620)

    • Lrg Capricciosa

      Ham, mushroom, olives and anchovies with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (621)

    • Lrg Chicken

      Chicken breast, pineapple and barbecue sauce with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (622)

    • Lrg MacedonianSmokin' Joe's Pizza & Grill (623)

      Ham, salami, capsicum, mushroom and garlic chilli with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (624)

    • Lrg Aussie

      Ham, bacon and egg with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (625)

    • Lrg MargaritaSmokin' Joe's Pizza & Grill (626)

      Double mozzarella and oregano with tomato base.

      Smokin' Joe's Pizza & Grill (627)

    • Lrg AmericanaSmokin' Joe's Pizza & Grill (628)

      Spicy. Salami, mushrooms, olives + jalapeños.

      Smokin' Joe's Pizza & Grill (629)

    • Lrg Chicken Supreme

      Chicken, onion, capsicum + pineapple.

      Smokin' Joe's Pizza & Grill (630)

    • Lrg Joes Loaded

      Chicken, ham, mushroom, salami, onion, capsicum and bacon with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (631)

    • Lrg Mexican

      Salami, onion, capsicum and olives with tomato base and mozzarella.

      Smokin' Joe's Pizza & Grill (632)

    $0.00

All served with parmesan

  • Gamberi

    $20.90

    Prawns, spring onion, garlic, olive oil + parsley

    ×

    Gamberi

    Prawns, spring onion, garlic, olive oil + parsley

    Pasta Option

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

    Chicken + Avocado

    $20.90

    Breast chicken, onion, parsley, garlic + cream sauce

    ×

    Chicken + Avocado

    Breast chicken, onion, parsley, garlic + cream sauce

    Pasta Option

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

    Napoletana

    Smokin' Joe's Pizza & Grill (645)

    $20.90

    Rich homemade tomato sauce

    ×

    Napoletana

    Smokin' Joe's Pizza & Grill (646)

    Rich homemade tomato sauce

    Pasta Option

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

    Bolognese

    $20.90

    Rich homemade meat sauce

    ×

    Bolognese

    Rich homemade meat sauce

    Pasta Option

  • Meat Balls

    $20.90

    Homemade meat balls + rich tomato sauce

    ×

    Meat Balls

    Homemade meat balls + rich tomato sauce

    Pasta Option

  • Joe’s Favourite

    $20.90

    Joe’s Favourite

    Chicken, bacon, mushroom, spinach + rosé sauce

    ×

    Joe’s Favourite

    Chicken, bacon, mushroom, spinach + rosé sauce

    Pasta Option

  • Marinara

    $20.90

    Mix seafood, parsley + rose sauce

    ×

    Marinara

    Mix seafood, parsley + rose sauce

    Pasta Option

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

    Chicken + Mushroom

    $20.90

    Parsley, spring onion, garlic + cream sauce

    ×

    Chicken + Mushroom

    Parsley, spring onion, garlic + cream sauce

    Pasta Option

  • Chicken Pesto

    $20.90

    Chicken, spinach, cherry tomato + cream

    ×

    Chicken Pesto

    Chicken, spinach, cherry tomato + cream

    Pasta Option

  • Matriciana

    $20.90

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

    ×

    Matriciana

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

    Pasta Option

  • Vegetarian

    Smokin' Joe's Pizza & Grill (689)

    $20.90

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

    ×

    Vegetarian

    Smokin' Joe's Pizza & Grill (690)

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

    Pasta Option

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

    Carbonara

    $20.90

    Bacon, spring onion, garlic + cream sauce

    ×

    Carbonara

    Bacon, spring onion, garlic + cream sauce

    Pasta Option

  • Chorizo

    Smokin' Joe's Pizza & Grill (702)

    $20.90

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

    ×

    Chorizo

    Smokin' Joe's Pizza & Grill (703)

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

    Pasta Option

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

    Lasagna

    $20.90

    Layered sheets of pasta, rich meat + tomato sauce

    ×

    Lasagna

    Layered sheets of pasta, rich meat + tomato sauce

  • Pumpkin Risotto

    Smokin' Joe's Pizza & Grill (710)

    $20.90

    Spinach, feta, creamy sauce

    ×

    Pumpkin Risotto

    Smokin' Joe's Pizza & Grill (711)

    Spinach, feta, creamy sauce

  • Joe’s Favourite

    $20.90

    Prawn Risotto

    Roast peppers, spinach + cream sauce

    ×

    Prawn Risotto

    Roast peppers, spinach + cream sauce

  • Vegetarian Risotto

    Smokin' Joe's Pizza & Grill (712)

    $20.90

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

    ×

    Vegetarian Risotto

    Smokin' Joe's Pizza & Grill (713)

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

  • Chicken Risotto

    $20.90

    Mushrooms, spinach, spring onion, garlic + cream sauce

    ×

    Chicken Risotto

    Mushrooms, spinach, spring onion, garlic + cream sauce

  • Chicken + Bacon Risotto

    $20.90

    Chicken, spinach + cream sauce

    ×

    Chicken + Bacon Risotto

    Chicken, spinach + cream sauce

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

    Wedges

    Smokin' Joe's Pizza & Grill (715)

    With sour cream

    ×

    Wedges

    Smokin' Joe's Pizza & Grill (716)

    With sour cream

    Choose one

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

    Joe’s Favourite

    $13.90

    Loaded Fat Chips

    Bacon, cheese, sour cream + spring onion

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

    Fat Chips

    Smokin' Joe's Pizza & Grill (721)

    ×

    Fat Chips

    Smokin' Joe's Pizza & Grill (722)

    Choose one

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

    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 (728)

    Loaded wedges

    $16.90

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

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

    Calamari (12)

    $13.90

    With garlic aioli

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

    Crumbed Tenders + Chips

    $14.90

  • Buffalo Wings (6)

    $12.90

    With hot sauce

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

    Garlic Bread Roll

    Smokin' Joe's Pizza & Grill (732)

    $4.90

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

    Mozzarella Bites (10)

    Smokin' Joe's Pizza & Grill (734)

    $14.90

    With homemade napoli sauce

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

    Loaded Garlic Bread

    $9.90

    With bacon + cheese or with bolognese sauce + cheese

    ×

    Loaded Garlic Bread

    With bacon + cheese or with bolognese sauce + cheese

    Loaded Garlic Bread Option

  • Homemade Sauces

    $4.00

    Creamy pepper, mushroom, avocado, creamy garlic + parsley

    ×

    Homemade Sauces

    Creamy pepper, mushroom, avocado, creamy garlic + parsley

    Sauce Option

All served with chips & salad

  • BBQ Ribs

    Slow-cooked in a smokey BBQ sauce and finished on our flamin’ hot chargrill!

    ×

    BBQ Ribs

    Slow-cooked in a smokey BBQ sauce and finished on our flamin’ hot chargrill!

    BBQ Ribs Option

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

    Wings

    Sticky chicken wings are marinated overnight in our smokey BBQ sauce & grilled to perfection on the chargrill

    ×

    Wings

    Sticky chicken wings are marinated overnight in our smokey BBQ sauce & grilled to perfection on the chargrill

    Wings Option

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

    Joe’s Favourite

    $42.90

    Rib Eye Steak (400g)

    Our premium steaks are slowly chargrilled to your liking served with chips, salad and mushroom, pepper or garlic sauce

    ×

    Rib Eye Steak (400g)

    Our premium steaks are slowly chargrilled to your liking served with chips, salad and mushroom, pepper or garlic sauce

    Choose

    Any Sauce Option

    Any Steak Option

    • Mushroom

    • Pepper Sauce

    • Garlic Sauce

    • Medium

    • Medium Rare

    • Medium Well

    • Well Done

    $42.90

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

    Rump Steak (500g)

    $39.90

    Our premium steaks are slowly chargrilled to your liking served with chips, salad and mushroom, pepper or garlic sauce

    ×

    Rump Steak (500g)

    Our premium steaks are slowly chargrilled to your liking served with chips, salad and mushroom, pepper or garlic sauce

    Choose

    Any Sauce Option

    Any Steak Option

    • Mushroom

    • Pepper Sauce

    • Garlic Sauce

    • Medium

    • Medium Rare

    • Medium Well

    • Well Done

    $39.90

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

    Chicken Breast

    $29.90

    (Grilled or Crumbed) With your choice of either mushroom, avocado, creamy bacon or peri-peri sauce

    ×

    Chicken Breast

    (Grilled or Crumbed) With your choice of either mushroom, avocado, creamy bacon or peri-peri sauce

    Choose

    Choose Type

    Choose Sauce

    • Grilled

    • Crumbed

    • Mushroom

    • Avocado

    • Creamy Bacon

    • Peri Peri

    $29.90

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

    Grilled Tenders

    $19.90

    With your choice of either sweet chilli, peri-peri or signature BBQ sauce

    ×

    Grilled Tenders

    With your choice of either sweet chilli, peri-peri or signature BBQ sauce

    Chicken Sauce Option

  • Joes Signature Parma

    $29.90

    With 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

    With 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)

    $29.90

Add Grilled Tenders To Any Salad 5.0

  • Greek Salad

    Smokin' Joe's Pizza & Grill (756)

    $12.90

    Baby cos, olives, feta, onion, cucumber, tomato + lemon vinaigrette

    ×

    Greek Salad

    Smokin' Joe's Pizza & Grill (757)

    Baby cos, olives, feta, onion, cucumber, tomato + lemon vinaigrette

    Salad Option

  • Garden Salad

    Smokin' Joe's Pizza & Grill (760)

    $12.90

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

    ×

    Garden Salad

    Smokin' Joe's Pizza & Grill (761)

    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

    Smokin' Joe's Pizza & Grill (766)

    $12.90

    Mixed green + Italian dressing

    ×

    Pumpkin + Feta

    Smokin' Joe's Pizza & Grill (767)

    Mixed green + Italian dressing

    Salad Option

  • Nutella Pizza

    $14.90

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

    ×

    Nutella Pizza

    With 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 & 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

Smokin' Joe's Pizza & Grill (789) - Spicy

Smokin' Joe's Pizza & Grill (790) - Vegetarian

'); 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=10628&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 (791)

Burger Deal

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

Smokin' Joe's Pizza & Grill (792)

Free Drink

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

Smokin' Joe's Pizza & Grill (793)

Chicken Deal

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

Smokin' Joe's Pizza & Grill (794)

Burger Fries Deal

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

Smokin' Joe's Pizza & Grill (795)

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 (796) Smokin' Joe's Pizza & Grill (797)

Smokin' Joe's Pizza & Grill (798)

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

Smokin' Joe's Pizza & Grill (799)

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 (800)Smokin' Joe's Pizza & Grill (801)Smokin' Joe's Pizza & Grill (802)

Need a hand?

Terms and Conditions

Privacy Policy

Having any Problems?

Feedback

Contact Us

968a Nepean Hwy, Mornington, VIC

03 5910 4072

Smokin' Joe's Pizza & Grill (803)Powered by: Smokin' Joe's Pizza & Grill (804)

Smokin' Joe's Pizza & Grill (805)Smokin' Joe's Pizza & Grill (806)Smokin' Joe's Pizza & Grill (807)Smokin' Joe's Pizza & Grill (808)

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

Terms and ConditionsFeedback

PolicyHaving Any Problems?

Smokin' Joe's Pizza & Grill (809)Smokin' Joe's Pizza & Grill (810)Smokin' Joe's Pizza & Grill (811)Smokin' Joe's Pizza & Grill (812)

Smokin' Joe's Pizza & Grill (813)Powered by: Smokin' Joe's Pizza & Grill (814)

";$.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);}});}}$.prompt("

Dear Customers, get free delivery on all orders!

");// $('#login-wrap').fadeToggle("fast");});
Smokin' Joe's Pizza & Grill (2024)
Top Articles
Homemade Fruit Bars Recipe | Whole Grain Fruit-Filled Bars
Oma's Easy No-Knead Artisan Bread Recipe – German Krustenbrot
Tnt Tony Superfantastic
Carewell Urgent Care Northborough Reviews
Osubuddy
‘Wise Guy: David Chase and the Sopranos’ Review: Alex Gibney’s Sensationally Artful Documentary Explores Every Angle of TV’s Greatest Show
MTB &gt; Name C11 'Fresh' C12 'Stored' # Puts Names Atop C11 and C12 in the Worksheet
7.4 Sum-to-Product and Product-to-Sum Formulas - Precalculus 2e | OpenStax
Update Family & Student Information
Blackbaud ID for Parents - The Red Oaks School
Alien Shooter 3 Game Download
New KUBOTA RTV-X1140WLH Worksite with HD Tires, CANOPY TOP | Garton Tractor
Latest Posts
Old Fashioned Chili Recipes just like your grandma made
Easy Ottolenghi summer recipes: starters and snacks | Yotam Ottolenghi
Article information

Author: Tuan Roob DDS

Last Updated:

Views: 6315

Rating: 4.1 / 5 (62 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Tuan Roob DDS

Birthday: 1999-11-20

Address: Suite 592 642 Pfannerstill Island, South Keila, LA 74970-3076

Phone: +9617721773649

Job: Marketing Producer

Hobby: Skydiving, Flag Football, Knitting, Running, Lego building, Hunting, Juggling

Introduction: My name is Tuan Roob DDS, I am a friendly, good, energetic, faithful, fantastic, gentle, enchanting person who loves writing and wants to share my knowledge and understanding with you.