Santa Fe Shorts
${function() {
const variantData = data.variant || {"id":"9dc2cc7a-21f1-4636-9786-0d4f301f4e84","product_id":"14f3d306-fe5b-45d7-930e-96b7098baf83","title":"Sea Salt-XS","weight_unit":"lb","inventory_quantity":10,"sku":"LA20281-SLT-XS","barcode":"","position":1,"option1":"Sea Salt","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":88,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"88","retail_price":"0","available":true,"url":"\/products\/santa-fe-shorts-beige?variant=9dc2cc7a-21f1-4636-9786-0d4f301f4e84","available_quantity":10,"options":[{"name":"Color","value":"Sea Salt"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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 : LA20281-SLT-XS
Weight : 0.5lb
${function(){
const variantData = data.variant || {"id":"9dc2cc7a-21f1-4636-9786-0d4f301f4e84","product_id":"14f3d306-fe5b-45d7-930e-96b7098baf83","title":"Sea Salt-XS","weight_unit":"lb","inventory_quantity":10,"sku":"LA20281-SLT-XS","barcode":"","position":1,"option1":"Sea Salt","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":88,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"88","retail_price":"0","available":true,"url":"\/products\/santa-fe-shorts-beige?variant=9dc2cc7a-21f1-4636-9786-0d4f301f4e84","available_quantity":10,"options":[{"name":"Color","value":"Sea Salt"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}