Need to add a hidden variable to the paypal order button
I am setting up a board with subscriptions, payment through paypal.
My paypal account is a US account, the board sells to the italian market. To make the check out page show up in italian, I need to add this piece of code to the paypal order button in vb.
<input type="hidden" name="lc" value="IT">
How do I do that?
Thanks a lot,
Walter
|