Pajamas2
${function() {
const variantData = data.variant || {"id":"992d6a1d-461d-4b96-9e6a-f602c6b2d897","product_id":"24d0a0cc-beee-49ae-bc2c-7a7c3c7a512b","title":"YELLOW-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"HHZ089035-Yellow-XS","barcode":"","position":5,"option1":"YELLOW","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/905fe2713f8cb7197acd73b348c80db8.jpeg","path":"905fe2713f8cb7197acd73b348c80db8.jpeg","width":1300,"height":1300,"alt":"Pajamas2","aspect_ratio":1},"wholesale_price":[{"price":10,"min_quantity":1}],"weight":"0","compare_at_price":"80","price":"10","retail_price":"80","available":true,"url":"\/products\/pajamas2?variant=992d6a1d-461d-4b96-9e6a-f602c6b2d897","available_quantity":1000,"options":[{"name":"color","value":"YELLOW"},{"name":"size","value":"XS"}],"off_ratio":88,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
(Tax included)
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
(Tax included)
`;
}()}
${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 : HHZ089035-Yellow-XS
${function(){
const variantData = data.variant || {"id":"992d6a1d-461d-4b96-9e6a-f602c6b2d897","product_id":"24d0a0cc-beee-49ae-bc2c-7a7c3c7a512b","title":"YELLOW-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"HHZ089035-Yellow-XS","barcode":"","position":5,"option1":"YELLOW","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/905fe2713f8cb7197acd73b348c80db8.jpeg","path":"905fe2713f8cb7197acd73b348c80db8.jpeg","width":1300,"height":1300,"alt":"Pajamas2","aspect_ratio":1},"wholesale_price":[{"price":10,"min_quantity":1}],"weight":"0","compare_at_price":"80","price":"10","retail_price":"80","available":true,"url":"\/products\/pajamas2?variant=992d6a1d-461d-4b96-9e6a-f602c6b2d897","available_quantity":1000,"options":[{"name":"color","value":"YELLOW"},{"name":"size","value":"XS"}],"off_ratio":88,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}