// settings - should these be in localstorage or global object?
priv.settings=jIO.newJio({
"type":"local",
"username":"ecs",
"application_name":"settings"
});
// add items
callback();
};
// settings - should these be in localstorage or global object?
priv.settings=jIO.newJio({
"type":"local",
"username":"ecs",
"application_name":"settings"
});
// add items
callback();
};
//
// DEV: add dummy products
// @method populate_item_storage
//
priv.populate_item_storage=function(){
priv.items.put({
"_id":"1",
"item_id":"1",
"brand":"VILA",
"brand_id":"123",
"seller_id":"",
"title":"Abiona Jacket",
"unit":"pc",
"currency":"EUR",
"keywords":["Jacket","Abiona"],
"category":[
{"0":"outerwear"},
{"1":"jackets"},
{"2":"ladies"}
],
"price":44.95,
"original_price":64.95,
"total_sales":69,
"description":"DOUBELT BREASTED JACKET 100% Polyester, matière souple et très résistante. entretien facile Coupe ajustée Fermeture boutons sur le devant Longueur : 78cm en taille S",