Product details
Studio Creator Photo Creator Instant Camera
QTY:
Studio Creator Photo Creator Instant Camera
QTY:
- From 8 years
- instant camera
- 4 paper rolls
- 4 ink markers
- Sticker Sheet
- 2 stickers for decorating camera
- 1 USB charging cable
- 1 wrist strap
- Selfie lens and timer
- The 12MP digital camera has built-in thermal printer, so you can print your photos instantly
- There's also the option to save your photos or videos to a micro SD card (not included).
- You can make your mark on your instant photo prints with the 4 markers or with the stickers
- Has built-in rechargeable battery with USB charging cable
- See how Photo Creator instant camera works '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"165929",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'165929'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});