${function() {
const variantData = data.variant || {"id":"37ad86ae-6881-4975-bae6-14131ef0dfc4","product_id":"e8de7244-a07e-40fd-a289-1e02867cf561","title":"Blue-S","weight_unit":"kg","inventory_quantity":9999,"sku":"P-\u00f8\ufffdV--S-1","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/80a882de388a3fdadf634aa58aa3fce5.jpeg","path":"80a882de388a3fdadf634aa58aa3fce5.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"39.99","retail_price":"69.99","available":true,"url":"\/products\/fashion-cotton-linen-solid-color-v-neck-dress1c5d795f-24d8-4882-8c42-7c83be14cc24d8df4278-bc21-422d-8b0f-8843373c5284?variant=37ad86ae-6881-4975-bae6-14131ef0dfc4","available_quantity":999999999,"options":[{"name":"color","value":"Blue"},{"name":"size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":5};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Blue
${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
: S
${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}
`
}()}
Add to cart
$39.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":"37ad86ae-6881-4975-bae6-14131ef0dfc4","product_id":"e8de7244-a07e-40fd-a289-1e02867cf561","title":"Blue-S","weight_unit":"kg","inventory_quantity":9999,"sku":"P-\u00f8\ufffdV--S-1","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/80a882de388a3fdadf634aa58aa3fce5.jpeg","path":"80a882de388a3fdadf634aa58aa3fce5.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"39.99","retail_price":"69.99","available":true,"url":"\/products\/fashion-cotton-linen-solid-color-v-neck-dress1c5d795f-24d8-4882-8c42-7c83be14cc24d8df4278-bc21-422d-8b0f-8843373c5284?variant=37ad86ae-6881-4975-bae6-14131ef0dfc4","available_quantity":999999999,"options":[{"name":"color","value":"Blue"},{"name":"size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":5};
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":"37ad86ae-6881-4975-bae6-14131ef0dfc4","product_id":"e8de7244-a07e-40fd-a289-1e02867cf561","title":"Blue-S","weight_unit":"kg","inventory_quantity":9999,"sku":"P-\u00f8\ufffdV--S-1","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/80a882de388a3fdadf634aa58aa3fce5.jpeg","path":"80a882de388a3fdadf634aa58aa3fce5.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"39.99","retail_price":"69.99","available":true,"url":"\/products\/fashion-cotton-linen-solid-color-v-neck-dress1c5d795f-24d8-4882-8c42-7c83be14cc24d8df4278-bc21-422d-8b0f-8843373c5284?variant=37ad86ae-6881-4975-bae6-14131ef0dfc4","available_quantity":999999999,"options":[{"name":"color","value":"Blue"},{"name":"size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":5};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
people are viewing this right now