${function() {
const variantData = data.variant || {"id":"ea764763-305b-4d7b-9fe4-63d1ad41266a","product_id":"5c85fa06-ae87-493d-b683-50f45d1592ee","title":"Green-S","weight_unit":"g","inventory_quantity":999,"sku":"XHxnV2Lfc-Green-S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a926a7cf905194ba22f813fbe50c336.jpeg","path":"5a926a7cf905194ba22f813fbe50c336.jpeg","width":930,"height":930,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"300","compare_at_price":"38","price":"29.89","retail_price":"38","available":true,"url":"\/products\/personalized-hip-hop-retro-pattern-tapestry-hoodie?variant=ea764763-305b-4d7b-9fe4-63d1ad41266a","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":21,"flashsale_info":[],"sales":0};
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 : XHxnV2Lfc-Green-S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"ea764763-305b-4d7b-9fe4-63d1ad41266a","product_id":"5c85fa06-ae87-493d-b683-50f45d1592ee","title":"Green-S","weight_unit":"g","inventory_quantity":999,"sku":"XHxnV2Lfc-Green-S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a926a7cf905194ba22f813fbe50c336.jpeg","path":"5a926a7cf905194ba22f813fbe50c336.jpeg","width":930,"height":930,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"300","compare_at_price":"38","price":"29.89","retail_price":"38","available":true,"url":"\/products\/personalized-hip-hop-retro-pattern-tapestry-hoodie?variant=ea764763-305b-4d7b-9fe4-63d1ad41266a","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":21,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}