Problemas con cuenta de paypal
Apreciados Srs,

Estoy montando una tienda virtual a través de su pagina y tengo problemas con la configuración de la forma de pago de Paypal.

Me he puesto en contacto con Paypal y me han dicho que el problema es el código.

Le adjunto el mensaje que me ha escrito Paypal en inglés, donde ellos me dan la solución para poder solucionar el problema.

It appears that there is an error in your paypal form first of all- Here is what i've found on your site:
<form name="Form_paypal" method="post" action="https://www.paypal.com/cgi-bin/webscr"> <input type="hidden" value="_cart" name="cmd"> <input type="hidden" value="1" name="upload"> <input type="hidden" value="ruby@kodehk.com" name="business"> <input type="hidden" value="EUR" name="currency_code"> <input type="hidden" value="http://www.kodebike.kingeshop.com/" name="return"> <input type="hidden" value="papyal" name="first_name"> <input type="hidden" value="papyla" name="last_name"> <input type="hidden" value="paypal" name="address1"> <input type="hidden" value="" name="address2"> <input type="hidden" value="payapl" name="city"> <input type="hidden" value="11111" name="zip"> <input type="hidden" value="paypal@paypal.de" name="email"> <input type="hidden" value="CUADRO MTB 053 29er" name="item_name_1"> <input type="hidden" value="053" name="item_number_1"> <input type="hidden" value="Opción" name="on0_1"> <input type="hidden" value="16"" name="os0_1"> <input type="hidden" value="1" name="quantity_1"> <input type="hidden" value="350.00" name="amount_1"> <input type="hidden" value="0.00" name="discount_amount_cart"> <input type="hidden" value="0.00" name="tax_cart"> <input type="hidden" value="0.00" name="shipping_1">
</form>

As you can see <input type="hidden" value="16"" name="os0_1"> the 16 is double quoted, which can cause issues. In this case its not the reason for your issue but i would recommend to change that line to <input type="hidden" value="16" name="os0_1"> anyway.

Now to your issue, i found out, that your Website is causing this issue. Your site has the charset <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> which is causing the issue with the spanish character ó . I would suggest to edit the first line of your paypal form to submit the data in the correct encoding. To do that please add accept-charset="UTF-8" to the first line of your paypal form . to do that you will need to add this to the following line og code:
<form name="Form_paypal" method="post" action="https://www.paypal.com/cgi-bin/webscr">

After the change it would look like this:
<form name="Form_paypal" method="post" action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UTF-8" >[[13]
Autor : Albert
Lecturas : 1631
Creación : 2011-08-30
Anónimo dijo ...
Hola,

No tienes que hacer nada de eso. Solo tienes que configurar paypal así :

http://www.kingeshop.com/Como-aceptar-las-tarjetas-de-credito-CON-Paypal-dbehaeaaaaaa.asp
2011-08-31
albert dijo ...
Hola,

Ya he puesto mi cuenta de paypal, como se indica pero no me funciona. He hablado con paypal y me han dicho que hay que hacer uns cambios en la web.

Se pueden hacer?

Saludos
2011-09-09
Mic dijo ...
Hola,

Lo unico que tienes que hacer es seguir la faq muy atentamente :

http://www.kingeshop.com/Comment-accepter-les-cartes-de-credit--ou-cartes-bancaires--AVEC-Paypa-cbehaeaaaaaa.asp

Mic
2011-09-11
Responder a este mensaje
Apodo
Email (opcional)
Comentario
Copiar la imagen

©2020 KingEshop