Men's fashion retro solid color trousers
${function() {
const variantData = data.variant || {"id":"7c595369-3805-42ee-a9fd-abaf835e196d","product_id":"4d9eb79c-5911-49f1-b2cb-9de884731db3","title":"White-S","weight_unit":"g","inventory_quantity":999,"sku":"XH3D6MUbk-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c5f233f551f9169f81e9c0dc46798fb1.jpeg","path":"c5f233f551f9169f81e9c0dc46798fb1.jpeg","width":1238,"height":1238,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"350","compare_at_price":"56.99","price":"39.99","retail_price":"56.99","available":true,"url":"\/products\/mens-fashion-retro-solid-color-trousers?variant=7c595369-3805-42ee-a9fd-abaf835e196d","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":14};
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 `
`;
}()}