Simms Sale Items – The Fly Shack Fly Fishing
Try Adsterra Earnings, it’s 100% Authentic to make money more and more.
The item(s) have been added to your shopping cart.
Free Shipping On Orders Over $45
Retail Store COVID-19 Important Update
Please read this important announcement if you are going to visit our retail store. –> 0) { $( “select[colorbychild=’true’]” ).each(function( index ) { this.className=this.options[this.selectedIndex].className; }); } } function LoadCartPopup() { $.ajax({ type: “POST”, url: “API/FSWS.asmx/GetPopUpCartData”, data: ‘{}’, contentType: “application/json; charset=utf-8”, dataType: “json”, success: OnLoadCartPopupSuccess, failure: function (response) { alert(response.d); }, error: function (response) { alert(response.d); } }) }; function OnLoadCartPopupSuccess(response) { var CartItems = response.d; var ItemCnt = 0; $(“#tblPopUpCart tbody”).html(“”); CartItems.forEach(function (value, index, array) { AddCartItemToPopUp(value); ItemCnt += value.Quantity; }); $(“#ItemCount”).html(ItemCnt); $(“#ItemCount2”).html(ItemCnt); }; function AddCartItemToPopUp(CartItem) { var strPropHTML = “”; CartItem.Properties.forEach(function (value, index, array) { strPropHTML += value.Name + “: ” + value.Value + “
“; }); $(“#tblPopUpCart tbody”).append( “
” + strPropHTML + “Remove” + “” + “