${function() {
const variantData = data.variant || {"id":"f37037f9-310e-467d-8805-610ce60a6bf1","product_id":"fab04f14-cef9-45c2-a7d1-945ebb195c9a","title":"Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XHGeDVW2d-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3f73586c9d675b4e35faa7d686fc249e.jpeg","path":"3f73586c9d675b4e35faa7d686fc249e.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"400","compare_at_price":"45","price":"33.89","retail_price":"45","available":true,"url":"\/products\/vintage-angel-tapestry-hoodie?variant=f37037f9-310e-467d-8805-610ce60a6bf1","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":25,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : XHGeDVW2d-Blue-S
Weight : 400g
${function(){
const variantData = data.variant || {"id":"f37037f9-310e-467d-8805-610ce60a6bf1","product_id":"fab04f14-cef9-45c2-a7d1-945ebb195c9a","title":"Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XHGeDVW2d-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3f73586c9d675b4e35faa7d686fc249e.jpeg","path":"3f73586c9d675b4e35faa7d686fc249e.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"400","compare_at_price":"45","price":"33.89","retail_price":"45","available":true,"url":"\/products\/vintage-angel-tapestry-hoodie?variant=f37037f9-310e-467d-8805-610ce60a6bf1","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":25,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}