${function() {
const variantData = data.variant || {"id":"6dd194fd-038b-4f86-becd-54a969dd4889","product_id":"73d457af-5940-4f91-b0f0-81d92e6c890d","title":"red-S(UK 6-8)","weight_unit":"kg","inventory_quantity":1000,"sku":"YN1823-red-S(UK 6-8)","barcode":"","position":1,"option1":"red","option2":"S(UK 6-8)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dc771c84b38456ff13b9b9c6d0ecf033.jpeg","path":"dc771c84b38456ff13b9b9c6d0ecf033.jpeg","width":1080,"height":1920,"alt":"","aspect_ratio":0.5625},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/esdri\u2122solid-color-knitted-v-neck-topf8fb7fa5-30f4-4632-9aee-f6d2e990646d?variant=6dd194fd-038b-4f86-becd-54a969dd4889","available_quantity":999999999,"options":[{"name":"color","value":"red"},{"name":"size","value":"S(UK 6-8)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: red
${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(UK 6-8)
${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
$35.00
${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":"6dd194fd-038b-4f86-becd-54a969dd4889","product_id":"73d457af-5940-4f91-b0f0-81d92e6c890d","title":"red-S(UK 6-8)","weight_unit":"kg","inventory_quantity":1000,"sku":"YN1823-red-S(UK 6-8)","barcode":"","position":1,"option1":"red","option2":"S(UK 6-8)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dc771c84b38456ff13b9b9c6d0ecf033.jpeg","path":"dc771c84b38456ff13b9b9c6d0ecf033.jpeg","width":1080,"height":1920,"alt":"","aspect_ratio":0.5625},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/esdri\u2122solid-color-knitted-v-neck-topf8fb7fa5-30f4-4632-9aee-f6d2e990646d?variant=6dd194fd-038b-4f86-becd-54a969dd4889","available_quantity":999999999,"options":[{"name":"color","value":"red"},{"name":"size","value":"S(UK 6-8)"}],"off_ratio":0,"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.
${function(){
const variantData = data.variant || {"id":"6dd194fd-038b-4f86-becd-54a969dd4889","product_id":"73d457af-5940-4f91-b0f0-81d92e6c890d","title":"red-S(UK 6-8)","weight_unit":"kg","inventory_quantity":1000,"sku":"YN1823-red-S(UK 6-8)","barcode":"","position":1,"option1":"red","option2":"S(UK 6-8)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dc771c84b38456ff13b9b9c6d0ecf033.jpeg","path":"dc771c84b38456ff13b9b9c6d0ecf033.jpeg","width":1080,"height":1920,"alt":"","aspect_ratio":0.5625},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/esdri\u2122solid-color-knitted-v-neck-topf8fb7fa5-30f4-4632-9aee-f6d2e990646d?variant=6dd194fd-038b-4f86-becd-54a969dd4889","available_quantity":999999999,"options":[{"name":"color","value":"red"},{"name":"size","value":"S(UK 6-8)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
people are viewing this right now