Coffee Tee
${function() {
const variantData = data.variant || {"id":"7d8be328-5527-4f43-9cff-2598c541300c","product_id":"06f3c474-3e9f-4fc7-b803-116dac0326ae","title":"XS-Whitewash","weight_unit":"lb","inventory_quantity":10,"sku":"LA11388-WTW-XS","barcode":"","position":1,"option1":"XS","option2":"Whitewash","option3":"","note":"","image":null,"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0.2","compare_at_price":"62","price":"25","retail_price":"62","available":true,"url":"\/products\/coffee-tee-3?variant=7d8be328-5527-4f43-9cff-2598c541300c","available_quantity":10,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Whitewash"}],"off_ratio":60,"flashsale_info":[],"sales":7};
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 : LA11388-WTW-XS
Weight : 0.2lb
${function(){
const variantData = data.variant || {"id":"7d8be328-5527-4f43-9cff-2598c541300c","product_id":"06f3c474-3e9f-4fc7-b803-116dac0326ae","title":"XS-Whitewash","weight_unit":"lb","inventory_quantity":10,"sku":"LA11388-WTW-XS","barcode":"","position":1,"option1":"XS","option2":"Whitewash","option3":"","note":"","image":null,"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0.2","compare_at_price":"62","price":"25","retail_price":"62","available":true,"url":"\/products\/coffee-tee-3?variant=7d8be328-5527-4f43-9cff-2598c541300c","available_quantity":10,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Whitewash"}],"off_ratio":60,"flashsale_info":[],"sales":7};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}