Couple rose embossed leather skate shoes
${function() {
const variantData = data.variant || {"id":"41b2f88a-632d-499a-9183-941c9f3db33d","product_id":"9b053147-3c08-47e5-a503-3c89dceac65f","title":"Full Black-35","weight_unit":"g","inventory_quantity":9999,"sku":"XHU3Gg7ph-FullBlack-35","barcode":"","position":1,"option1":"Full Black","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/068b7964e2fc0aa5d7bdee618bd5feee.jpeg","path":"068b7964e2fc0aa5d7bdee618bd5feee.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":112.89,"min_quantity":1}],"weight":"1000","compare_at_price":"333","price":"112.89","retail_price":"333","available":true,"url":"\/products\/couple-rose-embossed-star-leather-skate-shoes?variant=41b2f88a-632d-499a-9183-941c9f3db33d","available_quantity":999999999,"options":[{"name":"Color","value":"Full Black"},{"name":"Size","value":"35"}],"off_ratio":66,"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 `
`;
}()}