${function() {
const variantData = data.variant || {"id":"80054171-1b7d-4368-8972-d5b5b1c32eb6","product_id":"5685aa8c-a923-4a47-904d-5c77f05fcaa7","title":"White-One Size","weight_unit":"g","inventory_quantity":999999,"sku":"101260300001","barcode":"White-One SizeA00123656","position":1,"option1":"White","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/241929a77164d605c4ce7d5aa717044a.jpeg","path":"241929a77164d605c4ce7d5aa717044a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":13.98,"min_quantity":1}],"weight":"300","compare_at_price":"27.98","price":"13.98","retail_price":"27.98","available":true,"url":"\/products\/hello-darkness-my-old-friend-moon-floral-pattern-design-women-t-shirtone-size?variant=80054171-1b7d-4368-8972-d5b5b1c32eb6","available_quantity":999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"One Size"}],"off_ratio":50,"flashsale_info":[],"sales":42};
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":"80054171-1b7d-4368-8972-d5b5b1c32eb6","product_id":"5685aa8c-a923-4a47-904d-5c77f05fcaa7","title":"White-One Size","weight_unit":"g","inventory_quantity":999999,"sku":"101260300001","barcode":"White-One SizeA00123656","position":1,"option1":"White","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/241929a77164d605c4ce7d5aa717044a.jpeg","path":"241929a77164d605c4ce7d5aa717044a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":13.98,"min_quantity":1}],"weight":"300","compare_at_price":"27.98","price":"13.98","retail_price":"27.98","available":true,"url":"\/products\/hello-darkness-my-old-friend-moon-floral-pattern-design-women-t-shirtone-size?variant=80054171-1b7d-4368-8972-d5b5b1c32eb6","available_quantity":999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"One Size"}],"off_ratio":50,"flashsale_info":[],"sales":42};
return `
`
}()}