Trendy fashion print casual fleece jackets
${function() {
const variantData = data.variant || {"id":"30ab2385-a88b-42d4-9cf4-4d1c576097f5","product_id":"94a67023-228b-45a9-bf63-79e5757ab79a","title":"Red-M","weight_unit":"g","inventory_quantity":999,"sku":"XHPi1OP14-Red-M","barcode":"","position":1,"option1":"Red","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bcf3ea4511ec55d04ccba36da60edf5f.jpeg","path":"bcf3ea4511ec55d04ccba36da60edf5f.jpeg","width":1325,"height":1325,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":46.89,"min_quantity":1}],"weight":"500","compare_at_price":"50","price":"46.89","retail_price":"50","available":true,"url":"\/products\/trendy-fashion-print-casual-fleece-jackets?variant=30ab2385-a88b-42d4-9cf4-4d1c576097f5","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"M"}],"off_ratio":6,"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}
`
}()}
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 `
`;
}()}