Adaugă in cos
if(window.addEventListener){
window.addEventListener("load",function load(event){
if(typeof(shoppingListJS) == "undefined" || shoppingListJS == null || !shoppingListJS) {
shoppingListJS = new ShoppingListJS({storeId: '11803',catalogId: '11251',langId: '-21'}, {id: '5014084', name: 'DOOKOLA suport hârtie igienică', 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: '11803',catalogId: '11251',langId: '-21'}, {id: '5014084', name: 'DOOKOLA suport hârtie igienică', image: '', quantity: '1', type: 'ItemBean', components: {}, skus: []}, {}, "shoppingListJS");
}
});
}