Duality
${function() {
const variantData = data.variant || {"id":"c5617605-85cb-4ef8-befa-29d423f81fbf","product_id":"367524b9-f653-4300-853e-8bb376b2fc02","title":"SKY BLUE-XS","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"SKY BLUE","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/97e1d7aa5f4682424eb5a1acefedcdb7.jpeg","path":"97e1d7aa5f4682424eb5a1acefedcdb7.jpeg","width":638,"height":638,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"38.99","price":"38.99","retail_price":"38.99","available":true,"url":"\/products\/duality?variant=c5617605-85cb-4ef8-befa-29d423f81fbf","available_quantity":999999999,"options":[{"name":"Color","value":"SKY BLUE"},{"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.
${function(){
const variantData = data.variant || {"id":"c5617605-85cb-4ef8-befa-29d423f81fbf","product_id":"367524b9-f653-4300-853e-8bb376b2fc02","title":"SKY BLUE-XS","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"SKY BLUE","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/97e1d7aa5f4682424eb5a1acefedcdb7.jpeg","path":"97e1d7aa5f4682424eb5a1acefedcdb7.jpeg","width":638,"height":638,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"38.99","price":"38.99","retail_price":"38.99","available":true,"url":"\/products\/duality?variant=c5617605-85cb-4ef8-befa-29d423f81fbf","available_quantity":999999999,"options":[{"name":"Color","value":"SKY BLUE"},{"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}
`
}()}