${function() {
const variantData = data.variant || {"id":"9112e292-cd22-40d7-b041-a1d37e93f960","product_id":"ce5e3d99-357e-4b69-bbbe-e1220c3a023f","title":"Brown-S","weight_unit":"g","inventory_quantity":999,"sku":"XHSuj5AL3-Brown-S","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ea07da04648eea92f0c739ac24cfa676.jpeg","path":"ea07da04648eea92f0c739ac24cfa676.jpeg","width":1377,"height":1377,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52.89,"min_quantity":1}],"weight":"550","compare_at_price":"70","price":"52.89","retail_price":"70","available":true,"url":"\/products\/fashionable-casual-printed-color-block-trousers-suit?variant=9112e292-cd22-40d7-b041-a1d37e93f960","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":24,"flashsale_info":[],"sales":2};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
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 : XHSuj5AL3-Brown-S
Weight : 550g
${function(){
const variantData = data.variant || {"id":"9112e292-cd22-40d7-b041-a1d37e93f960","product_id":"ce5e3d99-357e-4b69-bbbe-e1220c3a023f","title":"Brown-S","weight_unit":"g","inventory_quantity":999,"sku":"XHSuj5AL3-Brown-S","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ea07da04648eea92f0c739ac24cfa676.jpeg","path":"ea07da04648eea92f0c739ac24cfa676.jpeg","width":1377,"height":1377,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52.89,"min_quantity":1}],"weight":"550","compare_at_price":"70","price":"52.89","retail_price":"70","available":true,"url":"\/products\/fashionable-casual-printed-color-block-trousers-suit?variant=9112e292-cd22-40d7-b041-a1d37e93f960","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":24,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}