Sweater Rib Tee
${function() {
const variantData = data.variant || {"id":"f1dacd3f-e0e2-46ab-bbfe-42674250a8b3","product_id":"da439c48-681f-4d45-bfaa-f0c107fe9733","title":"Oatmeal-XS","weight_unit":"lb","inventory_quantity":0,"sku":"LA11610-OAT-XS","barcode":"","position":1,"option1":"Oatmeal","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":68,"min_quantity":1}],"weight":"0.4","compare_at_price":"98","price":"68","retail_price":"98","available":false,"url":"\/products\/sweater-rib-tee-6?variant=f1dacd3f-e0e2-46ab-bbfe-42674250a8b3","available_quantity":0,"options":[{"name":"Color","value":"Oatmeal"},{"name":"Size","value":"XS"}],"off_ratio":31,"flashsale_info":[],"sales":5};
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-OAT-XS
Weight : 0.4lb
${function(){
const variantData = data.variant || {"id":"f1dacd3f-e0e2-46ab-bbfe-42674250a8b3","product_id":"da439c48-681f-4d45-bfaa-f0c107fe9733","title":"Oatmeal-XS","weight_unit":"lb","inventory_quantity":0,"sku":"LA11610-OAT-XS","barcode":"","position":1,"option1":"Oatmeal","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":68,"min_quantity":1}],"weight":"0.4","compare_at_price":"98","price":"68","retail_price":"98","available":false,"url":"\/products\/sweater-rib-tee-6?variant=f1dacd3f-e0e2-46ab-bbfe-42674250a8b3","available_quantity":0,"options":[{"name":"Color","value":"Oatmeal"},{"name":"Size","value":"XS"}],"off_ratio":31,"flashsale_info":[],"sales":5};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}