top of page

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

Base B1601B T-Wall MID S3S HRO CI HI LG SC FO SR

Base B1601B T-Wall MID S3S HRO CI HI LG SC FO SR

Base B1601B T-Wall MID S3S HRO CI HI LG SC FO SR

 

Üst:  Suya Dirençli Waxy Deri

İç Astar:  Smell Stop 100% Antibakteriyel

İç Taban:  Fortrex sistem 

Burun : Ultra ince kompozit burun

Dış Taban: Çift Yoğunluklu hava teknolojisine sahip yorgunluk önleyici PU/HRO Taban

Patentler ve Avantajları:AirTech , Fresh'n Flex,Dry'n Air ,Smell Stop

 

Base B1601B T-Wall MID S3S HRO CI HI LG SC FO SR İtalyan İş Güvenliği Botu Fortrex modeli koşu ayakkabılarının performansını iş dünyasına kusursuz bir şekilde tasarlamıştır. Fortrex serisinin Slim Cap teknolojisini uyguladığı Base B1601B T-Wall MID S3S HRO CI HI LG SC FO SR  İtalyan İş Güvenliği Botu'dur. Base B1601B T-Wall MID S3S HRO CI HI LG SC FO SR üst kısım  Suya dirençli Waxy Deri'den üretilmiştir.

    ₺6.100,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(); }