${function() {
const variantData = data.variant || {"id":"6ab97988-5126-4741-8cdc-c0cc2d5fcbb8","product_id":"25dd6bf0-f482-4bed-aabb-ce066023ddb8","title":"Photo color-2XL","weight_unit":"kg","inventory_quantity":999,"sku":"SDWD2665Q-Photo color-2XL","barcode":"","position":1,"option1":"Photo color","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/77f49b1de5c2bc765df58ef6696a7ee1.jpeg","path":"77f49b1de5c2bc765df58ef6696a7ee1.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":12.49,"min_quantity":1}],"weight":"0.35","compare_at_price":"0","price":"12.49","retail_price":"0","available":true,"url":"\/products\/round-neck-printed-bohemian-dress?variant=6ab97988-5126-4741-8cdc-c0cc2d5fcbb8","available_quantity":999999999,"options":[{"name":"Color","value":"Photo color"},{"name":"Size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
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 : SDWD2665Q-Photo color-2XL
Weight : 0.35kg
${function(){
const variantData = data.variant || {"id":"6ab97988-5126-4741-8cdc-c0cc2d5fcbb8","product_id":"25dd6bf0-f482-4bed-aabb-ce066023ddb8","title":"Photo color-2XL","weight_unit":"kg","inventory_quantity":999,"sku":"SDWD2665Q-Photo color-2XL","barcode":"","position":1,"option1":"Photo color","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/77f49b1de5c2bc765df58ef6696a7ee1.jpeg","path":"77f49b1de5c2bc765df58ef6696a7ee1.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":12.49,"min_quantity":1}],"weight":"0.35","compare_at_price":"0","price":"12.49","retail_price":"0","available":true,"url":"\/products\/round-neck-printed-bohemian-dress?variant=6ab97988-5126-4741-8cdc-c0cc2d5fcbb8","available_quantity":999999999,"options":[{"name":"Color","value":"Photo color"},{"name":"Size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}