SKU : 20574383
Inventory : 17
${function(){
const variantData = data.variant || {"id":"6786f30a-9b6f-41b0-b5b4-7c2a851f6f71","product_id":"44722435-0224-4c66-9cd2-a3d6fc2ed953","title":"REDWHITE-Toddler Boy: 3-4 Years","weight_unit":"kg","inventory_quantity":17,"sku":"20574383","barcode":"","position":1,"option1":"REDWHITE","option2":"Toddler Boy: 3-4 Years","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e8673fd007480e0569e85df8ab1ed35c.jpeg","path":"e8673fd007480e0569e85df8ab1ed35c.jpeg","width":1400,"height":1400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"9.99","price":"5.99","retail_price":"9.99","available":true,"url":"\/products\/560385-mothers-day-family-matching-95-cotton-letter-graphic-striped-raglan-sleeve-t-shirts-and-allover-red-heart-print-surplice-neck-ruffle-sleeve-belted-naia\u2122-dresses-sets?variant=6786f30a-9b6f-41b0-b5b4-7c2a851f6f71","available_quantity":17,"options":[{"name":"COLOR","value":"REDWHITE"},{"name":"SIZE","value":"Toddler Boy: 3-4 Years"}],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
SKU : ${variantData && variantData.sku}
Inventory : ${variantData && variantData.available_quantity}
`
}()}
${function() {
const variantData = data.variant || {"id":"6786f30a-9b6f-41b0-b5b4-7c2a851f6f71","product_id":"44722435-0224-4c66-9cd2-a3d6fc2ed953","title":"REDWHITE-Toddler Boy: 3-4 Years","weight_unit":"kg","inventory_quantity":17,"sku":"20574383","barcode":"","position":1,"option1":"REDWHITE","option2":"Toddler Boy: 3-4 Years","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e8673fd007480e0569e85df8ab1ed35c.jpeg","path":"e8673fd007480e0569e85df8ab1ed35c.jpeg","width":1400,"height":1400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"9.99","price":"5.99","retail_price":"9.99","available":true,"url":"\/products\/560385-mothers-day-family-matching-95-cotton-letter-graphic-striped-raglan-sleeve-t-shirts-and-allover-red-heart-print-surplice-neck-ruffle-sleeve-belted-naia\u2122-dresses-sets?variant=6786f30a-9b6f-41b0-b5b4-7c2a851f6f71","available_quantity":17,"options":[{"name":"COLOR","value":"REDWHITE"},{"name":"SIZE","value":"Toddler Boy: 3-4 Years"}],"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
: REDWHITE
${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
: Toddler Boy: 3-4 Years
${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
$5.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":"6786f30a-9b6f-41b0-b5b4-7c2a851f6f71","product_id":"44722435-0224-4c66-9cd2-a3d6fc2ed953","title":"REDWHITE-Toddler Boy: 3-4 Years","weight_unit":"kg","inventory_quantity":17,"sku":"20574383","barcode":"","position":1,"option1":"REDWHITE","option2":"Toddler Boy: 3-4 Years","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e8673fd007480e0569e85df8ab1ed35c.jpeg","path":"e8673fd007480e0569e85df8ab1ed35c.jpeg","width":1400,"height":1400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"9.99","price":"5.99","retail_price":"9.99","available":true,"url":"\/products\/560385-mothers-day-family-matching-95-cotton-letter-graphic-striped-raglan-sleeve-t-shirts-and-allover-red-heart-print-surplice-neck-ruffle-sleeve-belted-naia\u2122-dresses-sets?variant=6786f30a-9b6f-41b0-b5b4-7c2a851f6f71","available_quantity":17,"options":[{"name":"COLOR","value":"REDWHITE"},{"name":"SIZE","value":"Toddler Boy: 3-4 Years"}],"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":"6786f30a-9b6f-41b0-b5b4-7c2a851f6f71","product_id":"44722435-0224-4c66-9cd2-a3d6fc2ed953","title":"REDWHITE-Toddler Boy: 3-4 Years","weight_unit":"kg","inventory_quantity":17,"sku":"20574383","barcode":"","position":1,"option1":"REDWHITE","option2":"Toddler Boy: 3-4 Years","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e8673fd007480e0569e85df8ab1ed35c.jpeg","path":"e8673fd007480e0569e85df8ab1ed35c.jpeg","width":1400,"height":1400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"9.99","price":"5.99","retail_price":"9.99","available":true,"url":"\/products\/560385-mothers-day-family-matching-95-cotton-letter-graphic-striped-raglan-sleeve-t-shirts-and-allover-red-heart-print-surplice-neck-ruffle-sleeve-belted-naia\u2122-dresses-sets?variant=6786f30a-9b6f-41b0-b5b4-7c2a851f6f71","available_quantity":17,"options":[{"name":"COLOR","value":"REDWHITE"},{"name":"SIZE","value":"Toddler Boy: 3-4 Years"}],"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 `
`;
}()}
* Please add each size separately to your shopping cart. * Each size includes: 1 dress, or 1 romper, or 1 T-shirt * Soft and comfy * Length: to the knee (dresses) * Belted design (dresses) * Front snaps (romper) * Bottom snaps (romper) * Material: 70% Polyester, 23% Acetate fiber, 7% Spandex (dresses); 95% Cotton, 5% Spandex (T-shirts/romper); 60% Cotton, 30% Polyester, 5% Spandex (striped sleeves) * Machine wash, tumble dry * Imported * Made of Naia™ fiber *Sustainable/Environmentally Friendly: Naia™ is derived from sustainably managed pine and eucalyptus forests and groves. It is certified as "OK Biodegradable" and "OK Compostable." *Softer and More Comfortable: Naia™ is softer, smoother and cooler to the touch than ordinary fiber. *Lighter and Cuter: Naia™ is light, cozy,durable, and super cute - perfect as you transition into warmer weather. *A Brand You Can Trust: PatPat applies strict standards to every garment; Naia™ fiber is OEKO-TEX® STANDARD 100 Category 1 certified; you can buy with confidence.
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.