Storm print T-shirt
${function() {
const variantData = data.variant || {"id":"51a9662b-00cd-4acd-95b5-6d6a882902ea","product_id":"13bfd20f-5b5f-45c0-baa8-d554207fb465","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHuC0kphL-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5c505d6f8e6b059e5f74e759c6446df0.jpeg","path":"5c505d6f8e6b059e5f74e759c6446df0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22,"min_quantity":1}],"weight":"0","compare_at_price":"22","price":"22","retail_price":"22","available":true,"url":"\/products\/storm-print-t-shirt?variant=51a9662b-00cd-4acd-95b5-6d6a882902ea","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"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":"51a9662b-00cd-4acd-95b5-6d6a882902ea","product_id":"13bfd20f-5b5f-45c0-baa8-d554207fb465","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHuC0kphL-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5c505d6f8e6b059e5f74e759c6446df0.jpeg","path":"5c505d6f8e6b059e5f74e759c6446df0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22,"min_quantity":1}],"weight":"0","compare_at_price":"22","price":"22","retail_price":"22","available":true,"url":"\/products\/storm-print-t-shirt?variant=51a9662b-00cd-4acd-95b5-6d6a882902ea","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
`
}()}
people are viewing this right now
${function() {
const postageFreeAmount = 89;
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 `
`;
}()}