Detailed description
The knotted bag fits and clips to any walkers. It is ideal for carrying light loads for shopping and holding personal items.
- Length: 300mm
- Width: 150mm
- Height: 380mm
- Weight: 181g
- Material: PC
$(function() {
$('#buyWithNewPayButton').click(function(e){
e.preventDefault();
$('form#cart_form').attr('action', '/modules/payment/newpay/newpay_calculate.php?type=newPay').submit();
});
});