It looks like nothing was found at this location.
);
var currentUrl = new URL(url);
var storeId = currentUrl.searchParams.get('store_id') ? currentUrl.searchParams.get('store_id'):1;
var url1Split = url.split("&pbti=");
var qty = $("input[name=quantity]").val();
var dpid = 0;
if( '' != $('input.variation_id').val() ) {
var var_id = $('input.variation_id').val();
if(url.search("vid")!=-1)
{
var urlSplit = url.split("&vid=");
url = urlSplit[0]+"&vid="+var_id;
}
else
{
url = url+"&vid="+var_id;
}
} else {
var pro_id = 45880;
if(url.search("vid")!=-1)
{
var urlSplit = url.split("&vid=");
url = urlSplit[0]+"&vid="+pro_id;
}
else
{
url = url+"&vid="+pro_id;
}
}
if (dpid != "") {
url = url+"&dpid="+dpid;
}
if(url.search("pbti")!=-1)
{
url = url+"&pbti="+url1Split[1];
}
else
{
url = url+"&pbti="+url1Split[1];
}
if (dpid != "") {
url = url+"&dpid="+dpid;
}
let tempUrl = url.split("&qty");
url = tempUrl[0]+"&qty="+qty+"&store_id="+storeId;
if(localStorage.getItem("client_logo") != null)
{
if(!url.includes("ovl"))
{
url = url + "&ovl=1";
}
}
//$("#customize").attr('href',url);
cartencrypt(url,
It looks like nothing was found at this location.
,'customize');
}
});
});
It looks like nothing was found at this location.
);
var currentUrl = new URL(url);
var storeId = currentUrl.searchParams.get('store_id') ? currentUrl.searchParams.get('store_id'):1;
url = url.split("&qty");
url = url[0]+"&qty="+qty+"&store_id="+storeId;
if(localStorage.getItem("client_logo") != null)
{
if(!url.includes("ovl"))
{
url = url + "&ovl=1";
}
}
//$("#customize").attr('href',url);
cartencrypt(url,
It looks like nothing was found at this location.
,'customize');
}
});
});
Reviews
There are no reviews yet.