Detailed description
Triangular pencil grips are comfortable and easy to hold. This item did not include the pen.
- Length: 41mm
- Weight: 15g
- Material: PVC
- Each pack: 3 pcs
$(function() {
$('#buyWithNewPayButton').click(function(e){
e.preventDefault();
$('form#cart_form').attr('action', '/modules/payment/newpay/newpay_calculate.php?type=newPay').submit();
});
});