${function() {
const variantData = data.variant || {"id":"b7aa82f8-ee5f-445e-b05a-a9de5ea2645e","product_id":"8d779432-8469-4a79-a707-bfbdd652b5a5","title":"Yellow-S","weight_unit":"kg","inventory_quantity":999,"sku":"K565416577185296384","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0f40f4423eca6b60b70713b7fa5adf08.jpeg","path":"0f40f4423eca6b60b70713b7fa5adf08.jpeg","width":600,"height":800,"alt":"Women's Funny Sunglasses Dachshund Print Casual Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"33.99","price":"23.99","retail_price":"33.99","available":true,"url":"\/products\/womens-funny-sunglasses-dachshund-print-casual-sweatshirt?variant=b7aa82f8-ee5f-445e-b05a-a9de5ea2645e","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":388};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Yellow
${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":"b7aa82f8-ee5f-445e-b05a-a9de5ea2645e","product_id":"8d779432-8469-4a79-a707-bfbdd652b5a5","title":"Yellow-S","weight_unit":"kg","inventory_quantity":999,"sku":"K565416577185296384","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0f40f4423eca6b60b70713b7fa5adf08.jpeg","path":"0f40f4423eca6b60b70713b7fa5adf08.jpeg","width":600,"height":800,"alt":"Women's Funny Sunglasses Dachshund Print Casual Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"33.99","price":"23.99","retail_price":"33.99","available":true,"url":"\/products\/womens-funny-sunglasses-dachshund-print-casual-sweatshirt?variant=b7aa82f8-ee5f-445e-b05a-a9de5ea2645e","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":388};
return `
`
}()}