Soft cotton pull-up pants with a neat absorbent super soaking pad in the front panel.
Pants made to help boys who may have toileting accidents with a built-in washable pad and a waterproof backing for additional security. There is no need for disposable inserts as they already come with a super absorbent pad. Just wash and reuse as often as you need to.
Details:
- 94% soft cotton jersey and 6% elastane knit fabric
- upper absorbent sewn-in pad. Holds up to 3 tablespoons of wee
- Printed labels so nothing to irritate children sensitive to itchy woven labels
- Reusable
- Rinse or soak, then wash at 40 degrees.
How it will help:
- Parents or carers manage incontinence.
- Suitable for toilet training at different ages and stages
- The highly absorbent stitched-in pad will contain up to 3 tablespoons of liquid.
- Children with learning difficulties or physical disabilities.
Colours:Black or Navy
Also available in'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"2793839",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'2793839',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'2793839'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});