Eliah Dress
${function() {
const variantData = data.variant || {"id":"f30e910c-b4df-4e2d-bb38-e89caa81e7cf","product_id":"ac57d99c-e8a3-4e1b-9e6b-693b4e1cfc2f","title":"Charcoal-XS","weight_unit":"lb","inventory_quantity":2,"sku":"LA30443-CHA-XS","barcode":"","position":1,"option1":"Charcoal","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":108,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"108","retail_price":"0","available":true,"url":"\/products\/eliah-dress-dark-grey?variant=f30e910c-b4df-4e2d-bb38-e89caa81e7cf","available_quantity":2,"options":[{"name":"Color","value":"Charcoal"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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 : LA30443-CHA-XS
Weight : 0.5lb
${function(){
const variantData = data.variant || {"id":"f30e910c-b4df-4e2d-bb38-e89caa81e7cf","product_id":"ac57d99c-e8a3-4e1b-9e6b-693b4e1cfc2f","title":"Charcoal-XS","weight_unit":"lb","inventory_quantity":2,"sku":"LA30443-CHA-XS","barcode":"","position":1,"option1":"Charcoal","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":108,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"108","retail_price":"0","available":true,"url":"\/products\/eliah-dress-dark-grey?variant=f30e910c-b4df-4e2d-bb38-e89caa81e7cf","available_quantity":2,"options":[{"name":"Color","value":"Charcoal"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":4};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}