Elevate your style with the Fashion Backpack Female Soft Leather Rucksack from is perfect for all your daily adventures, combining functionality with high-end fashion.
Key Features:
- Material: Made of high-quality soft leather for a luxurious feel and durable use.
- Design: Stylish and versatile with a solid color and casual design, suitable for various outfits.
- Capacity: Generous interior with a capacity of 20-35 Litres, providing ample space for all your essentials.
- Interior: Features practical compartments including a cell phone pocket and zipper pocket for easy organization.
- Comfort: Equipped with soft handle straps for comfortable carrying, whether you're heading to work or traveling.
Why You'll Love It:
- Elegant Style: The soft leather and sleek design add a touch of sophistication to your daily look.
- Functional Space: Spacious enough to accommodate your daily needs, from books to travel essentials.
- Versatile Use: Perfect for both casual outings and more formal occasions, offering a blend of style and practicality.
Upgrade your fashion game with the Fashionable Soft Leather Large Backpack. Whether you're off to work, school, or on a weekend getaway, this from '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"54076",
"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:'54076',
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:'54076'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});