Rap Print Cotton T-Shirt
${function() {
const variantData = data.variant || {"id":"7e359f13-428d-47a2-9dda-17acf437069b","product_id":"45e1c69a-4821-4d62-a95f-c7ec61ec1429","title":"Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHA1A5UjB-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fae7e92901cec48e13cadbbd1c8d0e10.jpeg","path":"fae7e92901cec48e13cadbbd1c8d0e10.jpeg","width":1440,"height":1439,"alt":"","aspect_ratio":1.0006949270326615},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"222","compare_at_price":"33","price":"18.89","retail_price":"33","available":true,"url":"\/products\/rap-star-print-cotton-t-shirt?variant=7e359f13-428d-47a2-9dda-17acf437069b","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":5};
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":"7e359f13-428d-47a2-9dda-17acf437069b","product_id":"45e1c69a-4821-4d62-a95f-c7ec61ec1429","title":"Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHA1A5UjB-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fae7e92901cec48e13cadbbd1c8d0e10.jpeg","path":"fae7e92901cec48e13cadbbd1c8d0e10.jpeg","width":1440,"height":1439,"alt":"","aspect_ratio":1.0006949270326615},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"222","compare_at_price":"33","price":"18.89","retail_price":"33","available":true,"url":"\/products\/rap-star-print-cotton-t-shirt?variant=7e359f13-428d-47a2-9dda-17acf437069b","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":5};
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 `
`;
}()}