Kosárba
if(window.addEventListener){
window.addEventListener("load",function load(event){
if(typeof(shoppingListJS) == "undefined" || shoppingListJS == null || !shoppingListJS) {
shoppingListJS = new ShoppingListJS({storeId: '11251',catalogId: '10751',langId: '4'}, {id: '12008507', name: 'Ottocento*Evőeszközkészlet 24r', image: '', quantity: '1', type: 'ItemBean', components: {}, skus: []}, {}, "shoppingListJS");
}
});
} else {
window.attachEvent("onload",function load(event) {
if(typeof(shoppingListJS) == "undefined" || shoppingListJS == null || !shoppingListJS) {
shoppingListJS = new ShoppingListJS({storeId: '11251',catalogId: '10751',langId: '4'}, {id: '12008507', name: 'Ottocento*Evőeszközkészlet 24r', image: '', quantity: '1', type: 'ItemBean', components: {}, skus: []}, {}, "shoppingListJS");
}
});
}