$("#pprice").html('starting: $23.99'); $("#pcart_wrap").html(''); $("#pcart_wrap").hide(); $("#pcart_wrap").html('
Add to cart
'); $("#pselect_210000056602").attr("style","padding-bottom: 15px"); $("#pselect_210000056602").html(''); $("#tab_210000056602").html('
 Item #DescriptionBox SizeDimentions
(Inches)
Number Of
Compartments
PriceQuantity 
\"PlanoPLASE700Plano PLASE700 Edge Master Spinnerbait X70014 x 6.25 x 7.288
$52.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"PlanoPLASE350Plano PLASE350 Edge 3500 Standard Utility Box35009.13 x 5.47 x 1.38up to 12
$23.99
+ Add to Cart
+ Add to Cart
 In stock (8)+ Add to Wish List
\"PlanoPLASE360Plano PLASE360 Edge 3600 Standard Utility Box360011 x 7.25 x 1.63up to 16
$25.99
+ Add to Cart
+ Add to Cart
 In stock (8)+ Add to Wish List
\"PlanoPLASE370Plano PLASE370 Edge 3700 Standard Utility Box370014 x 9 x 1.88up to 14
$42.99
+ Add to Cart
 Out of stock+ Add to Wish List
\"PlanoPLASE366Plano PLASE366 Edge 3600 Flex Box360011 x 7.25 x 1.63up to 24
$44.99
+ Add to Cart
+ Add to Cart
 In stock (2)+ Add to Wish List
\"PlanoPLASE377Plano PLASE377 Edge 3700 Flex Box370014 x 9 x 2.63up to 24
$56.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (3)+ Add to Wish List
\"PlanoPLASE300Plano PLASE300 Edge 3600 Terminal Box360011 x 7.25 x 1.38up to 17
$47.99
+ Add to Cart
+ Add to Cart
 In stock (8)+ Add to Wish List
\"PlanoPLASE400Plano PLASE400 Edge 3700 Terminal Box370014 x 9 x 1.38up to 24
$57.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (6)+ Add to Wish List
\"PlanoPLASE371Plano PLASE371 Edge 3700 Thin Utility Box3700 Thin14 x 9 x 1.38up to 16
$29.99
+ Add to Cart
+ Add to Cart
 In stock (3)+ Add to Wish List
\"PlanoPLASE373Plano PLASE373 Edge 3700 Deep Utility Box X3700 Deep14 x 9 x 3.25up to 12
$38.99
+ Add to Cart
+ Add to Cart
 In stock (5)+ Add to Wish List
'); 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(); } }