Elegant single-breasted shirt dress
${function() {
const variantData = data.variant || {"id":"ed28d6b0-9d08-4925-8b44-21b43af18685","product_id":"c9ddfd4a-dc0b-49ba-875a-5aa75be5fed6","title":"3XL","weight_unit":"g","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"3XL","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/daf5315c873d3b8074e76e5b65b0d0d2.jpeg","path":"daf5315c873d3b8074e76e5b65b0d0d2.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"5","retail_price":"0","available":true,"url":"\/products\/elegant-single-breasted-shirt-dress?variant=ed28d6b0-9d08-4925-8b44-21b43af18685","available_quantity":999,"options":[{"name":"Size","value":"3XL"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const postageFreeAmount = 10;
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 `
`;
}()}
${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":"ed28d6b0-9d08-4925-8b44-21b43af18685","product_id":"c9ddfd4a-dc0b-49ba-875a-5aa75be5fed6","title":"3XL","weight_unit":"g","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"3XL","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/daf5315c873d3b8074e76e5b65b0d0d2.jpeg","path":"daf5315c873d3b8074e76e5b65b0d0d2.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"5","retail_price":"0","available":true,"url":"\/products\/elegant-single-breasted-shirt-dress?variant=ed28d6b0-9d08-4925-8b44-21b43af18685","available_quantity":999,"options":[{"name":"Size","value":"3XL"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}