SKU : 20791099
Inventory : 22
${function(){
const variantData = data.variant || {"id":"405c78c2-3d04-4e5f-92da-ff089e9f4a93","product_id":"a6bd4d0b-a46b-4673-8c1e-790e00482bcf","title":"Red-Men: XXL","weight_unit":"kg","inventory_quantity":22,"sku":"20791099","barcode":"","position":1,"option1":"Red","option2":"Men: XXL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d339b82c9dc09c15f036a1cb5c606afe.jpeg","path":"d339b82c9dc09c15f036a1cb5c606afe.jpeg","width":2400,"height":2400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.39,"min_quantity":1}],"weight":"0.2","compare_at_price":"18.99","price":"11.39","retail_price":"18.99","available":true,"url":"\/products\/581385-family-matching-floral-drawstring-swim-trunks-or-red-halter-top-spliced-swimsuit-6dls?variant=405c78c2-3d04-4e5f-92da-ff089e9f4a93","available_quantity":22,"options":[{"name":"COLOR","value":"Red"},{"name":"SIZE","value":"Men: XXL"}],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
SKU : ${variantData && variantData.sku}
Inventory : ${variantData && variantData.available_quantity}
`
}()}
${function() {
const variantData = data.variant || {"id":"405c78c2-3d04-4e5f-92da-ff089e9f4a93","product_id":"a6bd4d0b-a46b-4673-8c1e-790e00482bcf","title":"Red-Men: XXL","weight_unit":"kg","inventory_quantity":22,"sku":"20791099","barcode":"","position":1,"option1":"Red","option2":"Men: XXL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d339b82c9dc09c15f036a1cb5c606afe.jpeg","path":"d339b82c9dc09c15f036a1cb5c606afe.jpeg","width":2400,"height":2400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.39,"min_quantity":1}],"weight":"0.2","compare_at_price":"18.99","price":"11.39","retail_price":"18.99","available":true,"url":"\/products\/581385-family-matching-floral-drawstring-swim-trunks-or-red-halter-top-spliced-swimsuit-6dls?variant=405c78c2-3d04-4e5f-92da-ff089e9f4a93","available_quantity":22,"options":[{"name":"COLOR","value":"Red"},{"name":"SIZE","value":"Men: XXL"}],"off_ratio":40,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Red
${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
: Men: XXL
${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
$11.39
${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":"405c78c2-3d04-4e5f-92da-ff089e9f4a93","product_id":"a6bd4d0b-a46b-4673-8c1e-790e00482bcf","title":"Red-Men: XXL","weight_unit":"kg","inventory_quantity":22,"sku":"20791099","barcode":"","position":1,"option1":"Red","option2":"Men: XXL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d339b82c9dc09c15f036a1cb5c606afe.jpeg","path":"d339b82c9dc09c15f036a1cb5c606afe.jpeg","width":2400,"height":2400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.39,"min_quantity":1}],"weight":"0.2","compare_at_price":"18.99","price":"11.39","retail_price":"18.99","available":true,"url":"\/products\/581385-family-matching-floral-drawstring-swim-trunks-or-red-halter-top-spliced-swimsuit-6dls?variant=405c78c2-3d04-4e5f-92da-ff089e9f4a93","available_quantity":22,"options":[{"name":"COLOR","value":"Red"},{"name":"SIZE","value":"Men: XXL"}],"off_ratio":40,"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 {
return `
`
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function() {
const variantData = data.variant || {"id":"405c78c2-3d04-4e5f-92da-ff089e9f4a93","product_id":"a6bd4d0b-a46b-4673-8c1e-790e00482bcf","title":"Red-Men: XXL","weight_unit":"kg","inventory_quantity":22,"sku":"20791099","barcode":"","position":1,"option1":"Red","option2":"Men: XXL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d339b82c9dc09c15f036a1cb5c606afe.jpeg","path":"d339b82c9dc09c15f036a1cb5c606afe.jpeg","width":2400,"height":2400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.39,"min_quantity":1}],"weight":"0.2","compare_at_price":"18.99","price":"11.39","retail_price":"18.99","available":true,"url":"\/products\/581385-family-matching-floral-drawstring-swim-trunks-or-red-halter-top-spliced-swimsuit-6dls?variant=405c78c2-3d04-4e5f-92da-ff089e9f4a93","available_quantity":22,"options":[{"name":"COLOR","value":"Red"},{"name":"SIZE","value":"Men: XXL"}],"off_ratio":40,"flashsale_info":[],"sales":0};
const value = variantData.available_quantity > 0 ? variantData.available_quantity : 0;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + value + ' ');
return `
`;
}()}
Product Introduction:The perfect family outfit for a tropical holiday - Tropical Paradise Swimsuit.;Fabric:Dad/boy - 90% polyester + 10% spandex; Mom/girl - lower body: 90% polyester + 10% spandex, lining: 90% polyester + 10% spandex, upper body: 80% nylon + 20% spandex.;Care Instruction:Machine wash in cold water, do not dry clean or bleach, low temperature ironing recommended.;Key Features:* High-stretch, quick-drying swimsuit material printed with tropical plant patterns. * Fabric characteristics: Comfortable and durable. * Each size includes one-piece ladies swimsuit or one pair of swim trunks. * Neckline: V-neck, suspenders; swim trunks with drawstrings. * Style: Tropical plant holiday print. * Fit: Hang neck. * Length: One-piece ladies swimsuit, swim trunks. * Source of goods: Imported. * Supplier: PatPat.;Additional Information:Suitable for all seasons, perfect for holiday vacations.;
Total lead time = processing time + shipping time
Normal processing time : 1-5 business days
1. Standard shipping: 7-15 business days
2. Express shipping: 5-7 business days
* Mation about deliveries, please visit our Shipping Policy page.