Detailed description
This Extra Long Shoehorn has a non-slip handle and nylon storage loop, at 61 cm in lenght. It is ideal for people who have difficulty bending down.
- Lenght: 610 mm
- Weight: 140 g
- Width: 30 mm
$(function() {
$('#buyWithNewPayButton').click(function(e){
e.preventDefault();
$('form#cart_form').attr('action', '/modules/payment/newpay/newpay_calculate.php?type=newPay').submit();
});
});