Länge in Metern (bitte wählen)
-- Bitte auswählen -- 0,5m 1,0m +
.cs-final-price__skeleton {
display: inline-block;
width: 90px;
height: 22px;
border-radius: 3px;
background: linear-gradient(90deg, #e8e8e8 25%, #d4d4d4 50%, #e8e8e8 75%);
background-size: 200% 100%;
animation: cs-price-shimmer 1.4s infinite;
}
@keyframes cs-price-shimmer {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
3,57 €
3,00 €
require(['Magento_Customer/js/customer-data', 'jquery', 'ko'], function (customerData, $, ko) {
var customer = customerData.get('customer');
ko.computed(function () {
var data = customer();
if (!data.data_id) {
return; // still loading
}
var isLoggedIn = !!data.firstname;
if (isLoggedIn) {
return;
}
// In autocomplete results always show the final price as-is.
if ($('.cs-autocomplete__item').length > 0) {
$('.price-box.price-final_price').show();
return;
}
var exceptionIds = ['53928', '52771', '54103', '53941'];
$('.cs-grid-layout__brick').each(function () {
var $brick = $(this);
var productName = $brick.find('.cs-product-tile__name-link.product-item-link').text().toLowerCase();
var productId = $brick.find('.price-box.price-final_price').attr('data-product-id');
if (productName.indexOf('hikvision') !== -1 && !exceptionIds.includes(productId)) {
$brick.find('.price-box.price-final_price').html(
'' +
'Preise sichtbar im Login >>' +
''
);
}
});
});
});
2,0m +
.cs-final-price__skeleton {
display: inline-block;
width: 90px;
height: 22px;
border-radius: 3px;
background: linear-gradient(90deg, #e8e8e8 25%, #d4d4d4 50%, #e8e8e8 75%);
background-size: 200% 100%;
animation: cs-price-shimmer 1.4s infinite;
}
@keyframes cs-price-shimmer {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
4,76 €
4,00 €
require(['Magento_Customer/js/customer-data', 'jquery', 'ko'], function (customerData, $, ko) {
var customer = customerData.get('customer');
ko.computed(function () {
var data = customer();
if (!data.data_id) {
return; // still loading
}
var isLoggedIn = !!data.firstname;
if (isLoggedIn) {
return;
}
// In autocomplete results always show the final price as-is.
if ($('.cs-autocomplete__item').length > 0) {
$('.price-box.price-final_price').show();
return;
}
var exceptionIds = ['53928', '52771', '54103', '53941'];
$('.cs-grid-layout__brick').each(function () {
var $brick = $(this);
var productName = $brick.find('.cs-product-tile__name-link.product-item-link').text().toLowerCase();
var productId = $brick.find('.price-box.price-final_price').attr('data-product-id');
if (productName.indexOf('hikvision') !== -1 && !exceptionIds.includes(productId)) {
$brick.find('.price-box.price-final_price').html(
'' +
'Preise sichtbar im Login >>' +
''
);
}
});
});
});
3,0m +
.cs-final-price__skeleton {
display: inline-block;
width: 90px;
height: 22px;
border-radius: 3px;
background: linear-gradient(90deg, #e8e8e8 25%, #d4d4d4 50%, #e8e8e8 75%);
background-size: 200% 100%;
animation: cs-price-shimmer 1.4s infinite;
}
@keyframes cs-price-shimmer {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
7,14 €
6,00 €
require(['Magento_Customer/js/customer-data', 'jquery', 'ko'], function (customerData, $, ko) {
var customer = customerData.get('customer');
ko.computed(function () {
var data = customer();
if (!data.data_id) {
return; // still loading
}
var isLoggedIn = !!data.firstname;
if (isLoggedIn) {
return;
}
// In autocomplete results always show the final price as-is.
if ($('.cs-autocomplete__item').length > 0) {
$('.price-box.price-final_price').show();
return;
}
var exceptionIds = ['53928', '52771', '54103', '53941'];
$('.cs-grid-layout__brick').each(function () {
var $brick = $(this);
var productName = $brick.find('.cs-product-tile__name-link.product-item-link').text().toLowerCase();
var productId = $brick.find('.price-box.price-final_price').attr('data-product-id');
if (productName.indexOf('hikvision') !== -1 && !exceptionIds.includes(productId)) {
$brick.find('.price-box.price-final_price').html(
'' +
'Preise sichtbar im Login >>' +
''
);
}
});
});
});
5,0m +
.cs-final-price__skeleton {
display: inline-block;
width: 90px;
height: 22px;
border-radius: 3px;
background: linear-gradient(90deg, #e8e8e8 25%, #d4d4d4 50%, #e8e8e8 75%);
background-size: 200% 100%;
animation: cs-price-shimmer 1.4s infinite;
}
@keyframes cs-price-shimmer {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
10,71 €
9,00 €
require(['Magento_Customer/js/customer-data', 'jquery', 'ko'], function (customerData, $, ko) {
var customer = customerData.get('customer');
ko.computed(function () {
var data = customer();
if (!data.data_id) {
return; // still loading
}
var isLoggedIn = !!data.firstname;
if (isLoggedIn) {
return;
}
// In autocomplete results always show the final price as-is.
if ($('.cs-autocomplete__item').length > 0) {
$('.price-box.price-final_price').show();
return;
}
var exceptionIds = ['53928', '52771', '54103', '53941'];
$('.cs-grid-layout__brick').each(function () {
var $brick = $(this);
var productName = $brick.find('.cs-product-tile__name-link.product-item-link').text().toLowerCase();
var productId = $brick.find('.price-box.price-final_price').attr('data-product-id');
if (productName.indexOf('hikvision') !== -1 && !exceptionIds.includes(productId)) {
$brick.find('.price-box.price-final_price').html(
'' +
'Preise sichtbar im Login >>' +
''
);
}
});
});
});
10,0m +
.cs-final-price__skeleton {
display: inline-block;
width: 90px;
height: 22px;
border-radius: 3px;
background: linear-gradient(90deg, #e8e8e8 25%, #d4d4d4 50%, #e8e8e8 75%);
background-size: 200% 100%;
animation: cs-price-shimmer 1.4s infinite;
}
@keyframes cs-price-shimmer {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
22,61 €
19,00 €
require(['Magento_Customer/js/customer-data', 'jquery', 'ko'], function (customerData, $, ko) {
var customer = customerData.get('customer');
ko.computed(function () {
var data = customer();
if (!data.data_id) {
return; // still loading
}
var isLoggedIn = !!data.firstname;
if (isLoggedIn) {
return;
}
// In autocomplete results always show the final price as-is.
if ($('.cs-autocomplete__item').length > 0) {
$('.price-box.price-final_price').show();
return;
}
var exceptionIds = ['53928', '52771', '54103', '53941'];
$('.cs-grid-layout__brick').each(function () {
var $brick = $(this);
var productName = $brick.find('.cs-product-tile__name-link.product-item-link').text().toLowerCase();
var productId = $brick.find('.price-box.price-final_price').attr('data-product-id');
if (productName.indexOf('hikvision') !== -1 && !exceptionIds.includes(productId)) {
$brick.find('.price-box.price-final_price').html(
'' +
'Preise sichtbar im Login >>' +
''
);
}
});
});
});