${function() {
const variantData = data.variant || {"id":"662d2026-d20b-49e5-8039-a38816f103c4","product_id":"ba8b9fad-6e37-4076-985c-eb12535edb48","title":"Red-6","weight_unit":"kg","inventory_quantity":994,"sku":"220706_9573_Red||39","barcode":"","position":1,"option1":"Red","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fcb008ead85e1c151f791d70dbe3abec.jpeg","path":"fcb008ead85e1c151f791d70dbe3abec.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":56.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"56.99","retail_price":"59.99","available":true,"url":"\/products\/summer-popular-breathable-casual-shoese4d115be-77cb-44d5-a349-8e6d15e312c9?variant=662d2026-d20b-49e5-8039-a38816f103c4","available_quantity":994,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"6"}],"off_ratio":5,"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
: 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
$56.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":"662d2026-d20b-49e5-8039-a38816f103c4","product_id":"ba8b9fad-6e37-4076-985c-eb12535edb48","title":"Red-6","weight_unit":"kg","inventory_quantity":994,"sku":"220706_9573_Red||39","barcode":"","position":1,"option1":"Red","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fcb008ead85e1c151f791d70dbe3abec.jpeg","path":"fcb008ead85e1c151f791d70dbe3abec.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":56.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"56.99","retail_price":"59.99","available":true,"url":"\/products\/summer-popular-breathable-casual-shoese4d115be-77cb-44d5-a349-8e6d15e312c9?variant=662d2026-d20b-49e5-8039-a38816f103c4","available_quantity":994,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"6"}],"off_ratio":5,"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.