Kategori Arşivleri: AHSAP RAF SİSTEMLERİ

0
    0
    SEPETİM
    Sepetiniz Boş :(Mağaza
    jQuery(function($){function getCategoryFromURL(){var e=window.location.pathname.split("/").filter(Boolean),t=e.indexOf("product-category");return t!==-1&&e[t+1]?e[t+1]:""}$("#priceFilter").on("change",function(){var e=$(this).is(":checked")?1:0,t=getCategoryFromURL();$.ajax({url:"/wp-admin/admin-ajax.php",type:"POST",data:{action:"filter_price_products",only_priced:e,category:t},success:function(e){$(".products").html(e)}})}),$(document).on("click",".toggle-desc-btn",function(){var e=$(this).closest(".bottom-category-desc");e.toggleClass("active"),$(this).text(e.hasClass("active")?"Daha az göster":"Devamını oku")})});