Hip Hop Casual Rap Street Tapestry Sweatshirt
${function() {
const variantData = data.variant || {"id":"0fccab88-cfe7-46bf-8c5e-f9db3919429f","product_id":"c8e22d93-9cce-4913-9884-cbfa3ffa2c86","title":"Gray Blue-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHId0xZqN-GrayBlue-S","barcode":"","position":1,"option1":"Gray Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ab5257800b4c23b55bf158a49881836d.jpeg","path":"ab5257800b4c23b55bf158a49881836d.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"0","compare_at_price":"66","price":"33.89","retail_price":"66","available":true,"url":"\/products\/hip-hop-casual-rap-street-tapestry-sweatshirt?variant=0fccab88-cfe7-46bf-8c5e-f9db3919429f","available_quantity":999999999,"options":[{"name":"Color","value":"Gray Blue"},{"name":"Size","value":"S"}],"off_ratio":49,"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 : XHId0xZqN-GrayBlue-S
${function(){
const variantData = data.variant || {"id":"0fccab88-cfe7-46bf-8c5e-f9db3919429f","product_id":"c8e22d93-9cce-4913-9884-cbfa3ffa2c86","title":"Gray Blue-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHId0xZqN-GrayBlue-S","barcode":"","position":1,"option1":"Gray Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ab5257800b4c23b55bf158a49881836d.jpeg","path":"ab5257800b4c23b55bf158a49881836d.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"0","compare_at_price":"66","price":"33.89","retail_price":"66","available":true,"url":"\/products\/hip-hop-casual-rap-street-tapestry-sweatshirt?variant=0fccab88-cfe7-46bf-8c5e-f9db3919429f","available_quantity":999999999,"options":[{"name":"Color","value":"Gray Blue"},{"name":"Size","value":"S"}],"off_ratio":49,"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 `
`;
}()}