Pink love casual street patchwork trousers and hoodie pure cotton two-piece suit
${function() {
const variantData = data.variant || {"id":"adbf3b6d-72b1-4938-bd0f-0a5059e2e0e0","product_id":"b7e52d8f-0b4a-4dc9-9ed2-e82ddefdc8bb","title":"White-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHquGsf9v-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ca4615fbb5427111e50882650afe7e43.jpeg","path":"ca4615fbb5427111e50882650afe7e43.jpeg","width":1670,"height":1670,"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\/pink-love-casual-street-patchwork-trousers-and-hoodie-pure-cotton-two-piece-suit?variant=adbf3b6d-72b1-4938-bd0f-0a5059e2e0e0","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":44,"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 `
`;
}()}