retro hip hop tapestry print hoodie
${function() {
const variantData = data.variant || {"id":"1a073976-06cf-48c6-bbe2-9f41e70a774e","product_id":"d75d65ef-bbc1-41ff-b91e-19ab1424975f","title":"Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHV7q7NyU-Gray-S","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c24fb7129ddf98de33699d3e96aab974.jpeg","path":"c24fb7129ddf98de33699d3e96aab974.jpeg","width":1113,"height":1113,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"300","compare_at_price":"38","price":"29.89","retail_price":"38","available":true,"url":"\/products\/retro-hip-hop-tapestry-print-hoodie?variant=1a073976-06cf-48c6-bbe2-9f41e70a774e","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"S"}],"off_ratio":21,"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":"1a073976-06cf-48c6-bbe2-9f41e70a774e","product_id":"d75d65ef-bbc1-41ff-b91e-19ab1424975f","title":"Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHV7q7NyU-Gray-S","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c24fb7129ddf98de33699d3e96aab974.jpeg","path":"c24fb7129ddf98de33699d3e96aab974.jpeg","width":1113,"height":1113,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"300","compare_at_price":"38","price":"29.89","retail_price":"38","available":true,"url":"\/products\/retro-hip-hop-tapestry-print-hoodie?variant=1a073976-06cf-48c6-bbe2-9f41e70a774e","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"S"}],"off_ratio":21,"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 `
`;
}()}