${function() {
const variantData = data.variant || {"id":"03b69194-4258-4bae-8ced-114d85d71b6d","product_id":"7cdb856f-ff6d-4bae-b49d-1b360d621546","title":"01Green-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"01Green","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/537fe28aecf59ed96567d0f854f3727b.jpeg","path":"537fe28aecf59ed96567d0f854f3727b.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":62.99,"min_quantity":1}],"weight":"0","compare_at_price":"82.99","price":"62.99","retail_price":"82.99","available":true,"url":"\/products\/fashionable-breathable-comfortable-running-jogging-sneakers?variant=03b69194-4258-4bae-8ced-114d85d71b6d","available_quantity":999999999,"options":[{"name":"Color","value":"01Green"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":24,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: 01Green
${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}
`
}()}
Shoe Size
: 6.5
${function(){
const optName = "Shoe 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":"03b69194-4258-4bae-8ced-114d85d71b6d","product_id":"7cdb856f-ff6d-4bae-b49d-1b360d621546","title":"01Green-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"01Green","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/537fe28aecf59ed96567d0f854f3727b.jpeg","path":"537fe28aecf59ed96567d0f854f3727b.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":62.99,"min_quantity":1}],"weight":"0","compare_at_price":"82.99","price":"62.99","retail_price":"82.99","available":true,"url":"\/products\/fashionable-breathable-comfortable-running-jogging-sneakers?variant=03b69194-4258-4bae-8ced-114d85d71b6d","available_quantity":999999999,"options":[{"name":"Color","value":"01Green"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":24,"flashsale_info":[],"sales":0};
return `
`
}()}