Anti Anxiety Stone Bracelet
${function() {
const variantData = data.variant || {"id":"68baf86a-fea4-4583-80ff-85d79f378f20","product_id":"7f56a9a6-d766-4057-87d1-4b388f77fc0f","title":"#1 Protection","weight_unit":"kg","inventory_quantity":1000,"sku":"x-#1 Protection-A0036326","barcode":"","position":1,"option1":"#1 Protection","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/108793ce636b3d87d1b0d219b4c28e6d.jpeg","path":"108793ce636b3d87d1b0d219b4c28e6d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"25.99","price":"19.99","retail_price":"25.99","available":true,"url":"\/products\/anti-anxiety-stone-bracelet?variant=68baf86a-fea4-4583-80ff-85d79f378f20","available_quantity":999999999,"options":[{"name":"Style","value":"#1 Protection"}],"off_ratio":23,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Style:
#1 Protection
${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
$19.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":"68baf86a-fea4-4583-80ff-85d79f378f20","product_id":"7f56a9a6-d766-4057-87d1-4b388f77fc0f","title":"#1 Protection","weight_unit":"kg","inventory_quantity":1000,"sku":"x-#1 Protection-A0036326","barcode":"","position":1,"option1":"#1 Protection","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/108793ce636b3d87d1b0d219b4c28e6d.jpeg","path":"108793ce636b3d87d1b0d219b4c28e6d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"25.99","price":"19.99","retail_price":"25.99","available":true,"url":"\/products\/anti-anxiety-stone-bracelet?variant=68baf86a-fea4-4583-80ff-85d79f378f20","available_quantity":999999999,"options":[{"name":"Style","value":"#1 Protection"}],"off_ratio":23,"flashsale_info":[],"sales":0};
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.
Sku : x-#1 Protection-A0036326
${function(){
const variantData = data.variant || {"id":"68baf86a-fea4-4583-80ff-85d79f378f20","product_id":"7f56a9a6-d766-4057-87d1-4b388f77fc0f","title":"#1 Protection","weight_unit":"kg","inventory_quantity":1000,"sku":"x-#1 Protection-A0036326","barcode":"","position":1,"option1":"#1 Protection","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/108793ce636b3d87d1b0d219b4c28e6d.jpeg","path":"108793ce636b3d87d1b0d219b4c28e6d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"25.99","price":"19.99","retail_price":"25.99","available":true,"url":"\/products\/anti-anxiety-stone-bracelet?variant=68baf86a-fea4-4583-80ff-85d79f378f20","available_quantity":999999999,"options":[{"name":"Style","value":"#1 Protection"}],"off_ratio":23,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}