Miami Dolphins Sexy Print Bikini Swimsuit
${function() {
const variantData = data.variant || {"id":"132f6e21-ffeb-420b-b902-08e8b9e0f31f","product_id":"60e1956d-9607-4432-86c0-6a5853b861bc","title":"S-orange","weight_unit":"kg","inventory_quantity":1000,"sku":"cky-S-orange-A0021024","barcode":"","position":1,"option1":"S","option2":"orange","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ded48d9aa6f06a3486f5ceda2d445b3e.jpeg","path":"ded48d9aa6f06a3486f5ceda2d445b3e.jpeg","width":1200,"height":1674,"alt":"","aspect_ratio":0.7168458781362007},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"65.99","price":"32.99","retail_price":"65.99","available":true,"url":"\/products\/dallas-cowboys-sexy-print-bikini-swimsuit-v5qq-7e9r-9nh3-24jl-nlc7-9ppj-4c21-cqve-i8ju-ijm3-d34r-g2h5-xag7-t781-1m25-8b9b-ijlb?variant=132f6e21-ffeb-420b-b902-08e8b9e0f31f","available_quantity":999999999,"options":[{"name":"size","value":"S"},{"name":"color","value":"orange"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
people are viewing this right now
${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}
`
}()}
Product was out of stock.
Product is unavailable.
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('30');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}
${function() {
const postageFreeAmount = 79.99;
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 `
`;
}()}