Dobabies-Y2K Style Summer Vacation Dress Streetwear INS Style Floral Print Backless Maxi Dress Cross Halterneck Backless Slim Fit Bodycon Pink Maxi Dress with Large Red Floral Printed Resort Dress, Vacation Dress, Summer Dress
${function() {
const variantData = data.variant || {"id":"5b2fdce9-401b-4b9a-b399-c21470cbfeef","product_id":"41044b10-7e66-4698-9322-3684f9297d1b","title":"Pink-S","weight_unit":"kg","inventory_quantity":100,"sku":"dobabies2024-05-300DOBABIES-berlin-floral-print-backless-maxi-dressPinkS50.99","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7accb6e5e23d8f847e6e15a99561dd16.jpeg","path":"7accb6e5e23d8f847e6e15a99561dd16.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":50.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"50.99","retail_price":"0","available":true,"url":"\/products\/dobabies-berlin-floral-print-backless-maxi-dress?variant=5b2fdce9-401b-4b9a-b399-c21470cbfeef","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Pink
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Size:
S
${function(){
const optName = "Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$50.99
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"5b2fdce9-401b-4b9a-b399-c21470cbfeef","product_id":"41044b10-7e66-4698-9322-3684f9297d1b","title":"Pink-S","weight_unit":"kg","inventory_quantity":100,"sku":"dobabies2024-05-300DOBABIES-berlin-floral-print-backless-maxi-dressPinkS50.99","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7accb6e5e23d8f847e6e15a99561dd16.jpeg","path":"7accb6e5e23d8f847e6e15a99561dd16.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":50.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"50.99","retail_price":"0","available":true,"url":"\/products\/dobabies-berlin-floral-print-backless-maxi-dress?variant=5b2fdce9-401b-4b9a-b399-c21470cbfeef","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function() {
const minDays = parseInt('7');
const maxDays = parseInt('15');
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}
`;
}()}