Gradient avocado jelly slip-on shoe rope breadboard shoes
${function() {
const variantData = data.variant || {"id":"fe5f206e-1973-49ef-a840-1addd0c0dad0","product_id":"659a91bc-6e49-475f-8323-98d1fe0795ce","title":"Green-Men's Size 38","weight_unit":"g","inventory_quantity":9999,"sku":"XHjkFcgim-Green-Men'sSize38","barcode":"","position":1,"option1":"Green","option2":"Men's Size 38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e3dcf93dd2a41b34afe0624d0938b623.jpeg","path":"e3dcf93dd2a41b34afe0624d0938b623.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":51.89,"min_quantity":1}],"weight":"1000","compare_at_price":"99","price":"51.89","retail_price":"99","available":true,"url":"\/products\/gradient-avocado-jelly-slip-on-shoe-rope-breadboard-shoes?variant=fe5f206e-1973-49ef-a840-1addd0c0dad0","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"Men's Size 38"}],"off_ratio":48,"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 `
`;
}()}