${function() {
const variantData = data.variant || {"id":"34a4ddc6-6863-4915-84c2-a5714ae366b0","product_id":"9c0acf51-7aae-4e34-b312-97c749ba0dfe","title":"Red-6","weight_unit":"kg","inventory_quantity":1000,"sku":"manshoes220616_9998_Red||39","barcode":"","position":1,"option1":"Red","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7b84f0eb6d94ed8a93b4b27d3b6deb73.jpeg","path":"7b84f0eb6d94ed8a93b4b27d3b6deb73.jpeg","width":480,"height":480,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":49.79,"min_quantity":1}],"weight":"0","compare_at_price":"82.99","price":"49.79","retail_price":"82.99","available":true,"url":"\/products\/mens-fashion-casual-leather-bootsee0f50e1-3673-442f-bd5e-99ce2ec28a0c?variant=34a4ddc6-6863-4915-84c2-a5714ae366b0","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"6"}],"off_ratio":40,"flashsale_info":[],"sales":1};
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
: 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
$49.79
${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":"34a4ddc6-6863-4915-84c2-a5714ae366b0","product_id":"9c0acf51-7aae-4e34-b312-97c749ba0dfe","title":"Red-6","weight_unit":"kg","inventory_quantity":1000,"sku":"manshoes220616_9998_Red||39","barcode":"","position":1,"option1":"Red","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7b84f0eb6d94ed8a93b4b27d3b6deb73.jpeg","path":"7b84f0eb6d94ed8a93b4b27d3b6deb73.jpeg","width":480,"height":480,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":49.79,"min_quantity":1}],"weight":"0","compare_at_price":"82.99","price":"49.79","retail_price":"82.99","available":true,"url":"\/products\/mens-fashion-casual-leather-bootsee0f50e1-3673-442f-bd5e-99ce2ec28a0c?variant=34a4ddc6-6863-4915-84c2-a5714ae366b0","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"6"}],"off_ratio":40,"flashsale_info":[],"sales":1};
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":"34a4ddc6-6863-4915-84c2-a5714ae366b0","product_id":"9c0acf51-7aae-4e34-b312-97c749ba0dfe","title":"Red-6","weight_unit":"kg","inventory_quantity":1000,"sku":"manshoes220616_9998_Red||39","barcode":"","position":1,"option1":"Red","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7b84f0eb6d94ed8a93b4b27d3b6deb73.jpeg","path":"7b84f0eb6d94ed8a93b4b27d3b6deb73.jpeg","width":480,"height":480,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":49.79,"min_quantity":1}],"weight":"0","compare_at_price":"82.99","price":"49.79","retail_price":"82.99","available":true,"url":"\/products\/mens-fashion-casual-leather-bootsee0f50e1-3673-442f-bd5e-99ce2ec28a0c?variant=34a4ddc6-6863-4915-84c2-a5714ae366b0","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"6"}],"off_ratio":40,"flashsale_info":[],"sales":1};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
people are viewing this right now