This product is expected to ship within 5 business days. var delay = Number("5"); if(delay < 7) { var today = new Date(); var day = today.getDay(); if(day == 5 || day == 6 || day == 0) { delay += 2; } if(delay == 1) { delay = "This product is in-stock and expected to ship tomorrow"; } else { delay = "This product is expected to ship within " + delay + " business days"; } var span = document.getElementById("business_days"); span.innerHTML = delay; } function checkInStock() { try{ var buttons = document.querySelector(".product-form__cart-buttons"); if(buttons) { var soldOut = buttons.querySelector('[data-label="Sold Out"]'); var leadtime = document.getElementById("leadtime-div"); if(soldOut) { leadtime.style.display = "none"; } else { leadtime.style.display = ""; } } return true; } catch (e) { try{ var leadtime = document.getElementById("leadtime-div"); leadtime.style.display = ""; } catch(e) { } return false; } } checkInStock(); var target = document.querySelector(".product-form__cart-buttons"); if(target) { var observer = new MutationObserver(function() { checkInStock(); }); observer.observe(target, { childList: true, subtree: true, attributes: true }); } This upgrade kit includes everything you need to upgrade your Shapeoko 5 Pro to a Shapeoko 5.1 Pro. What's included (4x4 Size)? Qty 2, Front/Back Base Frame Tubes Qty 2, Center Base Frame Tubes Qty 16, M6x16 Button Head Screws What's included (4x2 and 2x2 Size)? Qty 2, Front/Back Base Frame Tubes Qty 1, Center Base Frame Tube Qty 12, M6x16 Button Head Screws