Don’t Forget About Thanksgifting!

November 10, 2016

‘Tis the season and giving is the reason! That Holiday feeling is upon us and with it comes the feel-good sensation of gift giving. If you’re thinking about getting something special for someone special, we’d like to make a case for our specialists! They can do everything from vehicle protection, to remote starters or vehicle detailing. Who wouldn’t love a professional detailing for their vehicle during a busy travel season? With packages such as our Inner-Guard® PLUS, you’ll be giving a gift that keeps on giving. The Germ Defender® that comes in our Inner-Guard PLUS package is guaranteed to keep the interior of vehicles germ free for a minimum of 90 days! With so many great options to choose from, your loved ones will be thanking you for their Ziebart gift card! 

hoiday gift card


Getting a gift card is as simple as going to your local Ziebart and picking one up! 

Find-your-Ziebart-yellow-button

Recent Articles

(function () { const utmParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_content']; const urlParams = new URLSearchParams(window.location.search); utmParams.forEach(param => { const value = urlParams.get(param); if (value) { sessionStorage.setItem(param, value); } }); function addUTMHiddenFields(form) { utmParams.forEach(param => { const existingField = form.querySelector('input[name="' + param + '"]'); const value = sessionStorage.getItem(param); if (value && !existingField) { const hiddenInput = document.createElement('input'); hiddenInput.type = 'hidden'; hiddenInput.name = param; hiddenInput.value = value; form.appendChild(hiddenInput); } }); } document.addEventListener('DOMContentLoaded', function () { const forms = document.querySelectorAll('form'); forms.forEach(form => { addUTMHiddenFields(form); // If a new form appears later (e.g., dynamic forms), reapply on submit form.addEventListener('submit', function () { addUTMHiddenFields(form); }); }); }); function appendUTMParams(url) { try { const parsedUrl = new URL(url, window.location.origin); const existingParams = new URLSearchParams(parsedUrl.search); utmParams.forEach(param => { const value = sessionStorage.getItem(param); if (value && !existingParams.has(param)) { existingParams.set(param, value); } }); parsedUrl.search = existingParams.toString(); return parsedUrl.toString(); } catch (e) { return url; } } document.addEventListener('DOMContentLoaded', function () { const anchors = document.querySelectorAll('a[href^="/"], a[href^="' + window.location.origin + '"]'); anchors.forEach(anchor => { const originalHref = anchor.getAttribute('href'); if (!originalHref) return; const absoluteHref = anchor.href; const newHref = appendUTMParams(absoluteHref); if (newHref !== absoluteHref) { anchor.href = newHref; } }); }); })();