Celtic Raven Necklace for Men and Women
${function() {
const variantData = data.variant || {"id":"467dc18e-05ad-4f20-a19f-e1f9462193d8","product_id":"3d3d0b0c-7037-4fe4-90e3-4294c43718c3","title":"Silver","weight_unit":"kg","inventory_quantity":-4,"sku":"","barcode":"","position":1,"option1":"Silver","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/af4c20fbd3eb966d2d9bbab407e4eda4.jpg","path":"af4c20fbd3eb966d2d9bbab407e4eda4.jpg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"5.99","retail_price":"29.99","available":true,"url":"\/products\/celtic-raven-necklace-for-men-and-women?variant=467dc18e-05ad-4f20-a19f-e1f9462193d8","available_quantity":999999999,"options":[{"name":"Shape","value":"Silver"}],"off_ratio":80,"flashsale_info":[],"sales":1};
const saveType = "percentage";
const productLabelDiscountOn = false;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Shape:
Silver
${function(){
const optName = "Shape";
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":"467dc18e-05ad-4f20-a19f-e1f9462193d8","product_id":"3d3d0b0c-7037-4fe4-90e3-4294c43718c3","title":"Silver","weight_unit":"kg","inventory_quantity":-4,"sku":"","barcode":"","position":1,"option1":"Silver","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/af4c20fbd3eb966d2d9bbab407e4eda4.jpg","path":"af4c20fbd3eb966d2d9bbab407e4eda4.jpg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"5.99","retail_price":"29.99","available":true,"url":"\/products\/celtic-raven-necklace-for-men-and-women?variant=467dc18e-05ad-4f20-a19f-e1f9462193d8","available_quantity":999999999,"options":[{"name":"Shape","value":"Silver"}],"off_ratio":80,"flashsale_info":[],"sales":1};
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":"467dc18e-05ad-4f20-a19f-e1f9462193d8","product_id":"3d3d0b0c-7037-4fe4-90e3-4294c43718c3","title":"Silver","weight_unit":"kg","inventory_quantity":-4,"sku":"","barcode":"","position":1,"option1":"Silver","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/af4c20fbd3eb966d2d9bbab407e4eda4.jpg","path":"af4c20fbd3eb966d2d9bbab407e4eda4.jpg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"5.99","retail_price":"29.99","available":true,"url":"\/products\/celtic-raven-necklace-for-men-and-women?variant=467dc18e-05ad-4f20-a19f-e1f9462193d8","available_quantity":999999999,"options":[{"name":"Shape","value":"Silver"}],"off_ratio":80,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}