${function() {
const variantData = data.variant || {"id":"0ae3c3fd-5855-4ee4-97bc-c1e20aaac5c2","product_id":"e308ccb0-3c59-4df1-b34d-681018ef8071","title":"Black-39","weight_unit":"kg","inventory_quantity":1000,"sku":"18055866616588877217610302","barcode":"","position":1,"option1":"Black","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dc174fcc7a65a8dd7f50dd96204bf4be.jpeg","path":"dc174fcc7a65a8dd7f50dd96204bf4be.jpeg","width":790,"height":790,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":65,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"65","retail_price":"79.99","available":true,"url":"\/products\/men-s-lace-up-round-toe-work-casual-leather-boots717061f8-b718-4c48-aed9-4516ad5d1cbe2684018d-7360-4117-9747-56f1147dd816?variant=0ae3c3fd-5855-4ee4-97bc-c1e20aaac5c2","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"39"}],"off_ratio":19,"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
${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
: 39
${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
$65.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":"0ae3c3fd-5855-4ee4-97bc-c1e20aaac5c2","product_id":"e308ccb0-3c59-4df1-b34d-681018ef8071","title":"Black-39","weight_unit":"kg","inventory_quantity":1000,"sku":"18055866616588877217610302","barcode":"","position":1,"option1":"Black","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dc174fcc7a65a8dd7f50dd96204bf4be.jpeg","path":"dc174fcc7a65a8dd7f50dd96204bf4be.jpeg","width":790,"height":790,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":65,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"65","retail_price":"79.99","available":true,"url":"\/products\/men-s-lace-up-round-toe-work-casual-leather-boots717061f8-b718-4c48-aed9-4516ad5d1cbe2684018d-7360-4117-9747-56f1147dd816?variant=0ae3c3fd-5855-4ee4-97bc-c1e20aaac5c2","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"39"}],"off_ratio":19,"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":"0ae3c3fd-5855-4ee4-97bc-c1e20aaac5c2","product_id":"e308ccb0-3c59-4df1-b34d-681018ef8071","title":"Black-39","weight_unit":"kg","inventory_quantity":1000,"sku":"18055866616588877217610302","barcode":"","position":1,"option1":"Black","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dc174fcc7a65a8dd7f50dd96204bf4be.jpeg","path":"dc174fcc7a65a8dd7f50dd96204bf4be.jpeg","width":790,"height":790,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":65,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"65","retail_price":"79.99","available":true,"url":"\/products\/men-s-lace-up-round-toe-work-casual-leather-boots717061f8-b718-4c48-aed9-4516ad5d1cbe2684018d-7360-4117-9747-56f1147dd816?variant=0ae3c3fd-5855-4ee4-97bc-c1e20aaac5c2","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"39"}],"off_ratio":19,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
people are viewing this right now