Street Hip Hop Hoodie
${function() {
const variantData = data.variant || {"id":"92c9b14c-fc26-4f37-b390-90816bb232ab","product_id":"57c40ba3-7228-4514-9854-81a55dd14fa7","title":"Gray-M","weight_unit":"g","inventory_quantity":999,"sku":"XH06e14E7-Gray-M","barcode":"","position":1,"option1":"Gray","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9f63388371b12a5981cb8d6eee18ff48.png","path":"9f63388371b12a5981cb8d6eee18ff48.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.89,"min_quantity":1}],"weight":"300","compare_at_price":"45","price":"34.89","retail_price":"45","available":true,"url":"\/products\/street-hip-hop-hoodie?variant=92c9b14c-fc26-4f37-b390-90816bb232ab","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"M"}],"off_ratio":22,"flashsale_info":[],"sales":8};
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}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function() {
const postageFreeAmount = 69;
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 `
`;
}()}