${function() {
const variantData = data.variant || {"id":"ffe1442a-a234-493f-94a0-fe1d7b31a313","product_id":"946ce407-b4f0-4b71-99bc-96e2cd136794","title":"7D","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"7D","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":348,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"348","retail_price":"0","available":true,"url":"\/products\/the-trench-boot-in-golden-weatherproof-suede?variant=ffe1442a-a234-493f-94a0-fe1d7b31a313","available_quantity":999999999,"options":[{"name":"Size","value":"7D"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
The Trench Boot in Golden Weatherproof Suede
${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":"ffe1442a-a234-493f-94a0-fe1d7b31a313","product_id":"946ce407-b4f0-4b71-99bc-96e2cd136794","title":"7D","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"7D","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":348,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"348","retail_price":"0","available":true,"url":"\/products\/the-trench-boot-in-golden-weatherproof-suede?variant=ffe1442a-a234-493f-94a0-fe1d7b31a313","available_quantity":999999999,"options":[{"name":"Size","value":"7D"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}