Smokin' Joe's Pizza & Grill (2024)

Our menu

  • Deals
  • Traditional Pizzas
  • Gourmet Pizzas
  • Half/Half
  • Grills
  • Parma
  • Pastas
  • Risotto
  • Salads
  • Sides
  • Sauces
  • 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'); } } }

  • Joes Grill Pack The Ultimate Meal

    $44.90

    6 Sticky Wings, Half Serve Pork Or Lamb Ribs, 2 Chicken Skewers With Fat Chips and Salad

    ×

    Joes Grill Pack The Ultimate Meal

    6 Sticky Wings, Half Serve Pork Or Lamb Ribs, 2 Chicken Skewers With Fat Chips and Salad

    Choose

    6PC Chicken Wings

    1st Chicken Skewer

    2nd Chicken Skewer

    Chips and Salad

    Choose Half Rack Meat

    • Pork Ribs Half Rack

      Slow cooked n a smokey BBQ sauce and finished with our flamin hot chargrill

    • Lamb Ribs Half Rack

      Slow cooked n a smokey BBQ sauce and finished with our flamin hot chargrill

    $44.90

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

    Party Starter

    $54.90

    2 Family Traditional Pizza, 2 Garlic Breads, And 2 1.25L Drinks

    ×

    Party Starter

    2 Family Traditional Pizza, 2 Garlic Breads, And 2 1.25L Drinks

    Choose

    Any Family Traditional Pizza

    Any Family Traditional Pizza

    Any 1.25L Drinks

    Any 1.25L Drinks

    Garlic Bread

    Garlic Bread

    • Fam Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (5)

    • Fam Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (6)

    • Fam Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (7)

    • Fam Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (8)

    • Fam Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (9)

    • Fam Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (10)

    • Fam Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (11)

    • Fam Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (12)

    • Fam Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (13)

    • Fam Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (14)

    • Fam Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (15)

    • Fam Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (16)

    • Fam Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (17)

    • Fam Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (18)

    • Fam Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (19)

    • Fam Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (20)

    • Fam Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (21)

    • Fam Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (22)

    • Fam Mushroom

      Mushrooms, Cheese + Oregano

      Smokin' Joe's Pizza & Grill (23)

    • Fam Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (24)

    • Fam Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (25)

    • Fam Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (26)

    • Fam Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (27)

    • Fam Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (28)

    • Fam Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (29)

    • Fam Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (30)

    • Fam Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (31)

    • Fam Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (32)

    • Fam Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (33)

    • Fam Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (34)

    • Fam Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (35)

    • Fam Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (36)

    • Fam Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (37)

    • Fam Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (38)

    • Fam Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (39)

    • Fam Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (40)

    • Fam Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (41)

    • Fam Mushroom

      Mushrooms, Cheese + Oregano

      Smokin' Joe's Pizza & Grill (42)

    • Pepsi 1.25lt

    • Pepsi Max 1.25lt

    • Sunkist 1.25lt

    • Lemonade 1.1lt

    • Raspberry 1.1lt

    • Solo 1.25lt

    • Creamy Soda 1.1lt

    • Mountain Dew 1.25lt

    • Pepsi 1.25lt

    • Pepsi Max 1.25lt

    • Sunkist 1.25lt

    • Lemonade 1.1lt

    • Raspberry 1.1lt

    • Solo 1.25lt

    • Creamy Soda 1.1lt

    • Mountain Dew 1.25lt

    $54.90

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

    Pasta Taster

    $48.90

    2 Pastas, Small Garlic And Cheese Pizza, And 1.25 Drink

    ×

    Pasta Taster

    2 Pastas, Small Garlic And Cheese Pizza, And 1.25 Drink

    Choose

    Choose 1st Pasta

    Choose 2nd Pasta

    Any 1.25L Drink

    Small Garlic and Cheese Pizza

    • Bolognese

      Rich homemade meat sauce

    • Chicken And Avocado

      Breast Chicken, onion, parsley, garlic + cream sauce

    • Gamberi

      Prawns, spring onion, garlic, olive oil + parsley

    • Matriciana

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

    • Vegetarian

      Mushrooms, Onion, roast peppers, spinach + rose sauce

    • Carbonara

      Bacon, spring Onion, garlic + cream sauce

    • Chicken And Mushroom

      Parsley, spring onion, garlic + cream sauce

    • Marinara

      Mix Seafood, parsley + rose sauce

    • Napoletana

      Rich homemade tomato sauce

    • Meatballs

      Homemade Meat Balls + Rich Tomato Sauce

    • Chicken Pesto

      Chicken, Spinach, Cherry Tomato + Cream

    • Chorizo

      Spicy Sausage, Cherry Tomato, Spinach, Chilli + Rich Tomato Sauce

    • Joes Favourite

      Chicken, Bacon, Mushroom, Spinach + Rosé Sauce

    • Bolognese

      Rich homemade meat sauce

    • Chicken And Avocado

      Breast Chicken, onion, parsley, garlic + cream sauce

    • Gamberi

      Prawns, spring onion, garlic, olive oil + parsley

    • Matriciana

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

    • Vegetarian

      Mushrooms, Onion, roast peppers, spinach + rose sauce

    • Carbonara

      Bacon, spring Onion, garlic + cream sauce

    • Chicken And Mushroom

      Parsley, spring onion, garlic + cream sauce

    • Marinara

      Mix Seafood, parsley + rose sauce

    • Napoletana

      Rich homemade tomato sauce

    • Meatballs

      Homemade Meat Balls + Rich Tomato Sauce

    • Chicken Pesto

      Chicken, Spinach, Cherry Tomato + Cream

    • Chorizo

      Spicy Sausage, Cherry Tomato, Spinach, Chilli + Rich Tomato Sauce

    • Joes Favourite

      Chicken, Bacon, Mushroom, Spinach + Rosé Sauce

    • Pepsi 1.25lt

    • Pepsi Max 1.25lt

    • Sunkist 1.25lt

    • Lemonade 1.1lt

    • Raspberry 1.1lt

    • Solo 1.25lt

    • Creamy Soda 1.1lt

    • Mountain Dew 1.25lt

    $48.90

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

    Mix n Match

    $44.90

    Any Traditional Pizza Plus One Pasta, Small Garlic And Cheese Pizza, And 1.25 Drink

    ×

    Mix n Match

    Any Traditional Pizza Plus One Pasta, Small Garlic And Cheese Pizza, And 1.25 Drink

    Choose

    Any Large Traditional Pizza

    Any Pasta

    Any 1.25L Drink

    Small Garlic and Cheese Pizza

    • Lrg Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (45)

    • Lrg Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (46)

    • Lrg Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (47)

    • Lrg Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (48)

    • Lrg Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (49)

    • Lrg Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (50)

    • Lrg Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (51)

    • Lrg Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (52)

    • Lrg Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (53)

    • Lrg Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (54)

    • Lrg Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (55)

    • Lrg Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (56)

    • Lrg Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (57)

    • Lrg Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (58)

    • Lrg Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (59)

    • Lrg Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (60)

    • Lrg Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (61)

    • Lrg Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (62)

    • Bolognese

      Rich homemade meat sauce

    • Chicken And Avocado

      Breast Chicken, onion, parsley, garlic + cream sauce

    • Gamberi

      Prawns, spring onion, garlic, olive oil + parsley

    • Matriciana

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

    • Vegetarian

      Mushrooms, Onion, roast peppers, spinach + rose sauce

    • Carbonara

      Bacon, spring Onion, garlic + cream sauce

    • Chicken And Mushroom

      Parsley, spring onion, garlic + cream sauce

    • Marinara

      Mix Seafood, parsley + rose sauce

    • Napoletana

      Rich homemade tomato sauce

    • Meatballs

      Homemade Meat Balls + Rich Tomato Sauce

    • Chicken Pesto

      Chicken, Spinach, Cherry Tomato + Cream

    • Chorizo

      Spicy Sausage, Cherry Tomato, Spinach, Chilli + Rich Tomato Sauce

    • Joes Favourite

      Chicken, Bacon, Mushroom, Spinach + Rosé Sauce

    • Pepsi 1.25lt

    • Pepsi Max 1.25lt

    • Sunkist 1.25lt

    • Lemonade 1.1lt

    • Raspberry 1.1lt

    • Solo 1.25lt

    • Creamy Soda 1.1lt

    • Mountain Dew 1.25lt

    $44.90

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

    Couple

    $31.90

    2 Small Traditional Pizzas, Garlic Bread, And 2 Can Drinks or 600ml water

    ×

    Couple

    2 Small Traditional Pizzas, Garlic Bread, And 2 Can Drinks or 600ml water

    Choose

    Any Small Traditional PIzza

    Any Small Traditional PIzza

    Any Can Drink

    Any Can Drink

    Garlic Bread

    • Sml Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (64)

    • Sml Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (65)

    • Sml Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (66)

    • Sml Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (67)

    • Sml Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (68)

    • Sml Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (69)

    • Sml Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (70)

    • Sml Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (71)

    • Sml Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (72)

    • Sml Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (73)

    • Sml Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (74)

    • Sml Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (75)

    • Sml Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (76)

    • Sml Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (77)

    • Sml Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (78)

    • Sml Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (79)

    • Sml Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (80)

    • Sml Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (81)

    • Sml Mushroom

      Mushrooms, Cheese + Oregano

      Smokin' Joe's Pizza & Grill (82)

    • Sml Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (83)

    • Sml Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (84)

    • Sml Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (85)

    • Sml Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (86)

    • Sml Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (87)

    • Sml Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (88)

    • Sml Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (89)

    • Sml Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (90)

    • Sml Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (91)

    • Sml Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (92)

    • Sml Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (93)

    • Sml Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (94)

    • Sml Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (95)

    • Sml Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (96)

    • Sml Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (97)

    • Sml Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (98)

    • Sml Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (99)

    • Sml Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (100)

    • Sml Mushroom

      Mushrooms, Cheese + Oregano

      Smokin' Joe's Pizza & Grill (101)

    • Can Pepsi

    • Can Pepsi Max

    • Can Sunnkist

    • Can Lemonade

    • Can Raspberry

    • Can Solo

    • Can Creamy Soda

    • Can Pepsi

    • Can Pepsi Max

    • Can Sunnkist

    • Can Lemonade

    • Can Raspberry

    • Can Solo

    • Can Creamy Soda

    $31.90

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

    Single

    $22.90

    Any Large Traditional Pizza, Garlic Bread, And 1.25 Drink

    ×

    Single

    Any Large Traditional Pizza, Garlic Bread, And 1.25 Drink

    Choose

    Any Large Traditional Pizza

    Any 1.25L Drink

    Garlic Bread

    • Lrg Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (103)

    • Lrg Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (104)

    • Lrg Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (105)

    • Lrg Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (106)

    • Lrg Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (107)

    • Lrg Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (108)

    • Lrg Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (109)

    • Lrg Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (110)

    • Lrg Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (111)

    • Lrg Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (112)

    • Lrg Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (113)

    • Lrg Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (114)

    • Lrg Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (115)

    • Lrg Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (116)

    • Lrg Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (117)

    • Lrg Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (118)

    • Lrg Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (119)

    • Lrg Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (120)

    • Pepsi 1.25lt

    • Pepsi Max 1.25lt

    • Sunkist 1.25lt

    • Lemonade 1.1lt

    • Raspberry 1.1lt

    • Solo 1.25lt

    • Creamy Soda 1.1lt

    • Mountain Dew 1.25lt

    $22.90

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

    Family

    $37.90

    2 Large Traditional Pizzas, Garlic Bread, and 1.25L Drink

    ×

    Family

    2 Large Traditional Pizzas, Garlic Bread, and 1.25L Drink

    Choose

    Large Pizza Option

    Large Pizza Option

    Garlic Bread

    Drink Option

    • Lrg Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (122)

    • Lrg Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (123)

    • Lrg Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (124)

    • Lrg Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (125)

    • Lrg Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (126)

    • Lrg Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (127)

    • Lrg Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (128)

    • Lrg Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (129)

    • Lrg Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (130)

    • Lrg Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (131)

    • Lrg Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (132)

    • Lrg Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (133)

    • Lrg Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (134)

    • Lrg Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (135)

    • Lrg Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (136)

    • Lrg Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (137)

    • Lrg Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (138)

    • Lrg Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (139)

    • Lrg Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (140)

    • Lrg Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (141)

    • Lrg Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (142)

    • Lrg Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (143)

    • Lrg Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (144)

    • Lrg Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (145)

    • Lrg Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (146)

    • Lrg Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (147)

    • Lrg Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (148)

    • Lrg Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (149)

    • Lrg Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (150)

    • Lrg Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (151)

    • Lrg Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (152)

    • Lrg Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (153)

    • Lrg Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (154)

    • Lrg Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (155)

    • Lrg Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (156)

    • Lrg Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (157)

    • Pepsi 1.25lt

    • Pepsi Max 1.25lt

    • Sunkist 1.25lt

    • Lemonade 1.1lt

    • Raspberry 1.1lt

    • Solo 1.25lt

    • Creamy Soda 1.1lt

    • Mountain Dew 1.25lt

    $37.90

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

    Hunger Buster

    $42.90

    3 Large Traditional Pizzas

    ×

    Hunger Buster

    3 Large Traditional Pizzas

    Choose

    Any Large Traditional Pizza

    Any Large Traditional Pizza

    Any Large Traditional Pizza

    • Lrg Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (159)

    • Lrg Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (160)

    • Lrg Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (161)

    • Lrg Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (162)

    • Lrg Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (163)

    • Lrg Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (164)

    • Lrg Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (165)

    • Lrg Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (166)

    • Lrg Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (167)

    • Lrg Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (168)

    • Lrg Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (169)

    • Lrg Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (170)

    • Lrg Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (171)

    • Lrg Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (172)

    • Lrg Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (173)

    • Lrg Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (174)

    • Lrg Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (175)

    • Lrg Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (176)

    • Lrg Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (177)

    • Lrg Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (178)

    • Lrg Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (179)

    • Lrg Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (180)

    • Lrg Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (181)

    • Lrg Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (182)

    • Lrg Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (183)

    • Lrg Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (184)

    • Lrg Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (185)

    • Lrg Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (186)

    • Lrg Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (187)

    • Lrg Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (188)

    • Lrg Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (189)

    • Lrg Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (190)

    • Lrg Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (191)

    • Lrg Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (192)

    • Lrg Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (193)

    • Lrg Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (194)

    • Lrg Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (195)

    • Lrg Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (196)

    • Lrg Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (197)

    • Lrg Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (198)

    • Lrg Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (199)

    • Lrg Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (200)

    • Lrg Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (201)

    • Lrg Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (202)

    • Lrg Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (203)

    • Lrg Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (204)

    • Lrg Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (205)

    • Lrg Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (206)

    • Lrg Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (207)

    • Lrg Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (208)

    • Lrg Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (209)

    • Lrg Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (210)

    • Lrg Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (211)

    • Lrg Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (212)

    $42.90

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

    Triple Gourmet

    $54.90

    3 Large Gourmet Pizzas

    ×

    Triple Gourmet

    3 Large Gourmet Pizzas

    Choose

    Any Large Gourmet Pizza

    Any Large Gourmet Pizza

    Any Large Gourmet Pizza

    • Lrg Veggie Patch

      Roast Pumpkin, Onions, Spinach, Roast Peppers, Olives, Cherry Tomato + Feta

      Smokin' Joe's Pizza & Grill (214)

    • Lrg Joes Burger

      Beef, Onion, Egg + Burger Sauce

    • Lrg Chicken Pesto

      Pesto, Chicken, Spinach, Cherry Tomato + Feta

      Smokin' Joe's Pizza & Grill (215)

    • Lrg Buffalo Chicken

      Chicken, Capsicum, Onion, Jalapeños, Garlic, Chilli + Buffalo Sauce

      Smokin' Joe's Pizza & Grill (216)

    • Lrg Meat Ball

      Meat Balls, Bacon, Cherry Tomato + Shaved Parmesan

      Smokin' Joe's Pizza & Grill (217)

    • Lrg Marinara

      Fresh Seafood Marinated In Garlic + Parsley

      Smokin' Joe's Pizza & Grill (218)

    • Lrg Tandoori

      Spinach, Onion, Roast Peppers, Marinated Chicken + Garlic Sauce

    • Lrg Peri Peri Chicken

      Chicken, Roast Peppers, Spring Onion, Caramelised Onion + Peri Peri Mayo

    • Lrg Roast Pumpkin

      Roast Pumpkin, Spinach, Feta + Rosemary

      Smokin' Joe's Pizza & Grill (219)

    • Lrg Nachos Pizza

      Corn Chips, Bolognese Sauce, Bacon, Jalapeños, Guacamole + Sour Cream

      Smokin' Joe's Pizza & Grill (220)

    • Lrg Prawn

      Fresh Prawns, Spinach, Roast Peppers, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (221)

    • Lrg Veggie Patch

      Roast Pumpkin, Onions, Spinach, Roast Peppers, Olives, Cherry Tomato + Feta

      Smokin' Joe's Pizza & Grill (222)

    • Lrg Joes Burger

      Beef, Onion, Egg + Burger Sauce

    • Lrg Chicken Pesto

      Pesto, Chicken, Spinach, Cherry Tomato + Feta

      Smokin' Joe's Pizza & Grill (223)

    • Lrg Buffalo Chicken

      Chicken, Capsicum, Onion, Jalapeños, Garlic, Chilli + Buffalo Sauce

      Smokin' Joe's Pizza & Grill (224)

    • Lrg Meat Ball

      Meat Balls, Bacon, Cherry Tomato + Shaved Parmesan

      Smokin' Joe's Pizza & Grill (225)

    • Lrg Marinara

      Fresh Seafood Marinated In Garlic + Parsley

      Smokin' Joe's Pizza & Grill (226)

    • Lrg Tandoori

      Spinach, Onion, Roast Peppers, Marinated Chicken + Garlic Sauce

    • Lrg Peri Peri Chicken

      Chicken, Roast Peppers, Spring Onion, Caramelised Onion + Peri Peri Mayo

    • Lrg Roast Pumpkin

      Roast Pumpkin, Spinach, Feta + Rosemary

      Smokin' Joe's Pizza & Grill (227)

    • Lrg Nachos Pizza

      Corn Chips, Bolognese Sauce, Bacon, Jalapeños, Guacamole + Sour Cream

      Smokin' Joe's Pizza & Grill (228)

    • Lrg Prawn

      Fresh Prawns, Spinach, Roast Peppers, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (229)

    • Lrg Veggie Patch

      Roast Pumpkin, Onions, Spinach, Roast Peppers, Olives, Cherry Tomato + Feta

      Smokin' Joe's Pizza & Grill (230)

    • Lrg Joes Burger

      Beef, Onion, Egg + Burger Sauce

    • Lrg Chicken Pesto

      Pesto, Chicken, Spinach, Cherry Tomato + Feta

      Smokin' Joe's Pizza & Grill (231)

    • Lrg Buffalo Chicken

      Chicken, Capsicum, Onion, Jalapeños, Garlic, Chilli + Buffalo Sauce

      Smokin' Joe's Pizza & Grill (232)

    • Lrg Meat Ball

      Meat Balls, Bacon, Cherry Tomato + Shaved Parmesan

      Smokin' Joe's Pizza & Grill (233)

    • Lrg Marinara

      Fresh Seafood Marinated In Garlic + Parsley

      Smokin' Joe's Pizza & Grill (234)

    • Lrg Tandoori

      Spinach, Onion, Roast Peppers, Marinated Chicken + Garlic Sauce

    • Lrg Peri Peri Chicken

      Chicken, Roast Peppers, Spring Onion, Caramelised Onion + Peri Peri Mayo

    • Lrg Roast Pumpkin

      Roast Pumpkin, Spinach, Feta + Rosemary

      Smokin' Joe's Pizza & Grill (235)

    • Lrg Nachos Pizza

      Corn Chips, Bolognese Sauce, Bacon, Jalapeños, Guacamole + Sour Cream

      Smokin' Joe's Pizza & Grill (236)

    • Lrg Prawn

      Fresh Prawns, Spinach, Roast Peppers, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (237)

    $54.90

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

    Americana

    Salami, Mushrooms, Olives + Jalapeños

    ×

    Americana

    Salami, Mushrooms, Olives + Jalapeños

    Choose one

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

    Aussie

    Ham, Bacon + Egg

    ×

    Aussie

    Ham, Bacon + Egg

    Choose one

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

    Capricciosa

    Ham, Mushroom, Olives + Anchovies

    ×

    Capricciosa

    Ham, Mushroom, Olives + Anchovies

    Choose one

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

    Chicken

    Chicken Breast, Pineapple + Bbq Sauce

    ×

    Chicken

    Chicken Breast, Pineapple + Bbq Sauce

    Choose one

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

    Chicken Supreme

    Chicken, Onion, Capsicum + Pineapple

    ×

    Chicken Supreme

    Chicken, Onion, Capsicum + Pineapple

    Choose one

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

    Garlic

    Double Cheese + Oregano

    ×

    Garlic

    Double Cheese + Oregano

    Choose one

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

    Most Popular

    Hawaiian

    Ham + Pineapple

    ×

    Hawaiian

    Ham + Pineapple

    Choose one

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

    Joes Loaded

    Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

    ×

    Joes Loaded

    Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

    Choose one

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

    Macedonian

    Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

    ×

    Macedonian

    Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

    Choose one

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

    Margarita

    Double Mozzarella + Oregano

    ×

    Margarita

    Double Mozzarella + Oregano

    Choose one

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

    Meat Lovers

    Ham, Salami, Bacon, Chorizo + Bbq Sauce

    ×

    Meat Lovers

    Ham, Salami, Bacon, Chorizo + Bbq Sauce

    Choose one

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

    Mexican

    Salami, Onion, Capsicum + Olives

    ×

    Mexican

    Salami, Onion, Capsicum + Olives

    Choose one

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

    Mushroom

    Mushrooms, Cheese + Oregano

    ×

    Mushroom

    Mushrooms, Cheese + Oregano

    Choose one

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

    Napolitana

    Olives, Anchovies + Oregano

    ×

    Napolitana

    Olives, Anchovies + Oregano

    Choose one

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

    Pepperoni

    Double Mozzarella + Mild Pepperoni

    ×

    Pepperoni

    Double Mozzarella + Mild Pepperoni

    Choose one

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

    Chef's Recommendation

    Smokin Special

    Ham, Salami, Prawns + Pineapple

    ×

    Smokin Special

    Ham, Salami, Prawns + Pineapple

    Choose one

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

    Southern Chicken

    Chicken, Bacon, Sweet Corn + Chipotle Sauce

    ×

    Southern Chicken

    Chicken, Bacon, Sweet Corn + Chipotle Sauce

    Choose one

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

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

    Vegetarian

    Mushrooms, Onion, Capsicum + Olives

    ×

    Vegetarian

    Mushrooms, Onion, Capsicum + Olives

    Choose one

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

    Buffalo Chicken

    Chicken, Capsicum, Onion, Jalapeños, Garlic, Chilli + Buffalo Sauce

    ×

    Buffalo Chicken

    Chicken, Capsicum, Onion, Jalapeños, Garlic, Chilli + Buffalo Sauce

    Choose one

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

    Chicken Pesto

    Pesto, Chicken, Spinach, Cherry Tomato + Feta

    ×

    Chicken Pesto

    Pesto, Chicken, Spinach, Cherry Tomato + Feta

    Choose one

  • Joe's Burger

    Beef, Onion, Egg + Burger Sauce

    ×

    Joe's Burger

    Beef, Onion, Egg + Burger Sauce

    Choose one

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

    Marinara

    Fresh Seafood Marinated In Garlic + Parsley

    ×

    Marinara

    Fresh Seafood Marinated In Garlic + Parsley

    Choose one

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

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

    Moroccan Lamb

    Marinated Lamb, Spinach, Onion, Cherry Tomatoes + Garlic Sauce

    ×

    Moroccan Lamb

    Marinated Lamb, Spinach, Onion, Cherry Tomatoes + Garlic Sauce

    Choose one

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

    Nachos Pizza

    Corn Chips, Bolognese Sauce, Bacon, Jalapeños, Guacamole + Sour Cream

    ×

    Nachos Pizza

    Corn Chips, Bolognese Sauce, Bacon, Jalapeños, Guacamole + Sour Cream

    Choose one

  • Peri-Peri Chicken

    Chicken, Roast Peppers, Spring Onion, Caramelised Onion + Peri Peri Mayo

    ×

    Peri-Peri Chicken

    Chicken, Roast Peppers, Spring Onion, Caramelised Onion + Peri Peri Mayo

    Choose one

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

    Prawn

    Fresh Prawns, Spinach, Roast Peppers, Garlic + Chilli

    ×

    Prawn

    Fresh Prawns, Spinach, Roast Peppers, Garlic + Chilli

    Choose one

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

    Roast Pumpkin

    Roast Pumpkin, Spinach, Feta + Rosemary

    ×

    Roast Pumpkin

    Roast Pumpkin, Spinach, Feta + Rosemary

    Choose one

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

    Spicy Paneer

    Smokin' Joe's Pizza & Grill (411)

    Marinated Paneer, Spinach, Onion, Roast Peppers, Cherry Tomato + Hot Sauce

    ×

    Spicy Paneer

    Smokin' Joe's Pizza & Grill (412)

    Marinated Paneer, Spinach, Onion, Roast Peppers, Cherry Tomato + Hot Sauce

    Choose one

  • Tandoori

    Spinach, Onion, Roast Peppers, Marinated Chicken + Garlic Sauce

    ×

    Tandoori

    Spinach, Onion, Roast Peppers, Marinated Chicken + Garlic Sauce

    Choose one

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

    Veggie Patch

    Roast Pumpkin, Onions, Spinach, Roast Peppers, Olives, Cherry Tomato + Feta

    ×

    Veggie Patch

    Roast Pumpkin, Onions, Spinach, Roast Peppers, Olives, Cherry Tomato + Feta

    Choose one

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

    Half/Half

    ×

    Half/Half

    Choose Your First Half

    Select Size
    *includes $2 surcharge

    Select Your Pizzas
    Required

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

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

    • Lrg Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (432)

    • Lrg Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (433)

    • Lrg Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (434)

    • Lrg Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (435)

    • Lrg Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (436)

    • Lrg Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (437)

    • Lrg Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (438)

    • Lrg Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (439)

    • Lrg Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (440)

    • Lrg Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (441)

    • Lrg Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (442)

    • Lrg Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (443)

    • Lrg Mushroom

      Mushrooms, Cheese + Oregano

      Smokin' Joe's Pizza & Grill (444)

    • Lrg Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (445)

    • Lrg Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (446)

    • Lrg Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (447)

    • Lrg Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (448)

    • Lrg Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (449)

    • Lrg Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (450)

    • Lrg Americana

      Salami, Mushrooms, Olives + Jalapeños

      Smokin' Joe's Pizza & Grill (451)

    • Lrg Aussie

      Ham, Bacon + Egg

      Smokin' Joe's Pizza & Grill (452)

    • Lrg Capricciosa

      Ham, Mushroom, Olives + Anchovies

      Smokin' Joe's Pizza & Grill (453)

    • Lrg Chicken

      Chicken Breast, Pineapple + Bbq Sauce

      Smokin' Joe's Pizza & Grill (454)

    • Lrg Chicken Supreme

      Chicken, Onion, Capsicum + Pineapple

      Smokin' Joe's Pizza & Grill (455)

    • Lrg Garlic

      Double Cheese + Oregano

      Smokin' Joe's Pizza & Grill (456)

    • Lrg Hawaiian

      Ham + Pineapple

      Smokin' Joe's Pizza & Grill (457)

    • Lrg Joes Loaded

      Chicken, Ham, Mushroom, Salami, Onion, Capsicum, Bacon + Pineapple

      Smokin' Joe's Pizza & Grill (458)

    • Lrg Macedonian

      Ham, Salami, Capsicum, Mushroom, Garlic + Chilli

      Smokin' Joe's Pizza & Grill (459)

    • Lrg Margarita

      Double Mozzarella + Oregano

      Smokin' Joe's Pizza & Grill (460)

    • Lrg Meat Lovers

      Ham, Salami, Bacon, Chorizo + Bbq Sauce

      Smokin' Joe's Pizza & Grill (461)

    • Lrg Mexican

      Salami, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (462)

    • Lrg Mushroom

      Mushrooms, Cheese + Oregano

      Smokin' Joe's Pizza & Grill (463)

    • Lrg Napolitana

      Olives, Anchovies + Oregano

      Smokin' Joe's Pizza & Grill (464)

    • Lrg Pepperoni

      Double Mozzarella + Mild Pepperoni

      Smokin' Joe's Pizza & Grill (465)

    • Lrg Smokin Special

      Ham, Salami, Prawns + Pineapple

      Smokin' Joe's Pizza & Grill (466)

    • Lrg Southern Chicken

      Chicken, Bacon, Sweet Corn + Chipotle Sauce

      Smokin' Joe's Pizza & Grill (467)

    • Lrg Supreme

      Ham, Mushroom, Onion, Salami, Capsicum, Pineapple, Prawns, Bacon + Olives

      Smokin' Joe's Pizza & Grill (468)

    • Lrg Vegetarian

      Mushrooms, Onion, Capsicum + Olives

      Smokin' Joe's Pizza & Grill (469)

    $0.00

  • BBQ Ribs

    Slow cooked n a smokey BBQ sauce and finished with our flamin hot chargrill

    ×

    BBQ Ribs

    Slow cooked n a smokey BBQ sauce and finished with our flamin hot chargrill

    Choose one

  • Wings

    Sticky Chicken Wings are marinated overnight in our Smokey BBQ Sauce and grilled to perfection on the chargrill

    ×

    Wings

    Sticky Chicken Wings are marinated overnight in our Smokey BBQ Sauce and grilled to perfection on the chargrill

    Choose one

  • Rib Eye Steak

    $42.90

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

    ×

    Rib Eye Steak

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

    Choose

    Cooking Type

    Sauce

    • Med Rare

    • Medium

    • Med Well

    • Well Done

    • Mushroom Sauce

    • Pepper Sauce

    • Garlic Sauce

    $42.90

  • Rump Steak

    $39.90

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

    ×

    Rump Steak

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

    Choose

    Cooking Type

    Sauce

    • Med Rare

    • Medium

    • Med Well

    • Well Done

    • Mushroom Sauce

    • Pepper Sauce

    • Garlic Sauce

    $39.90

  • Grilled Chicken Breast

    $27.90

    with your choice of either mushroom, avocado, creamy bacon or peri peri sauce

    ×

    Grilled Chicken Breast

    with your choice of either mushroom, avocado, creamy bacon or peri peri sauce

    Choose

    Choice of Sauce

    • Mushroom Sauce

    • Avocado Sauce

    • Creamy Bacon Sauce

    • Peri Peri Sauce

    $27.90

  • 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

    Grilled Tenders Option

  • Best Seller

    $29.90

    Joes Signature Parma

    ×

    Joes Signature Parma

    Joes Signature Parma Option

  • Crumbed Chicken Breast

    $27.90

    with your choice of either mushroom, avocado, creamy bacon or peri peri sauce

    ×

    Crumbed Chicken Breast

    with your choice of either mushroom, avocado, creamy bacon or peri peri sauce

    Choose

    Choice of Sauce

    • Mushroom Sauce

    • Avocado Sauce

    • Creamy Bacon Sauce

    • Peri Peri Sauce

    $27.90

  • Gamberi

    $21.90

    Prawns, spring onion, garlic, olive oil + parsley

    ×

    Gamberi

    Prawns, spring onion, garlic, olive oil + parsley

    Pasta Option

  • Chicken and Avocado

    $21.90

    Breast Chicken, onion, parsley, garlic + cream sauce

    ×

    Chicken and Avocado

    Breast Chicken, onion, parsley, garlic + cream sauce

    Pasta Option

  • Napoletana

    $21.90

    Rich homemade tomato sauce

    ×

    Napoletana

    Rich homemade tomato sauce

    Pasta Option

  • Bolognese

    $21.90

    Rich homemade meat sauce

    ×

    Bolognese

    Rich homemade meat sauce

    Pasta Option

  • Chicken and Mushroom

    $21.90

    Parsley, spring onion, garlic + cream sauce

    ×

    Chicken and Mushroom

    Parsley, spring onion, garlic + cream sauce

    Pasta Option

  • Marinara

    $21.90

    Mix Seafood, parsley + rose sauce

    ×

    Marinara

    Mix Seafood, parsley + rose sauce

    Pasta Option

  • Carbonara

    $21.90

    Bacon, spring Onion, garlic + cream sauce

    ×

    Carbonara

    Bacon, spring Onion, garlic + cream sauce

    Pasta Option

  • Matriciana

    $21.90

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

    ×

    Matriciana

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

    Pasta Option

  • Vegetarian

    $21.90

    Mushrooms, Onion, roast peppers, spinach + rose sauce

    ×

    Vegetarian

    Mushrooms, Onion, roast peppers, spinach + rose sauce

    Pasta Option

  • Meatballs

    $21.90

    Homemade Meat Balls + Rich Tomato Sauce

    ×

    Meatballs

    Homemade Meat Balls + Rich Tomato Sauce

    Pasta Option

  • Joes Favourite

    $21.90

    Chicken, Bacon, Mushroom, Spinach + Rosé Sauce

    ×

    Joes Favourite

    Chicken, Bacon, Mushroom, Spinach + Rosé Sauce

    Pasta Option

  • Chicken Pesto

    $21.90

    Chicken, Spinach, Cherry Tomato + Cream

    ×

    Chicken Pesto

    Chicken, Spinach, Cherry Tomato + Cream

    Pasta Option

  • Chorizo

    $21.90

    Spicy Sausage, Cherry Tomato, Spinach, Chilli + Rich Tomato Sauce

    ×

    Chorizo

    Spicy Sausage, Cherry Tomato, Spinach, Chilli + Rich Tomato Sauce

    Pasta Option

Made fresh to order using the freshest ingredients available. All risotto served topped with freshly shaved parmesan.

  • Chicken Risotto

    $21.90

    Mushrooms, Spinach, Spring Onion, Garlic + Cream Sauce

    ×

    Chicken Risotto

    Mushrooms, Spinach, Spring Onion, Garlic + Cream Sauce

  • Vegetarian Risotto

    $21.90

    Mushrooms, Onion, Roast Peppers, Cherry Tomato, Spinach + Rosé Sauce

    ×

    Vegetarian Risotto

    Mushrooms, Onion, Roast Peppers, Cherry Tomato, Spinach + Rosé Sauce

  • Prawn Risotto

    $21.90

    Roast Peppers, Spinach + Cream Sauce

    ×

    Prawn Risotto

    Roast Peppers, Spinach + Cream Sauce

  • Pumpkin Risotto

    $21.90

    Spinach, Feta + Creamy Sauce

    ×

    Pumpkin Risotto

    Spinach, Feta + Creamy Sauce

  • Chicken + Bacon Risotto

    $21.90

    Chicken, Spinach + Cream Sauce

    ×

    Chicken + Bacon Risotto

    Chicken, Spinach + Cream Sauce

  • Greek Salad

    $12.90

    Baby Cos, Olives, Feta, onion, cucumber, tomato + lemon vinaigrette

    ×

    Greek Salad

    Baby Cos, Olives, Feta, onion, cucumber, tomato + lemon vinaigrette

    Salad Option (Grilled Tenders)

  • Garden Salad

    $12.90

    Mixed Greens, Tomato, Cucumber, Onion, Capsicum + Italian Dressing

    ×

    Garden Salad

    Mixed Greens, Tomato, Cucumber, Onion, Capsicum + Italian Dressing

    Salad Option (Grilled Tenders)

  • Caesar Salad

    $12.90

    Baby Cos, Croutons, Bacon, Parmesan + dressing

    ×

    Caesar Salad

    Baby Cos, Croutons, Bacon, Parmesan + dressing

    Salad Option (Grilled Tenders)

  • Pumpkin + Feta Salad

    $12.90

    Mixed Green + Italian Dressing

    ×

    Pumpkin + Feta Salad

    Mixed Green + Italian Dressing

    Salad Option (Grilled Tenders)

  • Fat Chips

    Beer Battered Bad Boys Chips

    ×

    Fat Chips

    Beer Battered Bad Boys Chips

    Choose one

  • Garlic Bread Roll

    $5.90

  • Calamari (12pcs) with Garlic Aioli

    $12.90

    with Garlic Aioli

  • Crumbed Tenders (3pcs)

    $14.90

    with chips

  • Buffalo Wings (6pcs)

    $10.90

    with hot sauce

  • Loaded Garlic Bread

    $8.90

    ×

    Loaded Garlic Bread

    Loaded Garlic Bread Option

  • Mozzarella Bites (10pcs)

    $14.90

    with homemade napoli sauce

  • Nachos

    Corn Chips, Cheese, Salsa, jalapenos, Bolognese sauce, sour cream, guacamole + spring onion

    ×

    Nachos

    Corn Chips, Cheese, Salsa, jalapenos, Bolognese sauce, sour cream, guacamole + spring onion

    Choose one

  • Loaded Wedges

    $16.90

    Wedges, Bacon, Cheese, jalapenos, Sour Cream, Salsa + Guacamole

  • Loaded Fat Chips

    $14.90

    Bacon, Cheese, Sour Cream + Spring Onion

  • SML Wedges and Sour Cream

    $11.90

    with sour cream

  • LRG Wedges and Sour Cream

    $15.90

    with sour cream

  • Mushroom Sauce

    $7.90

  • Pepper Sauce

    $7.90

  • Garlic Sauce

    $7.90

  • Avocado Sauce

    $7.90

  • Small Ben And Jerrys

    $6.95

    ×

    Small Ben And Jerrys

    SML Ben and Jerrys Opt

  • Large Ben And Jerrys

    $16.95

    ×

    Large Ben And Jerrys

    LRG Ben and Jerry Opt

  • Molten Chocolate Pudding

    $7.90

  • LRG Sweet Pizza Banana

    $18.90

  • LRG Sweet Pizza Strawberries

    $18.90

  • 8pcs Caramel Cinnamon Churroz

    $14.90

  • 8pcs Chocolate Cinnamon Churroz

    $14.90

  • Chocolate Mousse

    $5.90

  • Cookies and Cream Mousse

    $5.90

  • Can Drinks

    $3.00

    ×

    Can Drinks

    Can Drinks

  • 1.1Lt Drinks

    $5.50

    ×

    1.1Lt Drinks

    1.1Lt Drinks

  • 1.25Lt Drinks

    $5.50

    ×

    1.25Lt Drinks

    1.25Lt Drinkss

  • 600mL Water

    $3.50

Smokin' Joe's Pizza & Grill (593) - 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=1264&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 (594)

Burger Deal

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

Smokin' Joe's Pizza & Grill (595)

Free Drink

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

Smokin' Joe's Pizza & Grill (596)

Chicken Deal

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

Smokin' Joe's Pizza & Grill (597)

Burger Fries Deal

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

Smokin' Joe's Pizza & Grill (598)

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

Smokin' Joe's Pizza & Grill (601)

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

Smokin' Joe's Pizza & Grill (602)

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 (603)Smokin' Joe's Pizza & Grill (604)Smokin' Joe's Pizza & Grill (605)

Need a hand?

Terms and Conditions

Privacy Policy

Having any Problems?

Feedback

Contact Us

Shop 24 500-540 Torquay Road, Armstrong Creek, VIC

0352411355

Smokin' Joe's Pizza & Grill (606)Powered by: Smokin' Joe's Pizza & Grill (607)

Smokin' Joe's Pizza & Grill (608)Smokin' Joe's Pizza & Grill (609)Smokin' Joe's Pizza & Grill (610)Smokin' Joe's Pizza & Grill (611)

Smokin Joes Armstrong Creek © Copyright 2024. All right Reserved. Powered By Deliverit Software

Terms and ConditionsFeedback

PolicyHaving Any Problems?

Smokin' Joe's Pizza & Grill (612)Smokin' Joe's Pizza & Grill (613)Smokin' Joe's Pizza & Grill (614)Smokin' Joe's Pizza & Grill (615)

Smokin' Joe's Pizza & Grill (616)Powered by: Smokin' Joe's Pizza & Grill (617)

";$.prompt(promptMessage, { buttons: {Ok: true}, submit: anchorOption, });function anchorOption(e, v, m, f){if(v){ $('html, body').animate({scrollTop: $('#store-data').offset().top}, 'slow', function(){var uri = window.location.toString();if(uri.indexOf("#") > 0){var clean_uri = uri.substring(0, uri.indexOf("#"));window.history.replaceState({}, document.title, clean_uri);}});}}// $('#login-wrap').fadeToggle("fast");});
Smokin' Joe's Pizza & Grill (2024)
Top Articles
Vegan Swedish Meatballs Recipe
Roast Pork Lo Mein: Real Chinese Takeout Recipe! - The Woks of Life
Cheap Homes for Sale in Premont, TX | Flyhomes
Cheap Cars For Sale in Toronto, ON
Choptank Danes
Trickster | PoE Wiki
Sacred Heart Final Exam Schedule
Chapter 5 Sentence Check 2 Answer Key
New Sensations Teen School Girl Aria Lee
Amoeba Sisters Handouts
Catarina Lia Katia Azancot Korn
Directions To The Nearest Great Clips
Latest Posts
Cabbage Rolls Golubtsi (Authentic Recipe)
Tuna Meatballs | Fish Recipes | Jamie Oliver Recipes
Article information

Author: Geoffrey Lueilwitz

Last Updated:

Views: 6311

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Geoffrey Lueilwitz

Birthday: 1997-03-23

Address: 74183 Thomas Course, Port Micheal, OK 55446-1529

Phone: +13408645881558

Job: Global Representative

Hobby: Sailing, Vehicle restoration, Rowing, Ghost hunting, Scrapbooking, Rugby, Board sports

Introduction: My name is Geoffrey Lueilwitz, I am a zealous, encouraging, sparkling, enchanting, graceful, faithful, nice person who loves writing and wants to share my knowledge and understanding with you.