Hierzu passt auch:
-

Ice-Watch
Sili Big Orange
89,00 €
Preis inkl. 14,21 € MwSt
-

Ice-Watch
Sili Big Red
89,00 €
Preis inkl. 14,21 € MwSt
-

Ice-Watch
Sili Big Yellow
89,00 €
Preis inkl. 14,21 € MwSt
-

Ice-Watch
Sili Big White
89,00 €
Preis inkl. 14,21 € MwSt
-

Ice-Watch
Sili Big Black
89,00 €
Preis inkl. 14,21 € MwSt
-

Ice-Watch
Sili Big Green
89,00 €
Preis inkl. 14,21 € MwSt

').fadeIn(100,function(){
$.getJSON('/shop/sys/ajax.warenkorb.php', {id:id, redirect:1},function(response) {
if(response.error){
wkActive = false;
$('#messageBox').fadeOut(100,function(){
$(this).html(response.message).fadeIn(500);
$('#warenkorbViewButton').fadeIn(500);
});
$("#warenkorbPreis").html(String(response.warenwert) + ' ' + response.waehrung);
$("#warenkorbMenge").html(response.anzahl);
$("#warenkorbButton").show();
return false;
}
else document.location.href = wkPage;
});
});
});
});
// PREMIUMSERVICE
$('#premiumservice').hover(
function(){$('#psInfo').fadeIn(600);},
function(){$('#psInfo').fadeOut(600);}
);
// PREISVORSCHLAG
$('.arrowLink.preisvorschlag').click(function(e){
e.preventDefault();
var id = $(this).attr('name');
if($('#preisvorschlag').length == 0){
$.getJSON('/sys/mod.ajax.php',{mod: 'preisvorschlag', id: id}, function(data) {
$.addStyle(data.style);
$.addScript(data.script);
$("#tlayer").fadeTo(300, 0.3);
$(data.html)
.appendTo('body')
.center()
.fadeIn(1000);
preisvorschlagInit();
});
}
else $("#tlayer").fadeTo(300, 0.3, function(){$('#preisvorschlag').center().show();});
});
$(document).on('click','.dynButton.abbrechen',function(){
$("#tlayer").hide();
});
// MERKZETTEL
$('.arrowLink.merkzettel').click(function(){
var id = $(this).attr('name');
$('#messageBox').html('Produkt wird auf den Merkzettel gesetzt').fadeIn(1500,function(){
$.get('/shop/sys/ajax.merkzettel.php', {id:id, ref:window.location.pathname},function(response) {
$('#messageBox').html(response);
});
});
});
// VARIANTENAUSWAHL
$('#proId').change(function(){
var title = $(this).find('option:selected').attr('title');
ins = title.split('|');
$('#ampel').html(ins[0]).attr('class',ins[1]);
if(ins[1]=='none'){
$('#proButtonWarenkorb').hide();
$('#proButtonVerfuegbarkeit').show();
}
else{
$('#proButtonWarenkorb').show();
$('#proButtonVerfuegbarkeit').hide();
}
});
// MESSAGEBOX
$('#messageBox').click(function(){$(this).fadeOut(2000);});
});
// COUNTDOWN RESTZEITANZEIGE
function countdown (jetzt){
// if(testbetrieb) jetzt = Date.parse("Thu, 15 Nov 2012 10:59:00");
uhrzeit = new Date(jetzt);
uhrzeit_std = uhrzeit.getHours();
// Wochenende ?
var we = false;
var weStartTag = cdWE.beginn.day;
var weTage = (cdWE.ende.day < weStartTag) ? (cdWE.ende.day + 7) - weStartTag : cdWE.ende.day - weStartTag;
var uhrzeitTag = uhrzeit.getDay();
for (var i = 0; i <= weTage; i++){
var weTag = (weStartTag + i) % 7;
var istWeTag = (uhrzeitTag == weTag);
var vorWeBeginn = (i==0 && uhrzeit_std < cdWE.beginn.hr);
var nachWeEnde = (i==weTage && uhrzeit_std >= cdWE.ende.hr);
if(istWeTag && !vorWeBeginn && !nachWeEnde) {we = true; break;}
}
if(we){
var tagDanach = new Date(jetzt + 86400000 * (weTage - i + 1));
var tagDanach_tag = tagDanach.getDate();
var tagDanach_monat = tagDanach.getMonth() + 1;
var rzAnzeige = cdWE.text[lang];
rzAnzeige = rzAnzeige.replace(/{WE_DATUM}/g, tagDanach_tag+'.'+ tagDanach_monat);
$('#restZeitanzeige').html(rzAnzeige + '

















