GIFT CARDS

Give the gift of MilkBoy!

Purchase gift cards for use in store!

*Valid at Chestnut Street in store only. Offer not available in some states. Restrictions apply.

document.addEventListener('DOMContentLoaded', () => { const allLinks = document.querySelectorAll('a'); allLinks.forEach(link => { const href = link.getAttribute('href'); // =====@@>> EVENT NUMBER if (href && href.includes('138108')) { // =====@@>> CHANGE LINK TO THIS link.setAttribute('href', 'https://blacksoulsummer.com/product/the-greenlight-series-presents-elhae/'); // =====@@>> CHANGE BUTTON TEXT TO THIS if (link.classList.contains('sg-events__event-ticket-link')) { link.textContent = 'BUY TICKETS'; } });