Leopard print casual loose jumpsuit
${function(){
const optName = "color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value[0] : data.originData.value;
return `
Please select a color
`;
}()}
${function(){
const optName = "size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value[0] : data.originData.value;
return `
Please select a size
`;
}()}
${function() {
const variantData = data.variant || {"id":"c10a2cb5-6193-4bed-858b-d031307ac55d","product_id":"4d07137c-8c1d-49ca-8ac9-3da75691f8aa","title":"Camel-S(US 6-8)","weight_unit":"kg","inventory_quantity":1000,"sku":"YSCC2404099-Camel-S(US 6-8)","barcode":"","position":1,"option1":"Camel","option2":"S(US 6-8)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/61c5f86581d310cd954fdfeebb24e24a.jpeg","path":"61c5f86581d310cd954fdfeebb24e24a.jpeg","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"55.99","price":"27.99","retail_price":"55.99","available":true,"url":"\/products\/leopard-print-casual-loose-jumpsuit?variant=c10a2cb5-6193-4bed-858b-d031307ac55d","available_quantity":999999999,"options":[{"name":"color","value":"Camel"},{"name":"size","value":"S(US 6-8)"}],"off_ratio":50,"flashsale_info":[],"sales":0};
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:Mar-23 - Mar-27
${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