Detailed description
The 2 in 1 opener with ergo handle enables you to turn and to open any caps easily.
- Length: 210mm
- Width: 100mm
- Height: 23mm
- Weight: 107g
- Material: ABS
$(function() {
$('#buyWithNewPayButton').click(function(e){
e.preventDefault();
$('form#cart_form').attr('action', '/modules/payment/newpay/newpay_calculate.php?type=newPay').submit();
});
});