
Nappy pants Size 6 18's X 5
6 x 20 packs of comfortable easy on-and-off eco-friendly training pants for active toddlers 24-55 lbs. Guards against leaks for up to 12 hours. Subscribe and save 17%, delivery every 15, 30, or 45 days. (function() { const state = document.readyState; if (state === "interactive" || state === "complete") { console.log("dom is ready"); injectLinePropertyScript() } else setTimeout(arguments.callee, 100) })(); function injectLinePropertyScript() { const dataJSON = '{"Eco-Friendly Training Pants, Size 6 (18-pack) ":5}'; const data = JSON.parse(dataJSON); let a = document.querySelectorAll("[name=id]"); if (a == undefined || a[0] == undefined) { return; } let count = 1; for (const key in data) { let nNode = document.createElement("input"); nNode.type = "hidden"; nNode.name = "properties[" + count + "]"; nNode.value = key +" x "+ data[key];