${function() {
const variantData = data.variant || {"id":"960aafd4-158f-49bd-8303-e9bcbf24cfcb","product_id":"93476efb-5a86-4b7b-87a3-ae0411f92fd5","title":"Black-B-5","weight_unit":"kg","inventory_quantity":981,"sku":"manshoes220824_9883_Black-B||5","barcode":"","position":1,"option1":"Black-B","option2":"5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ebb02f45a7e4a04210e4317c31911ebc.jpeg","path":"ebb02f45a7e4a04210e4317c31911ebc.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":46.99,"min_quantity":1}],"weight":"0","compare_at_price":"85.99","price":"46.99","retail_price":"85.99","available":true,"url":"\/products\/2022-autumn-new-italian-handmade-leather-boots?variant=960aafd4-158f-49bd-8303-e9bcbf24cfcb","available_quantity":981,"options":[{"name":"Style","value":"Black-B"},{"name":"Size","value":"5"}],"off_ratio":45,"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 + '%'
: ` `
)}
`;
}()}
Style
: Black-B
${function(){
const optName = "Style";
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
: 5
${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
$46.99
${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":"960aafd4-158f-49bd-8303-e9bcbf24cfcb","product_id":"93476efb-5a86-4b7b-87a3-ae0411f92fd5","title":"Black-B-5","weight_unit":"kg","inventory_quantity":981,"sku":"manshoes220824_9883_Black-B||5","barcode":"","position":1,"option1":"Black-B","option2":"5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ebb02f45a7e4a04210e4317c31911ebc.jpeg","path":"ebb02f45a7e4a04210e4317c31911ebc.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":46.99,"min_quantity":1}],"weight":"0","compare_at_price":"85.99","price":"46.99","retail_price":"85.99","available":true,"url":"\/products\/2022-autumn-new-italian-handmade-leather-boots?variant=960aafd4-158f-49bd-8303-e9bcbf24cfcb","available_quantity":981,"options":[{"name":"Style","value":"Black-B"},{"name":"Size","value":"5"}],"off_ratio":45,"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.