${function() {
const variantData = data.variant || {"id":"34618676-fd23-4546-a265-38073367f522","product_id":"515def78-efb3-483b-9e7f-508975868beb","title":"Red-M","weight_unit":"kg","inventory_quantity":752,"sku":"13435184-Red-M","barcode":"","position":1,"option1":"Red","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2b9645dcc4fd4fc66a149b3c09311803.jpeg","path":"2b9645dcc4fd4fc66a149b3c09311803.jpeg","width":633,"height":844,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.72,"min_quantity":1}],"weight":"0","compare_at_price":"26.88","price":"24.72","retail_price":"26.88","available":true,"url":"\/products\/men-s-vintage-print-casual-breathable-short-sleeve-hawaiian-shirt-13435184-variant-14400850?variant=34618676-fd23-4546-a265-38073367f522","available_quantity":752,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"M"}],"off_ratio":8,"flashsale_info":[],"sales":9};
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
: M
${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
$24.72
${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":"34618676-fd23-4546-a265-38073367f522","product_id":"515def78-efb3-483b-9e7f-508975868beb","title":"Red-M","weight_unit":"kg","inventory_quantity":752,"sku":"13435184-Red-M","barcode":"","position":1,"option1":"Red","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2b9645dcc4fd4fc66a149b3c09311803.jpeg","path":"2b9645dcc4fd4fc66a149b3c09311803.jpeg","width":633,"height":844,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.72,"min_quantity":1}],"weight":"0","compare_at_price":"26.88","price":"24.72","retail_price":"26.88","available":true,"url":"\/products\/men-s-vintage-print-casual-breathable-short-sleeve-hawaiian-shirt-13435184-variant-14400850?variant=34618676-fd23-4546-a265-38073367f522","available_quantity":752,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"M"}],"off_ratio":8,"flashsale_info":[],"sales":9};
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.