${function() {
const variantData = data.variant || {"id":"c6453d23-4add-4d35-b106-492be9ab46c5","product_id":"b0364394-4461-4b69-8894-9e2072a8cf06","title":"Green-S","weight_unit":"g","inventory_quantity":99999,"sku":"102098420005","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49d34aed07f9920331f320e44a000362.jpeg","path":"49d34aed07f9920331f320e44a000362.jpeg","width":794,"height":794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.98,"min_quantity":1}],"weight":"300","compare_at_price":"39.98","price":"18.98","retail_price":"39.98","available":true,"url":"\/products\/me-goose-ta-printed-womens-sweatshirt?variant=c6453d23-4add-4d35-b106-492be9ab46c5","available_quantity":99999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":53,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
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}
`
}()}
${function() {
const postageFreeAmount = 69;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"c6453d23-4add-4d35-b106-492be9ab46c5","product_id":"b0364394-4461-4b69-8894-9e2072a8cf06","title":"Green-S","weight_unit":"g","inventory_quantity":99999,"sku":"102098420005","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49d34aed07f9920331f320e44a000362.jpeg","path":"49d34aed07f9920331f320e44a000362.jpeg","width":794,"height":794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.98,"min_quantity":1}],"weight":"300","compare_at_price":"39.98","price":"18.98","retail_price":"39.98","available":true,"url":"\/products\/me-goose-ta-printed-womens-sweatshirt?variant=c6453d23-4add-4d35-b106-492be9ab46c5","available_quantity":99999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":53,"flashsale_info":[],"sales":0};
return `
`
}()}