Raw Silk Henley
${function() {
const variantData = data.variant || {"id":"1a69410e-dd58-4a72-a2a2-45193e922464","product_id":"48ac3cc4-1baa-4f27-a3a5-47da47e1c920","title":"XS-Natural","weight_unit":"lb","inventory_quantity":0,"sku":"LA11601-NAT-XS","barcode":"","position":1,"option1":"XS","option2":"Natural","option3":"","note":"","image":null,"wholesale_price":[{"price":78,"min_quantity":1}],"weight":"0.5","compare_at_price":"150","price":"78","retail_price":"150","available":false,"url":"\/products\/raw-silk-henley-beige?variant=1a69410e-dd58-4a72-a2a2-45193e922464","available_quantity":0,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Natural"}],"off_ratio":48,"flashsale_info":[],"sales":9};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${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 : LA11601-NAT-XS
Weight : 0.5lb
${function(){
const variantData = data.variant || {"id":"1a69410e-dd58-4a72-a2a2-45193e922464","product_id":"48ac3cc4-1baa-4f27-a3a5-47da47e1c920","title":"XS-Natural","weight_unit":"lb","inventory_quantity":0,"sku":"LA11601-NAT-XS","barcode":"","position":1,"option1":"XS","option2":"Natural","option3":"","note":"","image":null,"wholesale_price":[{"price":78,"min_quantity":1}],"weight":"0.5","compare_at_price":"150","price":"78","retail_price":"150","available":false,"url":"\/products\/raw-silk-henley-beige?variant=1a69410e-dd58-4a72-a2a2-45193e922464","available_quantity":0,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Natural"}],"off_ratio":48,"flashsale_info":[],"sales":9};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}