${function() {
const variantData = data.variant || {"id":"aca3ca5f-95f3-45b5-ad25-673fa7978963","product_id":"fc41c6da-caa3-44a5-8d32-7f47ef9558d0","title":"Tan-One Size","weight_unit":"g","inventory_quantity":99984,"sku":"100964800001","barcode":"Tan-One SizeA00124959","position":1,"option1":"Tan","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d8379aad0d0a3eeabbf72047ee584f9.jpeg","path":"7d8379aad0d0a3eeabbf72047ee584f9.jpeg","width":772,"height":770,"alt":"","aspect_ratio":1.0025974025974025},"wholesale_price":[{"price":7.69,"min_quantity":1}],"weight":"27","compare_at_price":"12.82","price":"7.69","retail_price":"12.82","available":true,"url":"\/products\/jamaican-hiphop-reggae-three-color-braided-leather-bracelet-jewelry?variant=aca3ca5f-95f3-45b5-ad25-673fa7978963","available_quantity":99984,"options":[{"name":"Color","value":"Tan"},{"name":"Size","value":"One Size"}],"off_ratio":40,"flashsale_info":[],"sales":57};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Tan
${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}
`
}()}
Size
: One Size
${function(){
const optName = "Size";
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}
`
}()}
${function() {
const postageFreeAmount = 69;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}
Add to cart
$7.69
${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":"aca3ca5f-95f3-45b5-ad25-673fa7978963","product_id":"fc41c6da-caa3-44a5-8d32-7f47ef9558d0","title":"Tan-One Size","weight_unit":"g","inventory_quantity":99984,"sku":"100964800001","barcode":"Tan-One SizeA00124959","position":1,"option1":"Tan","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d8379aad0d0a3eeabbf72047ee584f9.jpeg","path":"7d8379aad0d0a3eeabbf72047ee584f9.jpeg","width":772,"height":770,"alt":"","aspect_ratio":1.0025974025974025},"wholesale_price":[{"price":7.69,"min_quantity":1}],"weight":"27","compare_at_price":"12.82","price":"7.69","retail_price":"12.82","available":true,"url":"\/products\/jamaican-hiphop-reggae-three-color-braided-leather-bracelet-jewelry?variant=aca3ca5f-95f3-45b5-ad25-673fa7978963","available_quantity":99984,"options":[{"name":"Color","value":"Tan"},{"name":"Size","value":"One Size"}],"off_ratio":40,"flashsale_info":[],"sales":57};
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 ? `
` : ' ';
}
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"aca3ca5f-95f3-45b5-ad25-673fa7978963","product_id":"fc41c6da-caa3-44a5-8d32-7f47ef9558d0","title":"Tan-One Size","weight_unit":"g","inventory_quantity":99984,"sku":"100964800001","barcode":"Tan-One SizeA00124959","position":1,"option1":"Tan","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d8379aad0d0a3eeabbf72047ee584f9.jpeg","path":"7d8379aad0d0a3eeabbf72047ee584f9.jpeg","width":772,"height":770,"alt":"","aspect_ratio":1.0025974025974025},"wholesale_price":[{"price":7.69,"min_quantity":1}],"weight":"27","compare_at_price":"12.82","price":"7.69","retail_price":"12.82","available":true,"url":"\/products\/jamaican-hiphop-reggae-three-color-braided-leather-bracelet-jewelry?variant=aca3ca5f-95f3-45b5-ad25-673fa7978963","available_quantity":99984,"options":[{"name":"Color","value":"Tan"},{"name":"Size","value":"One Size"}],"off_ratio":40,"flashsale_info":[],"sales":57};
return `
`
}()}