PDA

View Full Version : Need to add a hidden variable to the paypal order button


rd3500
03-23-2008, 08:27 AM
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

rd3500
03-24-2008, 10:16 AM
need to bump this one, I sent an email to support last week and they told me to ask here... otherwise I am lost.

If somebody can at least let me know where I can find the information I would appreciate it.

Thanks in advance...

GameWizard
03-24-2008, 12:07 PM
I'm assuming this should be added into the subscription_payment_paypal template.

wally
03-24-2008, 06:46 PM
just add

<input type="hidden" name="lc" value="IT">

at the end of subscription_payment_paypal template

rd3500
03-26-2008, 07:41 PM
thanks a lot guys