Cut Out Tank
${function() {
const variantData = data.variant || {"id":"196daea2-ee7e-427e-970c-b4d93f63e273","product_id":"c2a6c64a-3239-4109-ab16-b0ebebddb9f8","title":"Rust-XS","weight_unit":"lb","inventory_quantity":0,"sku":"LA11619-RST-XS","barcode":"","position":1,"option1":"Rust","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":64,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"64","retail_price":"0","available":false,"url":"\/products\/cut-out-tank-orange-brown?variant=196daea2-ee7e-427e-970c-b4d93f63e273","available_quantity":0,"options":[{"name":"Color","value":"Rust"},{"name":"Size","value":"XS"}],"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 : LA11619-RST-XS
Weight : 0.3lb
${function(){
const variantData = data.variant || {"id":"196daea2-ee7e-427e-970c-b4d93f63e273","product_id":"c2a6c64a-3239-4109-ab16-b0ebebddb9f8","title":"Rust-XS","weight_unit":"lb","inventory_quantity":0,"sku":"LA11619-RST-XS","barcode":"","position":1,"option1":"Rust","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":64,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"64","retail_price":"0","available":false,"url":"\/products\/cut-out-tank-orange-brown?variant=196daea2-ee7e-427e-970c-b4d93f63e273","available_quantity":0,"options":[{"name":"Color","value":"Rust"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}