Casual street trendy sneakers
${function() {
const variantData = data.variant || {"id":"5f8a85d0-ede6-41c3-bc64-8ccbb26b824b","product_id":"d8910973-8fcb-4793-84eb-a6984f79cff8","title":"Green-36","weight_unit":"g","inventory_quantity":999,"sku":"XHrrDxyuQ-Green-36","barcode":"","position":1,"option1":"Green","option2":"36","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0bd2ac7996f03488ece9966312c06d01.jpeg","path":"0bd2ac7996f03488ece9966312c06d01.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":41.89,"min_quantity":1}],"weight":"1000","compare_at_price":"77","price":"41.89","retail_price":"77","available":true,"url":"\/products\/casual-street-star-trendy-sneakers?variant=5f8a85d0-ede6-41c3-bc64-8ccbb26b824b","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"36"}],"off_ratio":46,"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 `
`;
}()}