Nábytková úchytka typ CLup15 Rozteč : 96mm Povrch : satén chrom | Vesaky-uchytky.cz
Koupíte na:
Podobné produkty (15)
Parametry a popis
(function(){
if (document.readyState === ‚loading‘) {
document.addEventListener(‚DOMContentLoaded‘, init); }
else { init(); }
function init(){
/* === UPRAVITELNÉ: doprava + vrácení === */
var SHOP_CFG = {
shipping: [
{ country:„CZ“, price:„89“, handlingMin:0, handlingMax:1, transitMin:1,
transitMax:3 }
// { country:„SK“, price:„129“, handlingMin:0, handlingMax:1,
transitMin:2, transitMax:4 }
],
returns: {
country:„CZ“,
days:14,
category:„https://schema.org/MerchantReturnFiniteReturnWindow“,
method:„https://schema.org/ReturnByMail“,
fees:„https://schema.org/OriginalShippingFees“,
url:„https://www.vesaky-uchytky.cz/obchodni-podminky“
}
};
function makeShippingDetails©{
return {
„@type“:„OfferShippingDetails“,
„shippingRate“: { „@type“:„MonetaryAmount“, „value“:
String(c.price), „currency“:„CZK“ },
„shippingDestination“: { „@type“:„DefinedRegion“,
„addressCountry“: c.country },
„deliveryTime“: {
„@type“:„ShippingDeliveryTime“,
„handlingTime“: { „@type“:„QuantitativeValue“, „minValue“:
c.handlingMin, „maxValue“: c.handlingMax,
„unitCode“:„d“ },
„transitTime“: { „@type“:„QuantitativeValue“, „minValue“:
c.transitMin, „maxValue“: c.transitMax, „unitCode“:„d“ }
}
};
}
function makeReturnPolicy©{
return {
„@type“:„MerchantReturnPolicy“,
„applicableCountry“: c.country,
„returnPolicyCategory“: c.category,
„merchantReturnDays“: c.days,
„returnMethod“: c.method,
„returnFees“: c.fees,
„returnPolicyUrl“: c.url
};
}
function txt(el){ return (el && (el.textContent || el.value ||
'')).trim(); }
function notInTiles(el){
return !el.closest(‚.products, .product-list, .related, .upsell,
.last-viewed, .also-viewed, .carousel, .swiper, .slick‘);
}
/* === 1) Z hlavního detailu vytáhni počet a průměr (ne z karuselů)
=== */
var root = document.querySelector(‚[data-product-detail], .product-detail,
#detail, .detail, main‘) || document;
var count = 0;
var tab = document.querySelector(
'a[href*=„detail-anchor-review“], a[href*=„#detail-anchor-review“],
a[href*=„anchcr-review“], a[href*="anchor-
description-review"]‚
);
if (tab){ var m = tab.textContent.match(/(+)/); if (m) count =
parseInt(m[1],10) || 0; }
if (!count){
var cEl = root.querySelector(‘[data-reviews-count], .reviews-count,
.rating-count, .hodnoceni-count');
if (cEl && notInTiles(cEl)){
var n = parseInt(cEl.getAttribute(‚data-reviews-count‘) || txt(cEl),
10);
if (n) count = n;
}
}
var rating;
var sel = [
‚meta[itemprop=„ratingValue“]‘,‚[itemprop=„ratingValue“]‘,
‚.product-rating [data-rating]‘,‚.product-rating .rating-value‘,
‚.rating [data-rating]‘,‚.rating
.value‘,‚[aria-label*=„z 5“]‘
];
for (var i=0;i 0 && isFinite(rating));
if (HAS_AGG){ rating = Math.max(0.1, Math.min(5,
Math.round(rating*10)/10)); }
/* === 2) Najdi/merge existující Product JSON-LD (offers vždy, agg jen
když jsou recenze) === */
var scripts =
Array.from(document.querySelectorAll(‚script[type=„application/ld+json“]‘));
var changed = false