Street fashion casual pants
${function() {
const variantData = data.variant || {"id":"e2d4fe49-c97f-4a7e-a121-4cc872ecd0bb","product_id":"6f7e374e-d722-4e8b-9a4d-d028d40e8653","title":"Beige-S","weight_unit":"g","inventory_quantity":999,"sku":"XH21ypQjY-Beige-S","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d6ec1c7f86bb125ae9a90cb9b1b5ef85.jpeg","path":"d6ec1c7f86bb125ae9a90cb9b1b5ef85.jpeg","width":1345,"height":1346,"alt":"","aspect_ratio":0.9992570579494799},"wholesale_price":[{"price":30.89,"min_quantity":1}],"weight":"300","compare_at_price":"40","price":"30.89","retail_price":"40","available":true,"url":"\/products\/street-fashion-casual-pants?variant=e2d4fe49-c97f-4a7e-a121-4cc872ecd0bb","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"S"}],"off_ratio":23,"flashsale_info":[],"sales":6};
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 `
`;
}()}