${function() {
const variantData = data.variant || {"id":"1f6f406e-f08d-4b6c-adb7-791e115912f2","product_id":"f48e3cff-8f04-4df4-8654-b3af6f910993","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"a-\u957f\u8896\u534a\u9ad8\u9886\u5973\u5f0f\u536b\u8863-\u767d\u8272-S-1","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2f03382703f6ca8369434a29efd9bdc1.jpeg","path":"2f03382703f6ca8369434a29efd9bdc1.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":34.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.98","retail_price":"0","available":true,"url":"\/products\/solid-color-lapel-casual-top26508e7a-6b76-4572-9485-cd603f8a52d7f75db919-e2d5-409b-bf63-856382751e29-0jzn?variant=1f6f406e-f08d-4b6c-adb7-791e115912f2","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":0,"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
${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
: S
${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
$34.98
${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":"1f6f406e-f08d-4b6c-adb7-791e115912f2","product_id":"f48e3cff-8f04-4df4-8654-b3af6f910993","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"a-\u957f\u8896\u534a\u9ad8\u9886\u5973\u5f0f\u536b\u8863-\u767d\u8272-S-1","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2f03382703f6ca8369434a29efd9bdc1.jpeg","path":"2f03382703f6ca8369434a29efd9bdc1.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":34.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.98","retail_price":"0","available":true,"url":"\/products\/solid-color-lapel-casual-top26508e7a-6b76-4572-9485-cd603f8a52d7f75db919-e2d5-409b-bf63-856382751e29-0jzn?variant=1f6f406e-f08d-4b6c-adb7-791e115912f2","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":0,"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.
${function(){
const variantData = data.variant || {"id":"1f6f406e-f08d-4b6c-adb7-791e115912f2","product_id":"f48e3cff-8f04-4df4-8654-b3af6f910993","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"a-\u957f\u8896\u534a\u9ad8\u9886\u5973\u5f0f\u536b\u8863-\u767d\u8272-S-1","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2f03382703f6ca8369434a29efd9bdc1.jpeg","path":"2f03382703f6ca8369434a29efd9bdc1.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":34.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.98","retail_price":"0","available":true,"url":"\/products\/solid-color-lapel-casual-top26508e7a-6b76-4572-9485-cd603f8a52d7f75db919-e2d5-409b-bf63-856382751e29-0jzn?variant=1f6f406e-f08d-4b6c-adb7-791e115912f2","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
people are viewing this right now