${function() {
const variantData = data.variant || {"id":"219a9007-b312-4eb0-a86c-106b4c7f780a","product_id":"ebbae8bd-1aa2-4d61-a990-fc912fc5174a","title":"Pink-US5.5(Label size 35)","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Pink","option2":"US5.5(Label size 35)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8eb86db7f307652b8a32087f04dc33ab.jpeg","path":"8eb86db7f307652b8a32087f04dc33ab.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":40,"min_quantity":1}],"weight":"0","compare_at_price":"74","price":"40","retail_price":"74","available":true,"url":"\/products\/hollow-out-low-heel-cutout-booties-faux-suede-zipper-ankle-bootsb497a3fc-381f-452e-bcec-faffbbf2109058b52252-a923-4817-9192-f7fa92e687bc?variant=219a9007-b312-4eb0-a86c-106b4c7f780a","available_quantity":999999999,"options":[{"name":"color","value":"Pink"},{"name":"size","value":"US5.5(Label size 35)"}],"off_ratio":46,"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
: Pink
${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
: US5.5(Label size 35)
${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
$40.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":"219a9007-b312-4eb0-a86c-106b4c7f780a","product_id":"ebbae8bd-1aa2-4d61-a990-fc912fc5174a","title":"Pink-US5.5(Label size 35)","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Pink","option2":"US5.5(Label size 35)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8eb86db7f307652b8a32087f04dc33ab.jpeg","path":"8eb86db7f307652b8a32087f04dc33ab.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":40,"min_quantity":1}],"weight":"0","compare_at_price":"74","price":"40","retail_price":"74","available":true,"url":"\/products\/hollow-out-low-heel-cutout-booties-faux-suede-zipper-ankle-bootsb497a3fc-381f-452e-bcec-faffbbf2109058b52252-a923-4817-9192-f7fa92e687bc?variant=219a9007-b312-4eb0-a86c-106b4c7f780a","available_quantity":999999999,"options":[{"name":"color","value":"Pink"},{"name":"size","value":"US5.5(Label size 35)"}],"off_ratio":46,"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":"219a9007-b312-4eb0-a86c-106b4c7f780a","product_id":"ebbae8bd-1aa2-4d61-a990-fc912fc5174a","title":"Pink-US5.5(Label size 35)","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Pink","option2":"US5.5(Label size 35)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8eb86db7f307652b8a32087f04dc33ab.jpeg","path":"8eb86db7f307652b8a32087f04dc33ab.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":40,"min_quantity":1}],"weight":"0","compare_at_price":"74","price":"40","retail_price":"74","available":true,"url":"\/products\/hollow-out-low-heel-cutout-booties-faux-suede-zipper-ankle-bootsb497a3fc-381f-452e-bcec-faffbbf2109058b52252-a923-4817-9192-f7fa92e687bc?variant=219a9007-b312-4eb0-a86c-106b4c7f780a","available_quantity":999999999,"options":[{"name":"color","value":"Pink"},{"name":"size","value":"US5.5(Label size 35)"}],"off_ratio":46,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
people are viewing this right now