top of page

Size özel indirimli fiyatlar için +90 216 446 90 10 ve info@onurgroup.com.tr

Niva Life Ticari Tip Isıtıcılı Hava Perdesi

Niva Life Ticari Tip Isıtıcılı Hava Perdesi

Niva Life Ticari Tip Isıtıcılı Hava Perdesi Modellerimiz

Niva KLC-H100 Life Ticari Tip Isıtıcılı Hava Perdesi 

Niva KLC-HR100 Life Ticari Tip Isıtıcılı Sağdan Motorlu Hava Perdesi 

Niva KLC-HL100 Life Ticari Tip Isıtıcılı Soldan Motorlu Hava Perdesi 

Niva KLC-H120 Life Ticari Tip Isıtıcılı Hava Perdesi 

Niva KLC-H140 Life Ticari Tip Isıtıcılı Hava Perdesi 

Niva KLC-H160 Life Ticari Tip Isıtıcılı Hava Perdesi 

Niva KLC-H180 Life Ticari Tip Isıtıcılı Hava Perdesi 

Niva KLC-H200 Life Ticari Tip Isıtıcılı Hava Perdesi 

Niva KLC-H250 Life Ticari Tip Isıtıcılı Hava Perdesi 

 

 

    ₺39.300,00Price
    VAT Included |
    Quantity
    bottom of page
    User-agent: * Disallow: /admin/ Disallow: /_api/ Disallow: /_functions/ Disallow: /sepet/ Disallow: /cart/ Disallow: /checkout/ Disallow: /account/ Disallow: /login/ Disallow: /search Disallow: /*?* Allow: /urun/ Allow: /urunler/ Allow: /kategori/ Allow: /product-page/ Allow: /blog/ Allow: /post/ Sitemap: https://www.onurgroup.com.tr/sitemap.xml "shippingDetails":{ "@type":"OfferShippingDetails", "shippingRate":{ "@type":"MonetaryAmount", "value":"0", "currency":"TRY" }, "deliveryTime":{ "@type":"ShippingDeliveryTime", "handlingTime":{ "@type":"QuantitativeValue", "minValue":0, "maxValue":1, "unitCode":"DAY" }, "transitTime":{ "@type":"QuantitativeValue", "minValue":1, "maxValue":3, "unitCode":"DAY" } }, "shippingDestination":{ "@type":"DefinedRegion", "addressCountry":"TR" } } $w.onReady(async function () { try { const product = await $w("#productPage1").getProduct(); const productUrl = product.productPageUrl || window.location.href.split("?")[0]; const productName = product.name || document.title; const productDescription = product.description || productName + " Onur Group güvencesiyle orijinal ve garantili olarak sunulmaktadır."; const productImage = product.mainMedia || product.mediaItems?.[0]?.src || ""; const productPrice = product.priceData?.price || product.price || product.discountedPrice || ""; const productSku = product.sku || product._id || productName; const brandName = detectBrand(productName); const schema = { "@context": "https://schema.org", "@type": "Product", "@id": productUrl + "#product", "name": productName, "description": stripHtml(productDescription), "image": productImage ? [productImage] : [], "url": productUrl, "sku": productSku, "mpn": productSku, "brand": { "@type": "Brand", "name": brandName }, "offers": { "@type": "Offer", "@id": productUrl + "#offer", "url": productUrl, "priceCurrency": "TRY", "price": String(productPrice).replace(",", "."), "availability": product.inStock ? "https://schema.org/InStock" : "https://schema.org/OutOfStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "Onur Group", "url": "https://www.onurgroup.com.tr" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "TR" }, "shippingRate": { "@type": "MonetaryAmount", "value": "0", "currency": "TRY" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 3, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "TR", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 14, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/FreeReturn", "refundType": "https://schema.org/FullRefund" } } }; const script = document.createElement("script"); script.type = "application/ld+json"; script.text = JSON.stringify(schema); document.head.appendChild(script); } catch (error) { console.error("Product Schema oluşturulamadı:", error); } }); function detectBrand(name) { const brands = [ "3M", "Base", "Uvex", "Toworkfor", "Olefini", "Niva", "FreeDoor", "Sente", "Lewis" ]; const found = brands.find((brand) => name.toLowerCase().includes(brand.toLowerCase()) ); return found || "Onur Group"; } function stripHtml(value) { return String(value).replace(/<[^>]*>/g, "").trim(); }