Sweater Rib Tee
${function() {
const variantData = data.variant || {"id":"50ff87f5-fa19-423e-b7a3-17bd033f4336","product_id":"f2592d62-ecfe-4cca-87f9-2f882f23a636","title":"Cherry Red-XS","weight_unit":"lb","inventory_quantity":1,"sku":"LA11610-CHY-XS","barcode":"","position":1,"option1":"Cherry Red","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":68,"min_quantity":1}],"weight":"1","compare_at_price":"94","price":"68","retail_price":"94","available":true,"url":"\/products\/sweater-rib-tee-2?variant=50ff87f5-fa19-423e-b7a3-17bd033f4336","available_quantity":1,"options":[{"name":"Color","value":"Cherry Red"},{"name":"Size","value":"XS"}],"off_ratio":28,"flashsale_info":[],"sales":10};
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 : LA11610-CHY-XS
Weight : 1lb
${function(){
const variantData = data.variant || {"id":"50ff87f5-fa19-423e-b7a3-17bd033f4336","product_id":"f2592d62-ecfe-4cca-87f9-2f882f23a636","title":"Cherry Red-XS","weight_unit":"lb","inventory_quantity":1,"sku":"LA11610-CHY-XS","barcode":"","position":1,"option1":"Cherry Red","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":68,"min_quantity":1}],"weight":"1","compare_at_price":"94","price":"68","retail_price":"94","available":true,"url":"\/products\/sweater-rib-tee-2?variant=50ff87f5-fa19-423e-b7a3-17bd033f4336","available_quantity":1,"options":[{"name":"Color","value":"Cherry Red"},{"name":"Size","value":"XS"}],"off_ratio":28,"flashsale_info":[],"sales":10};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}