${function() {
const variantData = data.variant || {"id":"ad4723c7-207d-4472-a36b-71e2e6c196b9","product_id":"94f4fb00-ee06-4b09-9f16-1cbe7e7a4442","title":"XS - 36","weight_unit":"","inventory_quantity":1,"sku":"","barcode":"","position":1,"option1":"XS - 36","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":118,"min_quantity":1}],"weight":"0","compare_at_price":"148","price":"118","retail_price":"148","available":true,"url":"\/products\/the-western-shirt-in-washed-black-selvage-chambray?variant=ad4723c7-207d-4472-a36b-71e2e6c196b9","available_quantity":999999999,"options":[{"name":"Size","value":"XS - 36"}],"off_ratio":20,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
The Western Shirt in Washed Black Selvage Chambray
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"ad4723c7-207d-4472-a36b-71e2e6c196b9","product_id":"94f4fb00-ee06-4b09-9f16-1cbe7e7a4442","title":"XS - 36","weight_unit":"","inventory_quantity":1,"sku":"","barcode":"","position":1,"option1":"XS - 36","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":118,"min_quantity":1}],"weight":"0","compare_at_price":"148","price":"118","retail_price":"148","available":true,"url":"\/products\/the-western-shirt-in-washed-black-selvage-chambray?variant=ad4723c7-207d-4472-a36b-71e2e6c196b9","available_quantity":999999999,"options":[{"name":"Size","value":"XS - 36"}],"off_ratio":20,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}