Longsleeve Crewneck
${function() {
const variantData = data.variant || {"id":"77c8eb3d-83ac-4e86-bb2f-dd54e5b7bffc","product_id":"a4e07e10-b126-4224-8b1c-66c892e7b1da","title":"XS-Tar","weight_unit":"lb","inventory_quantity":19,"sku":"LA11508-TAR-XS","barcode":"","position":1,"option1":"XS","option2":"Tar","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-black?variant=77c8eb3d-83ac-4e86-bb2f-dd54e5b7bffc","available_quantity":19,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Tar"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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-TAR-XS
Weight : 0.2lb
${function(){
const variantData = data.variant || {"id":"77c8eb3d-83ac-4e86-bb2f-dd54e5b7bffc","product_id":"a4e07e10-b126-4224-8b1c-66c892e7b1da","title":"XS-Tar","weight_unit":"lb","inventory_quantity":19,"sku":"LA11508-TAR-XS","barcode":"","position":1,"option1":"XS","option2":"Tar","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-black?variant=77c8eb3d-83ac-4e86-bb2f-dd54e5b7bffc","available_quantity":19,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Tar"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}