Skeleton Casual Street Hoodie Two-Piece Set
${function() {
const variantData = data.variant || {"id":"6f65e956-7d6d-48c2-98e6-10782612130c","product_id":"810703a8-80cd-44dc-acb8-3753c0e823ef","title":"Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHkCaBkL1-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6d8f21872a751db900c9340c6f8bb633.jpeg","path":"6d8f21872a751db900c9340c6f8bb633.jpeg","width":720,"height":720,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":48.89,"min_quantity":1}],"weight":"1000","compare_at_price":"88","price":"48.89","retail_price":"88","available":true,"url":"\/products\/skeleton-casual-street-hoodie-two-piece-set?variant=6f65e956-7d6d-48c2-98e6-10782612130c","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":9};
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 `
`;
}()}