${function() {
const variantData = data.variant || {"id":"255b0e13-78b2-4c67-ba3a-a9e7735a7311","product_id":"6fc1e206-9ccd-409e-848a-a047bd99e433","title":"Blue-S","weight_unit":"kg","inventory_quantity":999,"sku":"K562895804101947392","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5ec43acaff7de601c5b1980a3ae7419a.jpeg","path":"5ec43acaff7de601c5b1980a3ae7419a.jpeg","width":600,"height":800,"alt":"Women's Japanese Art Painting Embroidery Feeling Blue And White Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"25.99","price":"25.99","retail_price":"25.99","available":true,"url":"\/products\/womens-japanese-art-painting-embroidery-feeling-blue-and-white-sweatshirt?variant=255b0e13-78b2-4c67-ba3a-a9e7735a7311","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":300};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Blue
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (': ' + optionValue) : '';
return `
${optionValueText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Size
: S
${function(){
const optName = "Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (': ' + optionValue) : '';
return `
${optionValueText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"255b0e13-78b2-4c67-ba3a-a9e7735a7311","product_id":"6fc1e206-9ccd-409e-848a-a047bd99e433","title":"Blue-S","weight_unit":"kg","inventory_quantity":999,"sku":"K562895804101947392","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5ec43acaff7de601c5b1980a3ae7419a.jpeg","path":"5ec43acaff7de601c5b1980a3ae7419a.jpeg","width":600,"height":800,"alt":"Women's Japanese Art Painting Embroidery Feeling Blue And White Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"25.99","price":"25.99","retail_price":"25.99","available":true,"url":"\/products\/womens-japanese-art-painting-embroidery-feeling-blue-and-white-sweatshirt?variant=255b0e13-78b2-4c67-ba3a-a9e7735a7311","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":300};
return `
`
}()}