Sort

Relevance

Filter

Apply Filters

hardware
  • Price
  • Discount %

SPRAY PAINT YELLOW
SKU Code AIPL001
In stock
196 245
20% OFF

Bither Price

196/-
Select a size
1 out of 1 items
No More Products

"+value.Value+" "); } } });return; } $.each(ProductAttribute, function (key, value) { if(value.Title=="Brand") { if((value.Value.toLowerCase()).indexOf(SeaValue)>=0) { $("#divSearchBrand").append(""); } } }); } function InStock() { if ($("#chkstock").prop('checked') == true) { if (urlstock.toString().indexOf("&&instock=yes") > -1 || urlstock.toString().indexOf("&&instock=no") > -1) { urlstock = urlstock.replace("&&instock=no", ""); urlstock = urlstock.replace("&&instock=yes", ""); + "&&instock=yes"; } else { + "&&instock=yes"; } } else { if (urlstock.toString().indexOf("&&instock=yes") > -1 || urlstock.toString().indexOf("&&instock=no") > -1) { urlstock = urlstock.replace("&&instock=no", ""); urlstock = urlstock.replace("&&instock=yes", ""); + "&&instock=no"; } else { + "&&instock=no"; } } } function fadeinimageviewpoint() { $(".image_td img:in-viewport").each(function () { if ($(this).attr("src").trim() == "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") { $(this).hide(); var imglink = $(this).attr("data-original"); $(this).attr("src", imglink).delay(300).fadeIn(500); } }); } //////Url Creation////////// function generateurllink() { var title = ""; var checkeditem = ""; var createquery = ""; var MainUrl = window.location.href; var FullUrl = window.location.href; var PahtName = window.location.pathname; var qyerypart = window.location.search.toString().trim(); if (PahtName == "/") { url = MainUrl; } else { MainUrl = FullUrl.replace(PahtName + qyerypart, ""); url = MainUrl + PahtName; } $(".clsdivattribute").each(function () { title = ""; checkeditem = ""; title = ModifyUrlText($(this).find(".attributetitle").html()); if (title == "price") { if (fromamount != "" && toamount != "") { if (createquery == "") { createquery = "?" + title + "=" + fromamount + "-" + toamount; } else { createquery = createquery + "&" + title + "=" + fromamount + "-" + toamount; } } } else { $(this).find(".squaredThree input:checked").each(function () { if (checkeditem == "") { checkeditem = ModifyUrlText($(this).val()); } else { checkeditem = checkeditem + "_" + ModifyUrlText($(this).val()); } }); if (checkeditem != "") { if (createquery == "") { createquery = "?" + title + "=" + checkeditem; } else { createquery = createquery + "&" + title + "=" + checkeditem; } } } }); if (showgrid == "y") { if (createquery == "") { createquery = "?showgrid=y"; } else { createquery = createquery + "&showgrid=y"; } } if (sort != "") { if (createquery == "") { createquery = "?sort=" + sort; } else { createquery = createquery + "&sort=" + sort; } } url = url + createquery; sorting= createquery; // sortbydata(); return url; } function createurloncheck() { window.location.href = generateurllink(); RemoveProgressFromBody(); } function ModifyUrlText(UrlTest) { UrlTest = UrlTest.toLowerCase().trim(); UrlTest = UrlTest.split("c#").join("C-Sharp"); UrlTest = UrlTest.split(" ").join("-"); UrlTest = UrlTest.split("&").join("and"); UrlTest = UrlTest.split("amp;").join(""); UrlTest = UrlTest.split("/").join("-"); UrlTest = UrlTest.split("\\").join("-"); UrlTest = UrlTest.split(".").join(""); UrlTest = UrlTest.split(",").join("-"); UrlTest = UrlTest.split("|").join("-"); UrlTest = UrlTest.split("#").join("-"); UrlTest = UrlTest.split("*").join("star"); UrlTest = UrlTest.split(":").join("-"); UrlTest = UrlTest.split("+").join("plus"); UrlTest = UrlTest.split("---").join("-"); UrlTest = UrlTest.split("--").join("-"); UrlTest = UrlTest.trim(); UrlTest = UrlTest.trim('-'); return UrlTest; } function CloseAddCartdata(input, controlId) { $(".product-sizeDisplayDiv").removeClass("lk-d"); $(".product-sizeDisplayDiv").removeClass("lk"); $(input).parent('div').parent('div').parent('div').parent('article').find('.product-sizeDisplayDiv').addClass("lk-d"); } function AddCartdata(input, controlId){ if($(input).parent('div').parent('div').parent('div').parent('article').find('.product-sizeDisplayDiv').find('.product-sizeButtons').find('button').hasClass("cartadds")) { $(".product-sizeDisplayDiv").removeClass("lk-d"); $(".product-sizeDisplayDiv").removeClass("lk"); $(input).parent('div').parent('div').parent('div').parent('article').find('.product-sizeDisplayDiv').addClass("lk"); } else { var id = $(input); var SubPrid = $(input).attr('id'); ShowProgressOnBody(); $.ajax({ url: '/Product_Detail/insertIntoCart', type: 'POST', dataType: 'json', data: { PRID: SubPrid, Type: "AddToCart" }, success: function (respounce) { console.log(respounce); if (respounce.toString().indexOf("added") > -1) { var CartCount = $("#spnCart").text().trim(); CartCount = parseInt(CartCount) + 1; $("#spnCart").text(CartCount); $(id).attr("disabled", "disabled"); $(id).text(' Added'); $('.basket-item-count').show(); RemoveProgressFromBody(); } else if (respounce.toString().indexOf("no") > -1) { RemoveProgressFromBody(); ShowAlertPopup("Alert", "Product Is already in your Cart !"); } RemoveProgressFromBody(); }, error: function (respounce) { RemoveProgressFromBody(); ShowAlertPopup("Alert", "Something went wrong. Please try later"); } }); } } $(".cateforiesdata").on('click',function(){ //ShowProgressOnBody(); }); $("#txttoinput").keyup(function(event){ if (event.keyCode == 13) { if ($("#txtfrominput").val() == "") { ShowAlertPopup("Alert", "Please enter from amount range!"); return false; } if ($("#txttoinput").val() == "") { ShowAlertPopup("Alert", "Please enter to amount range!"); return false; } CalculatePrice(); } }); $("#txtfrominput").keyup(function(event){ if (event.keyCode == 13) { if ($("#txtfrominput").val() == "") { ShowAlertPopup("Alert", "Please enter from amount!"); return false; } if ($("#txttoinput").val() == "") { ShowAlertPopup("Alert", "Please enter to amount!"); return false; } CalculatePrice(); } }); $('#btnLoadMore').on('click',function(){ ShowProgressOnBody(); localStorage['loadmoreClicked'] = 1; localStorage['prevPageURL'] = document.URL; localStorage['scrollTop'] = $(document).scrollTop(); }); //////End Of Url Creation//// $(".cartadds").click(function () { var id = $(this); var SubPrid = $(this).attr('id'); ShowProgressOnBody(); $.ajax({ url: '/Product_Detail/insertIntoCart', type: 'POST', dataType: 'json', data: { PRID: SubPrid, Type: "AddToCart" }, success: function (respounce) { console.log(respounce); if (respounce.toString().indexOf("added") > -1) { // var CartCount = $("#spnCart").text().trim(); // CartCount = parseInt(CartCount) + 1; //$("#spnCart").text(CartCount); //$(id).attr("disabled", "disabled"); //$(id).text(' Added'); //$('.basket-item-count').show(); setTimeout(function () { $(".product-sizeDisplayDiv").removeClass("lk-d"); $(".product-sizeDisplayDiv").removeClass("lk"); },1000); RemoveProgressFromBody(); } else if (respounce.toString().indexOf("no") > -1) { RemoveProgressFromBody(); ShowAlertPopup("Alert", "Product Is already in your Cart !"); } RemoveProgressFromBody(); }, error: function (respounce) { RemoveProgressFromBody(); ShowAlertPopup("Alert", "Something went wrong. Please try later"); } }); }); //$(".addToCarts").click(function () { // debugger; // var id = $(this); // var SubPrid = $(this).attr('id'); // ShowProgressOnBody(); // $.ajax({ // url: '/Product_Detail/insertIntoCart', // type: 'POST', // dataType: 'json', // data: { PRID: SubPrid, Type: "AddToCart" }, // success: function (respounce) { // console.log(respounce); // if (respounce.toString().indexOf("added") > -1) { // var CartCount = $("#spnCart").text().trim(); // CartCount = parseInt(CartCount) + 1; // $("#spnCart").text(CartCount); // $(id).attr("disabled", "disabled"); // $(id).text(' Added'); // $('.basket-item-count').show(); // RemoveProgressFromBody(); // } // else if (respounce.toString().indexOf("no") > -1) { // RemoveProgressFromBody(); // ShowAlertPopup("Alert", "Product Is already in your Cart !"); // } // RemoveProgressFromBody(); // }, // error: function (respounce) { // RemoveProgressFromBody(); // ShowAlertPopup("Alert", "Something went wrong. Please try later"); // } // }); //});

Account Created Successfully !

Thank You