Camouflage casual street trousers
${function() {
const variantData = data.variant || {"id":"51986f00-0281-40eb-ab57-076bae8d5448","product_id":"a4132ea8-a393-45c9-9642-dcb106d53186","title":"Camouflage-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHUk29Clm-Camouflage-S","barcode":"","position":1,"option1":"Camouflage","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/34044e908d54d0d220220f1822b0c40a.jpeg","path":"34044e908d54d0d220220f1822b0c40a.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"0","compare_at_price":"55","price":"33.89","retail_price":"55","available":true,"url":"\/products\/camouflage-casual-street-trousers?variant=51986f00-0281-40eb-ab57-076bae8d5448","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage"},{"name":"Size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":0};
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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : XHUk29Clm-Camouflage-S
${function(){
const variantData = data.variant || {"id":"51986f00-0281-40eb-ab57-076bae8d5448","product_id":"a4132ea8-a393-45c9-9642-dcb106d53186","title":"Camouflage-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHUk29Clm-Camouflage-S","barcode":"","position":1,"option1":"Camouflage","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/34044e908d54d0d220220f1822b0c40a.jpeg","path":"34044e908d54d0d220220f1822b0c40a.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"0","compare_at_price":"55","price":"33.89","retail_price":"55","available":true,"url":"\/products\/camouflage-casual-street-trousers?variant=51986f00-0281-40eb-ab57-076bae8d5448","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage"},{"name":"Size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
`
}()}
people are viewing this right now
${function() {
const postageFreeAmount = 89;
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 `
`;
}()}