In 1997, Stamina Products’ first Pilates reformer, called the Performer, made it on QVC. Stamina’s hopes were high for the reformer, but it was risky. At this point, Stamina was...
In light of Stamina’s 30th anniversary, we’re going to highlight popular equipment we’ve sold or manufactured over the years. Today, we’re starting it off the series with the ThighMaster by...
Variant picker
Choosing a selection results in a full page refresh.
Opens in a new window.
function syncGclidToCart() {
var gclid = localStorage.getItem('stamina_gclid');
if (!gclid) return;
fetch('/cart/update.js', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
attributes: {
gclid: gclid
}
})
});
}
document.addEventListener('click', function (e) {
if (e.target.closest('[href*="/checkout"], .checkout-button, [name="checkout"]')) {
syncGclidToCart();
}
});
syncGclidToCart();