Women's Street Style Cargo Jeans: All-Season Cotton, Comfort Fit, Stretch, Side Pockets, Easy-Maintenance Denim
${function() {
const variantData = data.variant || {"id":"e505ffe5-b467-4219-a0ad-441dff1646ec","product_id":"f51f6a5d-a538-4c4e-9ffa-f1de042f851a","title":"Apricot-S(4)","weight_unit":"g","inventory_quantity":999,"sku":"601099542399738-Apricot-S(4)","barcode":"","position":1,"option1":"Apricot","option2":"S(4)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/030620c329a98872727929e499d297dc.jpeg","path":"030620c329a98872727929e499d297dc.jpeg","width":1340,"height":1340,"alt":"42765881868494|42765882097870|42765882458318|42765882982606|42765883277518","aspect_ratio":1},"wholesale_price":[{"price":39.92,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39.92","retail_price":"0","available":true,"url":"\/products\/womens-street-style-cargo-jeans-all-season-cotton-comfort-fit-stretch-side-pockets-easy-maintenance-denim?variant=e505ffe5-b467-4219-a0ad-441dff1646ec","available_quantity":999,"options":[{"name":"Color","value":"Apricot"},{"name":"Size","value":"S(4)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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.
people are viewing this right now
${function() {
const postageFreeAmount = 35;
const custom_text = "\u003Cdiv style=\"background-color: #fcf5f5; padding: 20px; text-align: center; max-width: 400px; margin: 0 auto; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);\"\u003E\n \u003Ch1 style=\"font-size: 24px; margin: 10px 0; color: black;\"\u003E\n NEW YEAR DISCOUNT \u003Cspan style=\"font-size: 1.2em;\"\u003E\ud83d\udd25\u003C\/span\u003E\n \u003C\/h1\u003E\n\n \u003Cp style=\"color: black; font-size: 18px;\"\u003E\n \u003Cspan style=\"color: red; font-weight: bold;\"\u003E10% OFF EVERYTHING!\u003C\/span\u003E\n \u003C\/p\u003E\n\n \u003Cp style=\"color: black; font-size: 18px;\"\u003E\n Use code \u003Cspan style=\"color: red; font-weight: bold;\"\u003EVIP10\u003C\/span\u003E\n \u003Cspan style=\"font-size: 1.2em;\"\u003E\ud83d\udecd\u003C\/span\u003E\n \u003C\/p\u003E\n\n \u003Cp style=\"color: black; font-size: 18px;\"\u003E\n \ud83d\ude9a \u003Cspan style=\"color: red; font-weight: bold;\"\u003EFree shipping on orders over $35\u003C\/span\u003E\n \u003C\/p\u003E\n\n \u003Cp style=\"color: black; font-size: 18px;\"\u003E\n \u26a0 Due to warehouse upgrades, all orders placed after \n \u003Cspan style=\"color: red; font-weight: bold;\"\u003EFebruary 5\u003C\/span\u003E \n will be shipped in order after \n \u003Cspan style=\"color: red; font-weight: bold;\"\u003EMarch 4th\u003C\/span\u003E.\n \u003C\/p\u003E\n\u003C\/div\u003E";
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 `
`;
}()}