Meatsmith Gift Card
If you wish to purchase a voucher with a greater value than what is listed above, please contact our team on info@meatsmith.com.au
How to use this voucher
A Meatsmith gift voucher is a wonderful way to say congratulations, thank you or to send well wishes.
Our vouchers are for in-store or online use. They are sent immediately via email either to you or directly to the recipient, including a special message.
To redeem in store, recipient can either bring the printed voucher, or present the voucher on their phone, and we can scan the QR code. Our vouchers can be used over multiple visits, deducting from the remaining amount at each visit until the entire credit is used.
Terms and conditions
Upon confirmation of payment, an electronic voucher will be emailed instantly, to either the recipient or the purchaser. Meatsmith reserves the right to request proof of ID upon redemption.
function initCollapseMenu() { const items = document.querySelectorAll(".collapse-menu__item"); items.forEach((item) => { const wrapper = item.querySelector(".collapse-menu__content-wrapper"); const content = item.querySelector(".collapse-menu__content"); const summary = item.querySelector(".collapse-menu__heading"); const contentHeight = content.scrollHeight; item.style.setProperty("--content-height", `${contentHeight}px`); summary.addEventListener("click", (e) => { e.preventDefault(); if (item.open) { // CLOSE wrapper.style.height = wrapper.scrollHeight + "px"; wrapper.offsetHeight; // force reflow wrapper.style.height = "0px"; const hasTransition = getComputedStyle(wrapper).transitionDuration !== "0s"; if (hasTransition) { wrapper.addEventListener("transitionend", function handler() { item.removeAttribute("open"); wrapper.style.height = ""; wrapper.removeEventListener("transitionend", handler); content.classList.remove("fade-in"); }); } else { item.removeAttribute("open"); wrapper.style.height = ""; content.classList.remove("fade-in"); } } else { // OPEN item.setAttribute("open", ""); const newHeight = content.scrollHeight; item.style.setProperty("--content-height", `${newHeight}px`); // fade-in animation wrapper.addEventListener( "transitionend", function handler() { content.classList.add("fade-in"); wrapper.removeEventListener("transitionend", handler); } ); } }); }); } document.addEventListener("DOMContentLoaded", initCollapseMenu);

