${function() {
const variantData = data.variant || {"id":"42ef8b4e-00d1-461a-80ee-f16c81be44bd","product_id":"7bb33270-2e25-4863-9c38-96a1b03f721c","title":"yellow-S","weight_unit":"g","inventory_quantity":999,"sku":"1451063199838756866","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/baab6824d741b17a088094641193f07d.jpeg","path":"baab6824d741b17a088094641193f07d.jpeg","width":2160,"height":2158,"alt":"1ac38496319f060871d73e10a601e809","aspect_ratio":1.0009267840593141},"wholesale_price":[{"price":32.53,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"32.53","retail_price":"0","available":true,"url":"\/products\/retro-surf-stitching-polos-zipper-sweater?variant=42ef8b4e-00d1-461a-80ee-f16c81be44bd","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
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.
Sku : 1451063199838756866
Weight : 300g
${function(){
const variantData = data.variant || {"id":"42ef8b4e-00d1-461a-80ee-f16c81be44bd","product_id":"7bb33270-2e25-4863-9c38-96a1b03f721c","title":"yellow-S","weight_unit":"g","inventory_quantity":999,"sku":"1451063199838756866","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/baab6824d741b17a088094641193f07d.jpeg","path":"baab6824d741b17a088094641193f07d.jpeg","width":2160,"height":2158,"alt":"1ac38496319f060871d73e10a601e809","aspect_ratio":1.0009267840593141},"wholesale_price":[{"price":32.53,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"32.53","retail_price":"0","available":true,"url":"\/products\/retro-surf-stitching-polos-zipper-sweater?variant=42ef8b4e-00d1-461a-80ee-f16c81be44bd","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}