2Checkout.com is pleased to announce the availability of its purchase pages in Spanish! This feature has been heavily requested and available for use.
To access the Spanish version of our purchase pages, you will need to make your links and buttons like normal. This can be done a variety of ways, the easiest being copying the generated code from the Product Listing / Product Set Up page in your account. This should be item #4 when you log in. The Users Guide can assist you with this as well.
Once you have created a standard link or button, you will need to add an extra parameter to it. This parameter is called “lang” and the value should be “sp” for Spanish. The value “en” would then be used for English, but this is also the default language if there is not a language specified.
Below you will find some examples on how to use this :
Link:
https://www.2checkout.com/2co/buyer/purchase?sid=XXXXXX&product_id=1&quantity=1&demo=Y&lang=sp
Button:
<form action=’https://www.2checkout.com/2co/buyer/purchase’ method=’Post’>
<input type=’hidden’ name=’sid’ value=’XXXXXX’>
<input type=’hidden’ name=’product_id’ value=’1′>
<input type=’hidden’ name=’quantity’ value=’1′>
<input type=’hidden’ name=’demo’ value=’Y'>
<input type=’hidden’ name=’lang’ value=’sp’>
<input type=’submit’ name=’Buy from 2CO’>
</form>
Please note that you must insert your own Seller ID number to use the above examples. They will not work as is.