Evie Mini
${function() {
const variantData = data.variant || {"id":"69e5118a-2df7-4cd2-86df-82113c94e770","product_id":"45e3298a-1e79-43e6-93ce-ca9481c9f9c9","title":"Green Rose-XS","weight_unit":"lb","inventory_quantity":8,"sku":"LA30431-GRR-XS","barcode":"","position":1,"option1":"Green Rose","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0.5","compare_at_price":"120","price":"35","retail_price":"120","available":true,"url":"\/products\/evie-mini-green-rose-print?variant=69e5118a-2df7-4cd2-86df-82113c94e770","available_quantity":8,"options":[{"name":"Color","value":"Green Rose"},{"name":"Size","value":"XS"}],"off_ratio":71,"flashsale_info":[],"sales":66};
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 : LA30431-GRR-XS
Weight : 0.5lb
${function(){
const variantData = data.variant || {"id":"69e5118a-2df7-4cd2-86df-82113c94e770","product_id":"45e3298a-1e79-43e6-93ce-ca9481c9f9c9","title":"Green Rose-XS","weight_unit":"lb","inventory_quantity":8,"sku":"LA30431-GRR-XS","barcode":"","position":1,"option1":"Green Rose","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0.5","compare_at_price":"120","price":"35","retail_price":"120","available":true,"url":"\/products\/evie-mini-green-rose-print?variant=69e5118a-2df7-4cd2-86df-82113c94e770","available_quantity":8,"options":[{"name":"Color","value":"Green Rose"},{"name":"Size","value":"XS"}],"off_ratio":71,"flashsale_info":[],"sales":66};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}