1pc Universal Industrial Sewing Machine Leather Roller Wheel Presser Foot of Flat Car Thick Fabric Clothing Replace Presser Feet
${function() {
const variantData = data.variant || {"id":"879671f8-9f51-4d06-bb12-db3c4f2cbf38","product_id":"978834a9-9d4b-42f7-bdde-1cf4e080d543","title":"light green-1pcs","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"light green","option2":"1pcs","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1dd3f36b6c6c196aebb2cfb2ad0f8b82.webp","path":"1dd3f36b6c6c196aebb2cfb2ad0f8b82.webp","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":2,"min_quantity":1}],"weight":"0","compare_at_price":"2.85","price":"2","retail_price":"2.85","available":true,"url":"\/products\/1pc-universal-industrial-sewing-machine-leather-roller-wheel-presser-foot-of-flat-car-thick-fabric-clothing-replace-presser-feet?variant=879671f8-9f51-4d06-bb12-db3c4f2cbf38","available_quantity":999999999,"options":[{"name":"Color","value":"light green"},{"name":"Size","value":"1pcs"}],"off_ratio":30,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"879671f8-9f51-4d06-bb12-db3c4f2cbf38","product_id":"978834a9-9d4b-42f7-bdde-1cf4e080d543","title":"light green-1pcs","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"light green","option2":"1pcs","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1dd3f36b6c6c196aebb2cfb2ad0f8b82.webp","path":"1dd3f36b6c6c196aebb2cfb2ad0f8b82.webp","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":2,"min_quantity":1}],"weight":"0","compare_at_price":"2.85","price":"2","retail_price":"2.85","available":true,"url":"\/products\/1pc-universal-industrial-sewing-machine-leather-roller-wheel-presser-foot-of-flat-car-thick-fabric-clothing-replace-presser-feet?variant=879671f8-9f51-4d06-bb12-db3c4f2cbf38","available_quantity":999999999,"options":[{"name":"Color","value":"light green"},{"name":"Size","value":"1pcs"}],"off_ratio":30,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const minDays = parseInt('15');
const maxDays = parseInt('30');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}