${function() {
const variantData = data.variant || {"id":"5df0d5f3-8bf9-4e76-9fbc-2e6da12b12ea","product_id":"9d1ec388-ef45-4fd5-bcc0-eaef175a616b","title":"Green One","weight_unit":"kg","inventory_quantity":999,"sku":"K586097287998992384","barcode":"","position":1,"option1":"Green One","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9b221a6190bc787e828d1d4edc3cb939.jpeg","path":"9b221a6190bc787e828d1d4edc3cb939.jpeg","width":898,"height":1200,"alt":"Women's Four Leaf Clover Pressed Leaf Resin Pendant Necklace","aspect_ratio":0.7483333333333333},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0.02","compare_at_price":"10.99","price":"5.99","retail_price":"10.99","available":true,"url":"\/products\/womens-four-leaf-clover-pressed-leaf-resin-pendant-necklace?variant=5df0d5f3-8bf9-4e76-9fbc-2e6da12b12ea","available_quantity":999999999,"options":[{"name":"Color","value":"Green One"}],"off_ratio":45,"flashsale_info":[],"sales":244};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Green One
${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":"5df0d5f3-8bf9-4e76-9fbc-2e6da12b12ea","product_id":"9d1ec388-ef45-4fd5-bcc0-eaef175a616b","title":"Green One","weight_unit":"kg","inventory_quantity":999,"sku":"K586097287998992384","barcode":"","position":1,"option1":"Green One","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9b221a6190bc787e828d1d4edc3cb939.jpeg","path":"9b221a6190bc787e828d1d4edc3cb939.jpeg","width":898,"height":1200,"alt":"Women's Four Leaf Clover Pressed Leaf Resin Pendant Necklace","aspect_ratio":0.7483333333333333},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0.02","compare_at_price":"10.99","price":"5.99","retail_price":"10.99","available":true,"url":"\/products\/womens-four-leaf-clover-pressed-leaf-resin-pendant-necklace?variant=5df0d5f3-8bf9-4e76-9fbc-2e6da12b12ea","available_quantity":999999999,"options":[{"name":"Color","value":"Green One"}],"off_ratio":45,"flashsale_info":[],"sales":244};
return `
`
}()}