Retro tree camouflage casual sports trousers
${function() {
const variantData = data.variant || {"id":"2a151edc-301d-4a3b-826d-438ecce09254","product_id":"67afd9c6-cae8-4cae-aada-50676a87216d","title":"Camouflage-S","weight_unit":"g","inventory_quantity":999,"sku":"XH51i1d01-Camouflage-S","barcode":"","position":1,"option1":"Camouflage","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/35bbfef25abaa4d50ca4849a6422e35c.jpeg","path":"35bbfef25abaa4d50ca4849a6422e35c.jpeg","width":684,"height":683,"alt":"","aspect_ratio":1.0014641288433381},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"0","compare_at_price":"44","price":"33.89","retail_price":"44","available":true,"url":"\/products\/retro-tree-camouflage-casual-sports-trousers?variant=2a151edc-301d-4a3b-826d-438ecce09254","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage"},{"name":"Size","value":"S"}],"off_ratio":23,"flashsale_info":[],"sales":1};
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 : XH51i1d01-Camouflage-S
${function(){
const variantData = data.variant || {"id":"2a151edc-301d-4a3b-826d-438ecce09254","product_id":"67afd9c6-cae8-4cae-aada-50676a87216d","title":"Camouflage-S","weight_unit":"g","inventory_quantity":999,"sku":"XH51i1d01-Camouflage-S","barcode":"","position":1,"option1":"Camouflage","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/35bbfef25abaa4d50ca4849a6422e35c.jpeg","path":"35bbfef25abaa4d50ca4849a6422e35c.jpeg","width":684,"height":683,"alt":"","aspect_ratio":1.0014641288433381},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"0","compare_at_price":"44","price":"33.89","retail_price":"44","available":true,"url":"\/products\/retro-tree-camouflage-casual-sports-trousers?variant=2a151edc-301d-4a3b-826d-438ecce09254","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage"},{"name":"Size","value":"S"}],"off_ratio":23,"flashsale_info":[],"sales":1};
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 `
`;
}()}