FAIABLE Women's Heart Patch Hoodie Acid Wash Oversized Tops Hoodie Pullover Heavyweight Vintage Fleece Hoodies Fade Craft Embroidery Sweatshirt Valentine's Day For Men's & Women's Leisure Sweaters Casual Acid Hoodie For Daily Wear
${function() {
const variantData = data.variant || {"id":"6aa8b2f8-7fcd-45de-aaa7-9c33387b2f58","product_id":"f06d0df9-0b0a-47e3-8b1d-069ee6ac0453","title":"XS-Red","weight_unit":"kg","inventory_quantity":11,"sku":"AL-W0199-HS-XS","barcode":"","position":2,"option1":"XS","option2":"Red","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02e62a2a17ba1f0c57e4c8930d8f7b6d.jpg","path":"02e62a2a17ba1f0c57e4c8930d8f7b6d.jpg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"75.99","price":"53.99","retail_price":"75.99","available":true,"url":"\/products\/faiable-womens-heart-patch-hoodie-acid-wash-oversized-tops-hoodie-pullover-heavyweight-vintage-fleece-hoodies-fade-craft-embroidery-sweatshirt-valentines-day-for-mens-womens-leisure-sweaters-casual-acid-hoodie-for-daily-wear?variant=6aa8b2f8-7fcd-45de-aaa7-9c33387b2f58","available_quantity":11,"options":[{"name":"SIZE","value":"XS"},{"name":"COLOR","value":"Red"}],"off_ratio":29,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Size:
XS
${function(){
const optName = "SIZE";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Color:
Red
${function(){
const optName = "COLOR";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
${function() {
const minInventory = parseInt('6');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + ' ');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('5');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + ' ')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + ' ');
return `
${tipText}
`;
}()}
${function() {
const postageFreeAmount = 55;
const custom_text = "Free shipping on orders over $55";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}
Add to cart
$53.99
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"6aa8b2f8-7fcd-45de-aaa7-9c33387b2f58","product_id":"f06d0df9-0b0a-47e3-8b1d-069ee6ac0453","title":"XS-Red","weight_unit":"kg","inventory_quantity":11,"sku":"AL-W0199-HS-XS","barcode":"","position":2,"option1":"XS","option2":"Red","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02e62a2a17ba1f0c57e4c8930d8f7b6d.jpg","path":"02e62a2a17ba1f0c57e4c8930d8f7b6d.jpg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"75.99","price":"53.99","retail_price":"75.99","available":true,"url":"\/products\/faiable-womens-heart-patch-hoodie-acid-wash-oversized-tops-hoodie-pullover-heavyweight-vintage-fleece-hoodies-fade-craft-embroidery-sweatshirt-valentines-day-for-mens-womens-leisure-sweaters-casual-acid-hoodie-for-daily-wear?variant=6aa8b2f8-7fcd-45de-aaa7-9c33387b2f58","available_quantity":11,"options":[{"name":"SIZE","value":"XS"},{"name":"COLOR","value":"Red"}],"off_ratio":29,"flashsale_info":[],"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"6aa8b2f8-7fcd-45de-aaa7-9c33387b2f58","product_id":"f06d0df9-0b0a-47e3-8b1d-069ee6ac0453","title":"XS-Red","weight_unit":"kg","inventory_quantity":11,"sku":"AL-W0199-HS-XS","barcode":"","position":2,"option1":"XS","option2":"Red","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02e62a2a17ba1f0c57e4c8930d8f7b6d.jpg","path":"02e62a2a17ba1f0c57e4c8930d8f7b6d.jpg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"75.99","price":"53.99","retail_price":"75.99","available":true,"url":"\/products\/faiable-womens-heart-patch-hoodie-acid-wash-oversized-tops-hoodie-pullover-heavyweight-vintage-fleece-hoodies-fade-craft-embroidery-sweatshirt-valentines-day-for-mens-womens-leisure-sweaters-casual-acid-hoodie-for-daily-wear?variant=6aa8b2f8-7fcd-45de-aaa7-9c33387b2f58","available_quantity":11,"options":[{"name":"SIZE","value":"XS"},{"name":"COLOR","value":"Red"}],"off_ratio":29,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
Composition: 42%COTTON 53% Polyester 5%OtherFibers,380GSM
FAIABLE Fleece Sweatshirt Hoodie:Big Heart patch on the front,Mini Heart embroidered on the sleeves;Simple and comfortable cut,drop shoulder, oversized style;Ribbed cuffs on sleeves and bottom.
FAIABLE Unisex Fashioin Hoodies:A big heart patch item that can perfectly match your style is a great help when you are having trouble coordinating your outfit.
Care Instructions Hand wash softly (recommended): cold or wam (max 40°C or 105°F) water Machine wash: cold or warm (max 40°C or 105°F) water Do not soak in water for a long time