$("#pprice").html('starting: $9999999'); $("#pcart_wrap").html(''); $("#pcart_wrap").hide(); $("#pcart_wrap").html('
'); $("#pselect_210000051177").attr("style","padding-bottom: 15px"); $("#pselect_210000051177").html(''); $("#tab_210000051177").html('|  | Item # | Description | Price | Quantity |  | 
|---|
|  | 
'); 
var cycs = document.createElement('script');
cycs.setAttribute('src', 'https://files.cyberweld.com/html5lightboxV2/html5lightbox.js');
document.head.appendChild(cycs);
function ccchangeitem(itval){
var aval = itval.split("||"); 
var faction = 'https://www.anglerschoicetackle.com/cart/add/' + aval[1] + '/';
var invmsg = '';
var removeorderbtn = 0;
if(aval[0] != '1'){
   if(aval[4] > 0){
      invmsg = ' In stock (' + aval[4] + ')';
   }else{
      if(aval[5] == 'indicator'){
        invmsg = ' Available for Backorder';
      }else{
        invmsg = ' Out of stock';
        removeorderbtn = 1;
      }
   }
}
if(aval[0] == '1'){
  
  $('#pprice').html("starting: $" + aval[2]);
  $('#pmainimg').attr("src",aval[3]);
  $('#pmainimglink').attr("href",aval[3].replace("/400x400x2", ""));
  $('#cdisplayinv').html("");
  $("#pcart_wrap").hide();
  
  
}
if(aval[0] != '1'){
  $('#pprice').html("$" + aval[2]);
  $('#pmainimg').attr("src",aval[3]);
  $('#pmainimglink').attr("href",aval[3].replace("/400x400x2", ""));
  $('#product_configure_form').attr("action",faction);
  $('#cdisplayinv').html(invmsg);
  if(removeorderbtn == 1){
     $("#caddtocartbtn").hide();
  }else{
     $("#caddtocartbtn").show();
     if(aval[5] == 'indicator' && aval[4] > 0){
        $("#caddtocartbtn>span").html(" ADD TO CART");
     }else{
        $("#caddtocartbtn>span").html(" ADD TO CART");
     }
  }
  $("#pcart_wrap").show();
}
}