SKU : 20867159
Inventory : 13
${function(){
const variantData = data.variant || {"id":"8adc9874-b8ee-4048-bd9d-ce75411f49de","product_id":"eb08b23b-9bd9-413f-862b-500da7274ab3","title":"Blue-2 Years","weight_unit":"kg","inventory_quantity":13,"sku":"20867159","barcode":"","position":6,"option1":"Blue","option2":"2 Years","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d746214ea8db8a25fc0ec06398c0a199.jpeg","path":"d746214ea8db8a25fc0ec06398c0a199.jpeg","width":2400,"height":2400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.59,"min_quantity":1}],"weight":"0.2","compare_at_price":"25.99","price":"15.59","retail_price":"25.99","available":true,"url":"\/products\/y1?variant=8adc9874-b8ee-4048-bd9d-ce75411f49de","available_quantity":13,"options":[{"name":"COLOR","value":"Blue"},{"name":"SIZE","value":"2 Years"}],"off_ratio":40,"flashsale_info":[],"sales":115};
return `
SKU : ${variantData && variantData.sku}
Inventory : ${variantData && variantData.available_quantity}
`
}()}
${function() {
const variantData = data.variant || {"id":"8adc9874-b8ee-4048-bd9d-ce75411f49de","product_id":"eb08b23b-9bd9-413f-862b-500da7274ab3","title":"Blue-2 Years","weight_unit":"kg","inventory_quantity":13,"sku":"20867159","barcode":"","position":6,"option1":"Blue","option2":"2 Years","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d746214ea8db8a25fc0ec06398c0a199.jpeg","path":"d746214ea8db8a25fc0ec06398c0a199.jpeg","width":2400,"height":2400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.59,"min_quantity":1}],"weight":"0.2","compare_at_price":"25.99","price":"15.59","retail_price":"25.99","available":true,"url":"\/products\/y1?variant=8adc9874-b8ee-4048-bd9d-ce75411f49de","available_quantity":13,"options":[{"name":"COLOR","value":"Blue"},{"name":"SIZE","value":"2 Years"}],"off_ratio":40,"flashsale_info":[],"sales":115};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Blue
${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
: 2 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
$15.59
${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":"8adc9874-b8ee-4048-bd9d-ce75411f49de","product_id":"eb08b23b-9bd9-413f-862b-500da7274ab3","title":"Blue-2 Years","weight_unit":"kg","inventory_quantity":13,"sku":"20867159","barcode":"","position":6,"option1":"Blue","option2":"2 Years","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d746214ea8db8a25fc0ec06398c0a199.jpeg","path":"d746214ea8db8a25fc0ec06398c0a199.jpeg","width":2400,"height":2400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.59,"min_quantity":1}],"weight":"0.2","compare_at_price":"25.99","price":"15.59","retail_price":"25.99","available":true,"url":"\/products\/y1?variant=8adc9874-b8ee-4048-bd9d-ce75411f49de","available_quantity":13,"options":[{"name":"COLOR","value":"Blue"},{"name":"SIZE","value":"2 Years"}],"off_ratio":40,"flashsale_info":[],"sales":115};
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":"8adc9874-b8ee-4048-bd9d-ce75411f49de","product_id":"eb08b23b-9bd9-413f-862b-500da7274ab3","title":"Blue-2 Years","weight_unit":"kg","inventory_quantity":13,"sku":"20867159","barcode":"","position":6,"option1":"Blue","option2":"2 Years","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d746214ea8db8a25fc0ec06398c0a199.jpeg","path":"d746214ea8db8a25fc0ec06398c0a199.jpeg","width":2400,"height":2400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.59,"min_quantity":1}],"weight":"0.2","compare_at_price":"25.99","price":"15.59","retail_price":"25.99","available":true,"url":"\/products\/y1?variant=8adc9874-b8ee-4048-bd9d-ce75411f49de","available_quantity":13,"options":[{"name":"COLOR","value":"Blue"},{"name":"SIZE","value":"2 Years"}],"off_ratio":40,"flashsale_info":[],"sales":115};
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:Sweet and stylish, this toddler outfit is perfect for any fall outing.;Fabric:Made of soft and comfortable fabric, with top consisting of 35% polyester and 65% Dacron, and skirt consisting of 100% cotton.;Care Instruction:Machine wash in cold water, do not bleach, tumble dry low, iron on low heat, do not dry clean.;Key Features:* Product features: Lace hollow out flying sleeve design for a cute and adorable look. * Fabric characteristics: Moderate softness. * Piece of product: Two-piece set with a denim skirt for a sweet and fashionable design. * Neckline: Round collar. * Sleeves: Long sleeves. * Style: Sweet, with a lace and denim combination design. * Fit: Slim fit. * Length: Standard. * Source of goods: Imported. * Supplier: PatPat.;Additional information:Suitable for fall and any casual occasion, with sweet and stylish design.;
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.