I am currently working on adding a PayPal payment option to my site using the PayPal Website Payments Pro module provided by Miva Merchant.
I would like to remove the add "Note To Seller" option customers would see on the PayPal check out. I have contacted PayPal integration support and they provided me with the following instructions...
Is this something I can add or does it need to be written into the PayPal module?
I would like to remove the add "Note To Seller" option customers would see on the PayPal check out. I have contacted PayPal integration support and they provided me with the following instructions...
In the SetExpressCheckout call you would set the variable ALLOWNOTE as follows:
'ALLOWNOTE=0' – The buyer is unable to enter a note to the merchant.
'ALLOWNOTE=1' – The buyer is able to enter a note to the merchant.
'ALLOWNOTE=0' – The buyer is unable to enter a note to the merchant.
'ALLOWNOTE=1' – The buyer is able to enter a note to the merchant.
Comment