Hip Hop Street Zip Tapestry Jacket
${function() {
const variantData = data.variant || {"id":"96b62836-df15-4f2a-8865-30b00b778244","product_id":"ac9ae4a4-b6fb-43cb-b5db-7c1a9a7529a8","title":"Blue-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHPzR3QCf-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7c9970058311f06afd44962c2d2fd7cb.jpeg","path":"7c9970058311f06afd44962c2d2fd7cb.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.89,"min_quantity":1}],"weight":"0","compare_at_price":"88","price":"40.89","retail_price":"88","available":true,"url":"\/products\/hip-hop-street-zip-tapestry-jacket?variant=96b62836-df15-4f2a-8865-30b00b778244","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":54,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"96b62836-df15-4f2a-8865-30b00b778244","product_id":"ac9ae4a4-b6fb-43cb-b5db-7c1a9a7529a8","title":"Blue-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHPzR3QCf-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7c9970058311f06afd44962c2d2fd7cb.jpeg","path":"7c9970058311f06afd44962c2d2fd7cb.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.89,"min_quantity":1}],"weight":"0","compare_at_price":"88","price":"40.89","retail_price":"88","available":true,"url":"\/products\/hip-hop-street-zip-tapestry-jacket?variant=96b62836-df15-4f2a-8865-30b00b778244","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":54,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
`
}()}
people are viewing this right now
${function() {
const postageFreeAmount = 89;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
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 `
`;
}()}