${function() {
const variantData = data.variant || {"id":"b73437ed-c3d6-4923-bf3d-a897d1be1d95","product_id":"d57096cf-3f5c-4247-a0fe-076b21623478","title":"Pink","weight_unit":"kg","inventory_quantity":999,"sku":"K585656842148601856","barcode":"","position":1,"option1":"Pink","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a940eaa2e8314d7f82c41216c4f749d.jpeg","path":"5a940eaa2e8314d7f82c41216c4f749d.jpeg","width":704,"height":942,"alt":"Women's Interlink Three Hearts Valentines Dangle Earring","aspect_ratio":0.7473460721868365},"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-interlink-three-hearts-valentines-dangle-earring?variant=b73437ed-c3d6-4923-bf3d-a897d1be1d95","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"}],"off_ratio":45,"flashsale_info":[],"sales":211};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Pink
${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":"b73437ed-c3d6-4923-bf3d-a897d1be1d95","product_id":"d57096cf-3f5c-4247-a0fe-076b21623478","title":"Pink","weight_unit":"kg","inventory_quantity":999,"sku":"K585656842148601856","barcode":"","position":1,"option1":"Pink","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a940eaa2e8314d7f82c41216c4f749d.jpeg","path":"5a940eaa2e8314d7f82c41216c4f749d.jpeg","width":704,"height":942,"alt":"Women's Interlink Three Hearts Valentines Dangle Earring","aspect_ratio":0.7473460721868365},"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-interlink-three-hearts-valentines-dangle-earring?variant=b73437ed-c3d6-4923-bf3d-a897d1be1d95","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"}],"off_ratio":45,"flashsale_info":[],"sales":211};
return `
`
}()}