${function() {
const variantData = data.variant || {"id":"aaa6c2a7-d205-40e6-af6b-a627fd4791f9","product_id":"51b24f16-9fc9-4173-88c7-08bdc5d303f6","title":"Black Leather-US 6","weight_unit":"kg","inventory_quantity":1000,"sku":"'-Black Leather-US 6-A0016896","barcode":"","position":1,"option1":"Black Leather","option2":"US 6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/170f76b66aab455ce083d716846aa4d9.jpeg","path":"170f76b66aab455ce083d716846aa4d9.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":58,"min_quantity":1}],"weight":"0","compare_at_price":"120","price":"58","retail_price":"120","available":true,"url":"\/products\/mancini-leather-loafers8f1b4a8d-df64-4c61-8b29-f69528925d7e253a2ad9-2644-4529-a30b-465bde119542?variant=aaa6c2a7-d205-40e6-af6b-a627fd4791f9","available_quantity":999999999,"options":[{"name":"Color","value":"Black Leather"},{"name":"Size","value":"US 6"}],"off_ratio":52,"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
: Black Leather
${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
: US 6
${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
$58.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":"aaa6c2a7-d205-40e6-af6b-a627fd4791f9","product_id":"51b24f16-9fc9-4173-88c7-08bdc5d303f6","title":"Black Leather-US 6","weight_unit":"kg","inventory_quantity":1000,"sku":"'-Black Leather-US 6-A0016896","barcode":"","position":1,"option1":"Black Leather","option2":"US 6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/170f76b66aab455ce083d716846aa4d9.jpeg","path":"170f76b66aab455ce083d716846aa4d9.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":58,"min_quantity":1}],"weight":"0","compare_at_price":"120","price":"58","retail_price":"120","available":true,"url":"\/products\/mancini-leather-loafers8f1b4a8d-df64-4c61-8b29-f69528925d7e253a2ad9-2644-4529-a30b-465bde119542?variant=aaa6c2a7-d205-40e6-af6b-a627fd4791f9","available_quantity":999999999,"options":[{"name":"Color","value":"Black Leather"},{"name":"Size","value":"US 6"}],"off_ratio":52,"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":"aaa6c2a7-d205-40e6-af6b-a627fd4791f9","product_id":"51b24f16-9fc9-4173-88c7-08bdc5d303f6","title":"Black Leather-US 6","weight_unit":"kg","inventory_quantity":1000,"sku":"'-Black Leather-US 6-A0016896","barcode":"","position":1,"option1":"Black Leather","option2":"US 6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/170f76b66aab455ce083d716846aa4d9.jpeg","path":"170f76b66aab455ce083d716846aa4d9.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":58,"min_quantity":1}],"weight":"0","compare_at_price":"120","price":"58","retail_price":"120","available":true,"url":"\/products\/mancini-leather-loafers8f1b4a8d-df64-4c61-8b29-f69528925d7e253a2ad9-2644-4529-a30b-465bde119542?variant=aaa6c2a7-d205-40e6-af6b-a627fd4791f9","available_quantity":999999999,"options":[{"name":"Color","value":"Black Leather"},{"name":"Size","value":"US 6"}],"off_ratio":52,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
people are viewing this right now