Niche design trendy sneakers men's shoes
${function() {
const variantData = data.variant || {"id":"eefcd2ad-f034-44f6-96ce-e0d92fcd27f5","product_id":"1db35b7e-25ac-46fe-954f-f8ea9ad36033","title":"Black Purple-39","weight_unit":"g","inventory_quantity":999,"sku":"XHd311zeQ-BlackPurple-39","barcode":"","position":1,"option1":"Black Purple","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9743878a2c60db35633a805f6e15dffb.jpeg","path":"9743878a2c60db35633a805f6e15dffb.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.89,"min_quantity":1}],"weight":"1000","compare_at_price":"59","price":"37.89","retail_price":"59","available":true,"url":"\/products\/niche-design-trendy-sneakers-mens-shoes?variant=eefcd2ad-f034-44f6-96ce-e0d92fcd27f5","available_quantity":999999999,"options":[{"name":"Color","value":"Black Purple"},{"name":"Size","value":"39"}],"off_ratio":36,"flashsale_info":[],"sales":2};
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 `
`;
}()}