Liberty Limited Edition High Top Sneaker Casual Sneakers
${function() {
const variantData = data.variant || {"id":"dc02c9ec-d38f-4e33-aeb0-43287ac53a0e","product_id":"2aeddaab-acdc-42d8-ab8b-05b24e22b474","title":"Prynne - Detachable-36","weight_unit":"g","inventory_quantity":9999,"sku":"XH2l70GMK-Prynne-Detachable-36","barcode":"","position":1,"option1":"Prynne - Detachable","option2":"36","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/77b22e56f3ea964907d73d940f860dda.jpeg","path":"77b22e56f3ea964907d73d940f860dda.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":139.89,"min_quantity":1}],"weight":"1000","compare_at_price":"300","price":"139.89","retail_price":"300","available":true,"url":"\/products\/liberty-limited-edition-high-top-sneaker-casual-sneakers?variant=dc02c9ec-d38f-4e33-aeb0-43287ac53a0e","available_quantity":999999999,"options":[{"name":"Color","value":"Prynne - Detachable"},{"name":"Size","value":"36"}],"off_ratio":53,"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 `
`;
}()}