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; }
}
0,57 €
0,48 €
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; }
}
1,56 €
1,31 €
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; }
}
2,56 €
2,15 €
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; }
}
4,53 €
3,81 €
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; }
}
9,50 €
7,98 €
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 >>' +
''
);
}
});
});
});
15,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; }
}
14,45 €
12,14 €
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 >>' +
''
);
}
});
});
});
20,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; }
}
18,69 €
15,71 €
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 >>' +
''
);
}
});
});
});