1 product
-
2 Timothy 3:16-17 Unisex Hooded long-sleeve tee
2 Timothy 3:16-17 Unisex Hooded long-sleeve tee- Regular price
-
$30.50 $33.50 - Sale price
-
$30.50 $33.50
Quick view
// ===== REDIRECT IF SOMEONE LANDS ON CHECKOUT URL ===== (function() { var path = window.location.pathname; if (path.includes('/checkout')) { window.location.href = "/"; } })(); // ===== OVERRIDE ALL CHECKOUT BUTTONS SITEWIDE ===== document.addEventListener("DOMContentLoaded", function() { function blockCheckout() { var buttons = document.querySelectorAll( 'button[name="checkout"], input[name="checkout"], a[href*="/checkout"], button[data-testid="Checkout-button"]' ); buttons.forEach(function(btn) { // Stop normal checkout action btn.addEventListener("click", function(e) { e.preventDefault(); e.stopPropagation(); window.location.href = "/"; }); // Kill direct links btn.setAttribute("href", "/"); }); } blockCheckout(); // Keep watching for cart drawer / dynamic buttons setInterval(blockCheckout, 1200); }); >
1 product