18D GREEN BERET MEDIC: FIXING Low Testosterone - Truth You NEED to Hear! | The Dose Adjustment Ep. 1
IMPROVING SEX is POSSIBLE For Men! Here’s HOW! | The Dose Adjustment Ep. 2
The 5 Biggest Killers Of Men (And Why We Are Dying Out Of Order) | The Dose Adjustment Ep. 3
Choosing the Right Primary Care Doctor: Red Flags and What to Ask | The Dose Adjustment Ep. 4
Sleep Is Silently Destroying Your Health | The Dose Adjustment Ep. 5
The Disease Killing 1 in 3 Americans That You Can't Even Feel | The Dose Adjustment Ep. 6
Choosing a selection results in a full page refresh.
Opens in a new window.
liquid
(function () {
var PORTAL = 'https://t1rx-portal.vercel.app/';
var path = window.location.pathname;
// 1) Anyone landing on Shopify's cart or checkout gets sent to the portal.
if (/^\/(cart|checkout)(\/|$)/.test(path)) {
window.location.replace(PORTAL);
return;
}
// 2) Repoint the header cart icon and any other cart/checkout links to the portal.
function repoint() {
document.querySelectorAll('a[href^="/cart"], a[href*="/checkout"]').forEach(function (a) {
a.setAttribute('href', PORTAL);
});
}
// 3) Backstop: block any native form POST to /cart/add.
document.addEventListener('submit', function (e) {
var action = (e.target && e.target.getAttribute('action')) || '';
if (action.indexOf('/cart/add') !== -1) {
e.preventDefault();
e.stopPropagation();
}
}, true);
if (document.readyState !== 'loading') repoint();
document.addEventListener('DOMContentLoaded', repoint);
})();