Stylish casual sporty stretch print shorts
${function() {
const variantData = data.variant || {"id":"ba5b41b2-a8cf-477b-947a-864060dc91ba","product_id":"4909bf1e-9005-405e-bc3f-0b2617619dd4","title":"White-S","weight_unit":"g","inventory_quantity":999,"sku":"XH5bl4kGd-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c63b1917efc2c22ac45b794f06481da5.jpeg","path":"c63b1917efc2c22ac45b794f06481da5.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.89,"min_quantity":1}],"weight":"200","compare_at_price":"31","price":"20.89","retail_price":"31","available":true,"url":"\/products\/stylish-casual-sporty-stretch-print-shorts?variant=ba5b41b2-a8cf-477b-947a-864060dc91ba","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":33,"flashsale_info":[],"sales":10};
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 `
`;
}()}