${function() {
const variantData = data.variant || {"id":"68b04b9e-fca3-4ce7-b479-aa86ce4a1234","product_id":"2fda5696-1e32-4c35-a1c9-821b5c4de407","title":"Green One","weight_unit":"kg","inventory_quantity":999,"sku":"K587558210160156672","barcode":"","position":1,"option1":"Green One","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4f5d5f483dcbf0e10fdbf358d89fbf5c.jpeg","path":"4f5d5f483dcbf0e10fdbf358d89fbf5c.jpeg","width":600,"height":800,"alt":"Women's St Patrick'S Day Lucky Four Leaf Clover Plating Bracelet","aspect_ratio":0.75},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0.02","compare_at_price":"7.99","price":"5.99","retail_price":"7.99","available":true,"url":"\/products\/womens-st-patricks-day-lucky-four-leaf-clover-plating-bracelet?variant=68b04b9e-fca3-4ce7-b479-aa86ce4a1234","available_quantity":999999999,"options":[{"name":"Color","value":"Green One"}],"off_ratio":25,"flashsale_info":[],"sales":480};
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":"68b04b9e-fca3-4ce7-b479-aa86ce4a1234","product_id":"2fda5696-1e32-4c35-a1c9-821b5c4de407","title":"Green One","weight_unit":"kg","inventory_quantity":999,"sku":"K587558210160156672","barcode":"","position":1,"option1":"Green One","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4f5d5f483dcbf0e10fdbf358d89fbf5c.jpeg","path":"4f5d5f483dcbf0e10fdbf358d89fbf5c.jpeg","width":600,"height":800,"alt":"Women's St Patrick'S Day Lucky Four Leaf Clover Plating Bracelet","aspect_ratio":0.75},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0.02","compare_at_price":"7.99","price":"5.99","retail_price":"7.99","available":true,"url":"\/products\/womens-st-patricks-day-lucky-four-leaf-clover-plating-bracelet?variant=68b04b9e-fca3-4ce7-b479-aa86ce4a1234","available_quantity":999999999,"options":[{"name":"Color","value":"Green One"}],"off_ratio":25,"flashsale_info":[],"sales":480};
return `
`
}()}