${function() {
const variantData = data.variant || {"id":"6f4d2249-fc43-471e-aa33-1fb3d158a53f","product_id":"a0ff4ace-cb40-4662-acc2-0c8e8c84537e","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XH1i5BPAt-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/595ca3c05524d68307cd1e85b71cb90b.jpeg","path":"595ca3c05524d68307cd1e85b71cb90b.jpeg","width":952,"height":952,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"400","compare_at_price":"42","price":"29.89","retail_price":"42","available":true,"url":"\/products\/fashionable-college-style-casual-letter-flare-pants?variant=6f4d2249-fc43-471e-aa33-1fb3d158a53f","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":29,"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 : XH1i5BPAt-Black-S
Weight : 400g
${function(){
const variantData = data.variant || {"id":"6f4d2249-fc43-471e-aa33-1fb3d158a53f","product_id":"a0ff4ace-cb40-4662-acc2-0c8e8c84537e","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XH1i5BPAt-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/595ca3c05524d68307cd1e85b71cb90b.jpeg","path":"595ca3c05524d68307cd1e85b71cb90b.jpeg","width":952,"height":952,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"400","compare_at_price":"42","price":"29.89","retail_price":"42","available":true,"url":"\/products\/fashionable-college-style-casual-letter-flare-pants?variant=6f4d2249-fc43-471e-aa33-1fb3d158a53f","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}