Elevate your style and functionality with the Soft Leather Backpack for Women from is designed to be your ultimate travel and everyday companion, perfect for both teenage girls and trend-conscious women.
Key Features:
- Material: Made from high-quality PU leather for a luxurious feel and long-lasting durability.
- Design: Solid color and casual style that aligns with current fashion trends, offering a wild yet sophisticated look.
- Capacity: Spacious with a capacity of below 20 liters, ideal for school, travel, or daily use.
- Interior: Includes a slot pocket and cell phone pocket for convenient organization of your essentials.
- Closure: Secure zipper closure to keep your belongings safe.
- Comfort: Features a soft handle and an exterior silt pocket for added convenience and comfort.
Why You'll Love It:
- Fashion-Forward Design: The solid color and trendy style make this a standout accessory, ensuring you look stylish wherever you go.
- Functional Layout: Ample storage space and organized pockets help keep your items neatly arranged and easy to access.
- Versatile Use: Suitable for a range of activities, from school and travel to casual outings.
Upgrade your accessory collection with the Fashion PU Leather Large School Backpack. Combining style and practicality, this is a must-have for anyone looking to stay on-trend and organized. Available now at '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"54074",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
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);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'54074',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'54074'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});