${function() {
const variantData = data.variant || {"id":"52a9214f-e65b-4240-bdda-86fe33c6d259","product_id":"fa6f3372-cde9-4cde-9536-7e917b60af73","title":"White&Yellow-39","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2067359852123","barcode":"","position":1,"option1":"White&Yellow","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/828bdbbf8bcdd4f545eab21c7dafa9b8.jpeg","path":"828bdbbf8bcdd4f545eab21c7dafa9b8.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.69,"min_quantity":1}],"weight":"0","compare_at_price":"66.12","price":"36.69","retail_price":"66.12","available":true,"url":"\/products\/fashion-mens-sneakers-leather-air-cushion-shoes-tide-rubber-sole37e2947a-9bf2-4dab-b7c4-0c1881eaddc6?variant=52a9214f-e65b-4240-bdda-86fe33c6d259","available_quantity":999999999,"options":[{"name":"Color","value":"White&Yellow"},{"name":"Size","value":"39"}],"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 + '%'
: ` `
)}
`;
}()}
Color
: White&Yellow
${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
$36.69
${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":"52a9214f-e65b-4240-bdda-86fe33c6d259","product_id":"fa6f3372-cde9-4cde-9536-7e917b60af73","title":"White&Yellow-39","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2067359852123","barcode":"","position":1,"option1":"White&Yellow","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/828bdbbf8bcdd4f545eab21c7dafa9b8.jpeg","path":"828bdbbf8bcdd4f545eab21c7dafa9b8.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.69,"min_quantity":1}],"weight":"0","compare_at_price":"66.12","price":"36.69","retail_price":"66.12","available":true,"url":"\/products\/fashion-mens-sneakers-leather-air-cushion-shoes-tide-rubber-sole37e2947a-9bf2-4dab-b7c4-0c1881eaddc6?variant=52a9214f-e65b-4240-bdda-86fe33c6d259","available_quantity":999999999,"options":[{"name":"Color","value":"White&Yellow"},{"name":"Size","value":"39"}],"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.