${function() {
const variantData = data.variant || {"id":"8e4c48eb-0aba-43f8-9408-34931abbf5ec","product_id":"6e05b067-d6b6-4e1b-9a36-9e45243f6002","title":"White-M","weight_unit":"kg","inventory_quantity":999,"sku":"K521586173921947648","barcode":"","position":1,"option1":"White","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/530fa98aa81a870f2b9587a4e57e58fe.jpeg","path":"530fa98aa81a870f2b9587a4e57e58fe.jpeg","width":530,"height":650,"alt":"","aspect_ratio":0.8153846153846154},"wholesale_price":[{"price":47.79,"min_quantity":1}],"weight":"0","compare_at_price":"47.79","price":"47.79","retail_price":"47.79","available":true,"url":"\/products\/casual-knitted-polo-collar-t-shirt-shorts-2pcs-set60d006a9-3767-463a-be7a-d25287896115?variant=8e4c48eb-0aba-43f8-9408-34931abbf5ec","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":12};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: 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
: 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}
`
}()}
The current item does not participate in the discount gift campaign. Switch the participating items to check the design.
(This prompt will not be displayed on the client-side)
Add to cart
$47.79
${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":"8e4c48eb-0aba-43f8-9408-34931abbf5ec","product_id":"6e05b067-d6b6-4e1b-9a36-9e45243f6002","title":"White-M","weight_unit":"kg","inventory_quantity":999,"sku":"K521586173921947648","barcode":"","position":1,"option1":"White","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/530fa98aa81a870f2b9587a4e57e58fe.jpeg","path":"530fa98aa81a870f2b9587a4e57e58fe.jpeg","width":530,"height":650,"alt":"","aspect_ratio":0.8153846153846154},"wholesale_price":[{"price":47.79,"min_quantity":1}],"weight":"0","compare_at_price":"47.79","price":"47.79","retail_price":"47.79","available":true,"url":"\/products\/casual-knitted-polo-collar-t-shirt-shorts-2pcs-set60d006a9-3767-463a-be7a-d25287896115?variant=8e4c48eb-0aba-43f8-9408-34931abbf5ec","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":12};
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.