${function() {
const variantData = data.variant || {"id":"74a39392-37c9-4b5f-9ddf-7a6be5fd02b4","product_id":"340fbf79-ed38-4c02-bf35-2ee3cf03e88d","title":"6.5-Green","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"6.5","option2":"Green","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1676adfe87258eb0e3fd5a92d229dc27.jpeg","path":"1676adfe87258eb0e3fd5a92d229dc27.jpeg","width":755,"height":755,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":74.98,"min_quantity":1}],"weight":"0","compare_at_price":"94.98","price":"74.98","retail_price":"94.98","available":true,"url":"\/products\/new-trendy-elastic-rubber-socks-high-top-blade-sports-sneakers?variant=74a39392-37c9-4b5f-9ddf-7a6be5fd02b4","available_quantity":999999999,"options":[{"name":"Size","value":"6.5"},{"name":"Color","value":"Green"}],"off_ratio":21,"flashsale_info":[],"sales":2};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Size
: 6.5
${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}
`
}()}
Color
: Green
${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}
`
}()}
Add to cart
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"74a39392-37c9-4b5f-9ddf-7a6be5fd02b4","product_id":"340fbf79-ed38-4c02-bf35-2ee3cf03e88d","title":"6.5-Green","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"6.5","option2":"Green","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1676adfe87258eb0e3fd5a92d229dc27.jpeg","path":"1676adfe87258eb0e3fd5a92d229dc27.jpeg","width":755,"height":755,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":74.98,"min_quantity":1}],"weight":"0","compare_at_price":"94.98","price":"74.98","retail_price":"94.98","available":true,"url":"\/products\/new-trendy-elastic-rubber-socks-high-top-blade-sports-sneakers?variant=74a39392-37c9-4b5f-9ddf-7a6be5fd02b4","available_quantity":999999999,"options":[{"name":"Size","value":"6.5"},{"name":"Color","value":"Green"}],"off_ratio":21,"flashsale_info":[],"sales":2};
return `
`
}()}