SEVENTEEN Flame Hoodie
${function() {
const variantData = data.variant || {"id":"6b025814-89b9-4ebe-8297-8597af928e30","product_id":"937351c6-784e-476d-b52c-8ea02b6e70b4","title":"S-Black","weight_unit":"g","inventory_quantity":0,"sku":"ZL-SVT\u706b\u7130\u6807\u5fd7\u5b9a\u5236\u536b\u8863_S_\u9ed1\u8272","barcode":"","position":1,"option1":"S","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e419e8c34f61cffb1fae1d5e757e35d6.jpeg","path":"e419e8c34f61cffb1fae1d5e757e35d6.jpeg","width":800,"height":800,"alt":"SEVENTEEN Flame Hoodie officialsvtshop","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"350","compare_at_price":"72.99","price":"42.99","retail_price":"72.99","available":true,"url":"\/products\/seventeen-flame-hoodie?variant=6b025814-89b9-4ebe-8297-8597af928e30","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Black"}],"off_ratio":41,"flashsale_info":[],"sales":78};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
people are viewing this right now
Size:
S
${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:
Black
${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}
`
}()}
Add to cart
$42.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":"6b025814-89b9-4ebe-8297-8597af928e30","product_id":"937351c6-784e-476d-b52c-8ea02b6e70b4","title":"S-Black","weight_unit":"g","inventory_quantity":0,"sku":"ZL-SVT\u706b\u7130\u6807\u5fd7\u5b9a\u5236\u536b\u8863_S_\u9ed1\u8272","barcode":"","position":1,"option1":"S","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e419e8c34f61cffb1fae1d5e757e35d6.jpeg","path":"e419e8c34f61cffb1fae1d5e757e35d6.jpeg","width":800,"height":800,"alt":"SEVENTEEN Flame Hoodie officialsvtshop","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"350","compare_at_price":"72.99","price":"42.99","retail_price":"72.99","available":true,"url":"\/products\/seventeen-flame-hoodie?variant=6b025814-89b9-4ebe-8297-8597af928e30","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Black"}],"off_ratio":41,"flashsale_info":[],"sales":78};
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":"6b025814-89b9-4ebe-8297-8597af928e30","product_id":"937351c6-784e-476d-b52c-8ea02b6e70b4","title":"S-Black","weight_unit":"g","inventory_quantity":0,"sku":"ZL-SVT\u706b\u7130\u6807\u5fd7\u5b9a\u5236\u536b\u8863_S_\u9ed1\u8272","barcode":"","position":1,"option1":"S","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e419e8c34f61cffb1fae1d5e757e35d6.jpeg","path":"e419e8c34f61cffb1fae1d5e757e35d6.jpeg","width":800,"height":800,"alt":"SEVENTEEN Flame Hoodie officialsvtshop","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"350","compare_at_price":"72.99","price":"42.99","retail_price":"72.99","available":true,"url":"\/products\/seventeen-flame-hoodie?variant=6b025814-89b9-4ebe-8297-8597af928e30","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Black"}],"off_ratio":41,"flashsale_info":[],"sales":78};
return `
Barcode : ${variantData && variantData.barcode}
`
}()}
24 Hours Customer Service
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('25');
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 `
`;
}()}