Fashionable personalized letter print T-shirt
${function() {
const variantData = data.variant || {"id":"94625e91-f469-481e-8f28-ba5c4e306663","product_id":"46069064-5cc6-4217-b2f1-27cda65db8ef","title":"Yellow Letters On Black Background-S","weight_unit":"g","inventory_quantity":999,"sku":"XHHewKzgi-YellowLettersOnBlackBackground-S","barcode":"","position":1,"option1":"Yellow Letters On Black Background","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8077c54360f44259c357b164eb94d202.jpeg","path":"8077c54360f44259c357b164eb94d202.jpeg","width":900,"height":900,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.89,"min_quantity":1}],"weight":"200","compare_at_price":"32","price":"19.89","retail_price":"32","available":true,"url":"\/products\/fashionable-personalized-letter-print-t-shirt?variant=94625e91-f469-481e-8f28-ba5c4e306663","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow Letters On Black Background"},{"name":"Size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":4};
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.
Sku : XHHewKzgi-YellowLettersOnBlackBackground-S
${function(){
const variantData = data.variant || {"id":"94625e91-f469-481e-8f28-ba5c4e306663","product_id":"46069064-5cc6-4217-b2f1-27cda65db8ef","title":"Yellow Letters On Black Background-S","weight_unit":"g","inventory_quantity":999,"sku":"XHHewKzgi-YellowLettersOnBlackBackground-S","barcode":"","position":1,"option1":"Yellow Letters On Black Background","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8077c54360f44259c357b164eb94d202.jpeg","path":"8077c54360f44259c357b164eb94d202.jpeg","width":900,"height":900,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.89,"min_quantity":1}],"weight":"200","compare_at_price":"32","price":"19.89","retail_price":"32","available":true,"url":"\/products\/fashionable-personalized-letter-print-t-shirt?variant=94625e91-f469-481e-8f28-ba5c4e306663","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow Letters On Black Background"},{"name":"Size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":4};
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 `
`;
}()}