This is for the Wait List. If we have an item for you, you will receive an invoice when the items arrive.
var pfnbr = 0;
var checkpopupformInterval = setInterval(function () {
pfnbr++;
if(pfnbr > 20) clearInterval(checkpopupformInterval);
var ga_product_available = document.getElementsByClassName(‘ga_product_available’);
if (ga_product_available.length > 0) {
if(ga_product_available[0].value == ‘1’){
document.querySelectorAll(‘.gawaitlist-form’).forEach(function (element, index) {
element.style.display = ‘block’;
});
}
clearInterval(checkpopupformInterval);
}
}, 100);















Reviews
There are no reviews yet.