Limited Edition Cross Stitching Color Skate Shoes
${function() {
const variantData = data.variant || {"id":"e170f09a-df11-4c08-9490-1bc0ac2879a0","product_id":"f2286260-6291-4ea3-a4d7-f1e36b45f232","title":"Blue Red-36","weight_unit":"g","inventory_quantity":9999,"sku":"XHGJMcMst-BlueRed-36","barcode":"","position":1,"option1":"Blue Red","option2":"36","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/af89fa0f797133750fe067c3caeca337.jpeg","path":"af89fa0f797133750fe067c3caeca337.jpeg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":49.89,"min_quantity":1}],"weight":"1000","compare_at_price":"99","price":"49.89","retail_price":"99","available":true,"url":"\/products\/limited-edition-cross-stitching-color-skate-shoes?variant=e170f09a-df11-4c08-9490-1bc0ac2879a0","available_quantity":999999999,"options":[{"name":"Color","value":"Blue Red"},{"name":"Size","value":"36"}],"off_ratio":50,"flashsale_info":[],"sales":0};
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 `
`;
}()}