${function() {
const variantData = data.variant || {"id":"e98bc209-e39f-4c92-9d31-ee1653039079","product_id":"555c6601-4c55-47c8-8f9d-6c0aaab63d02","title":"Off white-35","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2061812489035","barcode":"","position":1,"option1":"Off white","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4edb8a6cc0e3fa28ae41b121b4fea0e6.jpeg","path":"4edb8a6cc0e3fa28ae41b121b4fea0e6.jpeg","width":750,"height":759,"alt":"","aspect_ratio":0.9881422924901185},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"49.99","retail_price":"99.99","available":true,"url":"\/products\/warm-low-flat-casual-snow-boots8871d6eb-c3e7-469c-8e54-e3bf8b91406e?variant=e98bc209-e39f-4c92-9d31-ee1653039079","available_quantity":999999999,"options":[{"name":"color","value":"Off white"},{"name":"size","value":"35"}],"off_ratio":50,"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
: Off white
${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
: 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
$49.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":"e98bc209-e39f-4c92-9d31-ee1653039079","product_id":"555c6601-4c55-47c8-8f9d-6c0aaab63d02","title":"Off white-35","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2061812489035","barcode":"","position":1,"option1":"Off white","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4edb8a6cc0e3fa28ae41b121b4fea0e6.jpeg","path":"4edb8a6cc0e3fa28ae41b121b4fea0e6.jpeg","width":750,"height":759,"alt":"","aspect_ratio":0.9881422924901185},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"49.99","retail_price":"99.99","available":true,"url":"\/products\/warm-low-flat-casual-snow-boots8871d6eb-c3e7-469c-8e54-e3bf8b91406e?variant=e98bc209-e39f-4c92-9d31-ee1653039079","available_quantity":999999999,"options":[{"name":"color","value":"Off white"},{"name":"size","value":"35"}],"off_ratio":50,"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.