Printed Casual Fashion Retro Loose Shorts
${function() {
const variantData = data.variant || {"id":"c7e24b0d-2d14-484b-b40f-6ee7c4c3b7be","product_id":"536fd445-2fa4-4b52-9016-8454fd19d8bf","title":"White-M","weight_unit":"g","inventory_quantity":999,"sku":"XH4k8wEiA-White-M","barcode":"","position":1,"option1":"White","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/945e832c1a5257dd6c008225b9fdab5c.jpeg","path":"945e832c1a5257dd6c008225b9fdab5c.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.89,"min_quantity":1}],"weight":"150","compare_at_price":"30","price":"24.89","retail_price":"30","available":true,"url":"\/products\/printed-casual-fashion-retro-loose-shorts?variant=c7e24b0d-2d14-484b-b40f-6ee7c4c3b7be","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"M"}],"off_ratio":17,"flashsale_info":[],"sales":4};
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 `
`;
}()}