Sweater Rib Tee
${function() {
const variantData = data.variant || {"id":"03b1bd0a-8f59-4cd1-bd24-8088aedc0fa3","product_id":"c033b9e3-740b-4b80-97a1-cbcadb1eda87","title":"XS-Tar","weight_unit":"lb","inventory_quantity":9,"sku":"LA11610-TAR-XS","barcode":"","position":1,"option1":"XS","option2":"Tar","option3":"","note":"","image":null,"wholesale_price":[{"price":43,"min_quantity":1}],"weight":"0.4","compare_at_price":"68","price":"43","retail_price":"68","available":true,"url":"\/products\/sweater-rib-tee-black?variant=03b1bd0a-8f59-4cd1-bd24-8088aedc0fa3","available_quantity":9,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Tar"}],"off_ratio":37,"flashsale_info":[],"sales":30};
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-TAR-XS
Weight : 0.4lb
${function(){
const variantData = data.variant || {"id":"03b1bd0a-8f59-4cd1-bd24-8088aedc0fa3","product_id":"c033b9e3-740b-4b80-97a1-cbcadb1eda87","title":"XS-Tar","weight_unit":"lb","inventory_quantity":9,"sku":"LA11610-TAR-XS","barcode":"","position":1,"option1":"XS","option2":"Tar","option3":"","note":"","image":null,"wholesale_price":[{"price":43,"min_quantity":1}],"weight":"0.4","compare_at_price":"68","price":"43","retail_price":"68","available":true,"url":"\/products\/sweater-rib-tee-black?variant=03b1bd0a-8f59-4cd1-bd24-8088aedc0fa3","available_quantity":9,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Tar"}],"off_ratio":37,"flashsale_info":[],"sales":30};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}