Longsleeve Crewneck
${function() {
const variantData = data.variant || {"id":"2fafde28-05e0-4ed4-9a0f-2b280f33549a","product_id":"939c102f-b159-4b49-889f-9e3895925e41","title":"XS-Slate","weight_unit":"lb","inventory_quantity":3,"sku":"LA11508-SLA-XS","barcode":"885607848596","position":1,"option1":"XS","option2":"Slate","option3":"","note":"","image":null,"wholesale_price":[{"price":68,"min_quantity":1}],"weight":"0.2","compare_at_price":"68","price":"68","retail_price":"68","available":true,"url":"\/products\/longsleeve-crewneck-grey?variant=2fafde28-05e0-4ed4-9a0f-2b280f33549a","available_quantity":3,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Slate"}],"off_ratio":0,"flashsale_info":[],"sales":6};
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 : LA11508-SLA-XS
Weight : 0.2lb
Barcode : 885607848596
${function(){
const variantData = data.variant || {"id":"2fafde28-05e0-4ed4-9a0f-2b280f33549a","product_id":"939c102f-b159-4b49-889f-9e3895925e41","title":"XS-Slate","weight_unit":"lb","inventory_quantity":3,"sku":"LA11508-SLA-XS","barcode":"885607848596","position":1,"option1":"XS","option2":"Slate","option3":"","note":"","image":null,"wholesale_price":[{"price":68,"min_quantity":1}],"weight":"0.2","compare_at_price":"68","price":"68","retail_price":"68","available":true,"url":"\/products\/longsleeve-crewneck-grey?variant=2fafde28-05e0-4ed4-9a0f-2b280f33549a","available_quantity":3,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Slate"}],"off_ratio":0,"flashsale_info":[],"sales":6};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}