Bracelet 1
${function() {
const variantData = data.variant || {"id":"f45804bc-d90f-4aca-8e61-c5bbc66f1662","product_id":"477fa34c-2e49-40c0-ae4d-b56d9d98c078","title":"style1","weight_unit":"kg","inventory_quantity":-49,"sku":"","barcode":"","position":1,"option1":"style1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/51e7d6393549980d6b651a4fb9be84cc.jpeg","path":"51e7d6393549980d6b651a4fb9be84cc.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"1","compare_at_price":"19.99","price":"5.99","retail_price":"19.99","available":true,"url":"\/products\/bracelet-1-b17l?variant=f45804bc-d90f-4aca-8e61-c5bbc66f1662","available_quantity":999999999,"options":[{"name":"style","value":"style1"}],"off_ratio":70,"flashsale_info":[],"sales":26};
const saveType = "percentage";
const productLabelDiscountOn = false;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Style:
style1
${function(){
const optName = "style";
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
$5.99
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"f45804bc-d90f-4aca-8e61-c5bbc66f1662","product_id":"477fa34c-2e49-40c0-ae4d-b56d9d98c078","title":"style1","weight_unit":"kg","inventory_quantity":-49,"sku":"","barcode":"","position":1,"option1":"style1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/51e7d6393549980d6b651a4fb9be84cc.jpeg","path":"51e7d6393549980d6b651a4fb9be84cc.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"1","compare_at_price":"19.99","price":"5.99","retail_price":"19.99","available":true,"url":"\/products\/bracelet-1-b17l?variant=f45804bc-d90f-4aca-8e61-c5bbc66f1662","available_quantity":999999999,"options":[{"name":"style","value":"style1"}],"off_ratio":70,"flashsale_info":[],"sales":26};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"f45804bc-d90f-4aca-8e61-c5bbc66f1662","product_id":"477fa34c-2e49-40c0-ae4d-b56d9d98c078","title":"style1","weight_unit":"kg","inventory_quantity":-49,"sku":"","barcode":"","position":1,"option1":"style1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/51e7d6393549980d6b651a4fb9be84cc.jpeg","path":"51e7d6393549980d6b651a4fb9be84cc.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"1","compare_at_price":"19.99","price":"5.99","retail_price":"19.99","available":true,"url":"\/products\/bracelet-1-b17l?variant=f45804bc-d90f-4aca-8e61-c5bbc66f1662","available_quantity":999999999,"options":[{"name":"style","value":"style1"}],"off_ratio":70,"flashsale_info":[],"sales":26};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}