Proverbs 24:16 Print Short Sleeve T-Shirt
${function() {
const variantData = data.variant || {"id":"5bf08493-1ef6-4c27-b502-06d3e2b28bb2","product_id":"a55178a8-3b8d-4f71-ac7b-1d18fcd9b548","title":"Apricot-S","weight_unit":"g","inventory_quantity":999,"sku":"XHO5qFsmO-Apricot-S","barcode":"","position":1,"option1":"Apricot","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c66d63bb0c308408f9eb79348a63c1bd.jpeg","path":"c66d63bb0c308408f9eb79348a63c1bd.jpeg","width":1330,"height":1330,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.89,"min_quantity":1}],"weight":"0","compare_at_price":"29","price":"20.89","retail_price":"29","available":true,"url":"\/products\/proverbs-24-16-print-short-sleeve-t-shirt?variant=5bf08493-1ef6-4c27-b502-06d3e2b28bb2","available_quantity":999999999,"options":[{"name":"Color","value":"Apricot"},{"name":"Size","value":"S"}],"off_ratio":28,"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.
Sku : XHO5qFsmO-Apricot-S
${function(){
const variantData = data.variant || {"id":"5bf08493-1ef6-4c27-b502-06d3e2b28bb2","product_id":"a55178a8-3b8d-4f71-ac7b-1d18fcd9b548","title":"Apricot-S","weight_unit":"g","inventory_quantity":999,"sku":"XHO5qFsmO-Apricot-S","barcode":"","position":1,"option1":"Apricot","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c66d63bb0c308408f9eb79348a63c1bd.jpeg","path":"c66d63bb0c308408f9eb79348a63c1bd.jpeg","width":1330,"height":1330,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.89,"min_quantity":1}],"weight":"0","compare_at_price":"29","price":"20.89","retail_price":"29","available":true,"url":"\/products\/proverbs-24-16-print-short-sleeve-t-shirt?variant=5bf08493-1ef6-4c27-b502-06d3e2b28bb2","available_quantity":999999999,"options":[{"name":"Color","value":"Apricot"},{"name":"Size","value":"S"}],"off_ratio":28,"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 `
`;
}()}