Flat Plastic Beach Flower Shoes
${function(){
return `
Please select a Color
`;
}()}
${function(){
return `
Please select a Size
`;
}()}
${function() {
const variantData = data.variant || {"id":"50bfbca9-f50a-4394-b637-a4c0aaa6cb33","product_id":"e7dda094-9105-41d2-9681-1f27b1870f16","title":"Black-35","weight_unit":"kg","inventory_quantity":999,"sku":"LD724-Black-35","barcode":"","position":1,"option1":"Black","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cf9930beff5582eb9f26b3548dbefbca.jpeg","path":"cf9930beff5582eb9f26b3548dbefbca.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"0","compare_at_price":"89","price":"14.99","retail_price":"89","available":true,"url":"\/products\/flat-plastic-beach-flower-shoes-ofw4-kina?variant=50bfbca9-f50a-4394-b637-a4c0aaa6cb33","available_quantity":999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"35"}],"off_ratio":83,"flashsale_info":[],"sales":3};
const saveType = "amount";
const productSaveLabel = false;
return `
-
${saveType == 'percent' ? `-${variantData.off_ratio}%` : `-` }
`; }()}
Free worldwide shipping 80$ +
Product was out of stock.
Product is unavailable.
Estimated Delivery:Jul-11 - Jul-15
${function() {
const type = 'hero';
const postageFreeAmount = 80;
const custom_text_hero = "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";
const custom_text_wind = "Buy {amount} more to enjoy FREE Shipping";
const custom_text = type === 'hero' ? custom_text_hero : custom_text_wind;
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
${type === 'hero' ?
`
` :
`
${tipText}
Your order is free delivery
`
}
`;
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + '');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}
people are viewing this right now