yangjiatao
${function() {
const variantData = data.variant || {"id":"3f3163d4-4478-451d-a662-d7a080613ed0","product_id":"eed20aab-94f5-4560-b3d0-c6f4b7fbdbd3","title":"White-XL","weight_unit":"kg","inventory_quantity":-5,"sku":"A001","barcode":"","position":1,"option1":"White","option2":"XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ca45d9299e8addf13a9e2f6f8f204ffc.jpeg","path":"ca45d9299e8addf13a9e2f6f8f204ffc.jpeg","width":666,"height":792,"alt":"yangjiatao mysite James Yang","aspect_ratio":0.8409090909090909},"wholesale_price":[{"price":24,"min_quantity":1}],"weight":"1","compare_at_price":"118","price":"24","retail_price":"118","available":true,"url":"\/products\/french-ruffled-lantern-sleeves-multi-wear-dress-6i77-10m4?variant=3f3163d4-4478-451d-a662-d7a080613ed0","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"XL"}],"off_ratio":80,"flashsale_info":[],"sales":6};
const saveType = "amount";
const productLabelDiscountOn = true;
const map = {
B: ``,
C: ``,
A: `
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`
}
const price_group_arr = ["B","C","A"];
const price_str_arr = price_group_arr.map(type => map[type]);
return `
-
${price_str_arr.join('')}
`;
}()}
${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}
`
}()}
${function(){
const variantData = data.variant || {"id":"3f3163d4-4478-451d-a662-d7a080613ed0","product_id":"eed20aab-94f5-4560-b3d0-c6f4b7fbdbd3","title":"White-XL","weight_unit":"kg","inventory_quantity":-5,"sku":"A001","barcode":"","position":1,"option1":"White","option2":"XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ca45d9299e8addf13a9e2f6f8f204ffc.jpeg","path":"ca45d9299e8addf13a9e2f6f8f204ffc.jpeg","width":666,"height":792,"alt":"yangjiatao mysite James Yang","aspect_ratio":0.8409090909090909},"wholesale_price":[{"price":24,"min_quantity":1}],"weight":"1","compare_at_price":"118","price":"24","retail_price":"118","available":true,"url":"\/products\/french-ruffled-lantern-sleeves-multi-wear-dress-6i77-10m4?variant=3f3163d4-4478-451d-a662-d7a080613ed0","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"XL"}],"off_ratio":80,"flashsale_info":[],"sales":6};
return `
Inventory : ${variantData && variantData.available_quantity}
`
}()}
Product was out of stock.
Product does not exist
${function(){
const variantData = data.variant || {"id":"3f3163d4-4478-451d-a662-d7a080613ed0","product_id":"eed20aab-94f5-4560-b3d0-c6f4b7fbdbd3","title":"White-XL","weight_unit":"kg","inventory_quantity":-5,"sku":"A001","barcode":"","position":1,"option1":"White","option2":"XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ca45d9299e8addf13a9e2f6f8f204ffc.jpeg","path":"ca45d9299e8addf13a9e2f6f8f204ffc.jpeg","width":666,"height":792,"alt":"yangjiatao mysite James Yang","aspect_ratio":0.8409090909090909},"wholesale_price":[{"price":24,"min_quantity":1}],"weight":"1","compare_at_price":"118","price":"24","retail_price":"118","available":true,"url":"\/products\/french-ruffled-lantern-sleeves-multi-wear-dress-6i77-10m4?variant=3f3163d4-4478-451d-a662-d7a080613ed0","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"XL"}],"off_ratio":80,"flashsale_info":[],"sales":6};
return `
SKU : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}