Pearl Casual Street Vintage Washed Jeans
${function() {
const variantData = data.variant || {"id":"a4b4813b-661b-4825-a926-232d524f497d","product_id":"6d81e2c6-98c4-4f9e-90a5-ff9ddc020e17","title":"Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHAaDOrif-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81e00cbd7d53215c22f77b65ec1f5a7e.jpeg","path":"81e00cbd7d53215c22f77b65ec1f5a7e.jpeg","width":2876,"height":2875,"alt":"","aspect_ratio":1.0003478260869565},"wholesale_price":[{"price":39.89,"min_quantity":1}],"weight":"666","compare_at_price":"88","price":"39.89","retail_price":"88","available":true,"url":"\/products\/pearl-casual-street-vintage-washed-jeans?variant=a4b4813b-661b-4825-a926-232d524f497d","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":55,"flashsale_info":[],"sales":43};
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 `
`;
}()}