Vintage Flaming Angel Pile Pants Trousers
${function() {
const variantData = data.variant || {"id":"bbf43178-7233-48df-b723-509659202705","product_id":"bc01f805-f3fb-4afc-a354-350abd496560","title":"Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XHHsM7POg-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/00b27bea5eebe8eff407a805528577a1.jpeg","path":"00b27bea5eebe8eff407a805528577a1.jpeg","width":1340,"height":1340,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.89,"min_quantity":1}],"weight":"400","compare_at_price":"42","price":"37.89","retail_price":"42","available":true,"url":"\/products\/vintage-flaming-angel-pile-pants-trousers?variant=bbf43178-7233-48df-b723-509659202705","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":10,"flashsale_info":[],"sales":4};
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 `
`;
}()}