Postado Outubro 16, 2014 10 anos Olá gostaria de adicionar o pagamento via paypal no meu gesior, só que não achei nada. alguém pode ajudar? Abraço up?
Postado Outubro 16, 2014 10 anos Crie uma página qualquer no PHP/HTML e seja feliz '-' https://www.paypal.com/us/cgi-bin/?cmd=_donate-intro-outside Ou quer com aquilo de "validação automática" que acho que não é nem um pouco seguro por ser gesior? Ass. MatheusGrilo
Postado Outubro 18, 2014 10 anos Autor Eu queria uma pagina bonitinha não precisava de enfeites... Só que o tibia está acabando e com isso os membros dos forum também, infelizmente. Fiz um tópico simples e teve 6 visitas? rs... Brabo. Mesmo assim valeu. Abraço
Postado Outubro 18, 2014 10 anos Crie um arquivo.html em seu gesior. E tente utilizar este: <html> <head> <title> Paypal Payment </title> <style> input {border:1px solid #000;background-color:#ffffff;padding:5px;} input:focus{box-shadow: 0px 0px 2px 1px #000;} button { border: 1px solid #999; background-color:#eee; padding: 5px; font-size:13px; font-weight: bold;} button:hover { border: 1px solid #000; background-color:#eee; padding: 5px;} </style> </head> <body style="width:430px; border-width:5px; border-style:solid; padding:10px;"> <h1> Payment Methods </h1> <!-- Título --> <hr /> <h2> <li> Payment Paypal </li> </h2> <form target="paypal" method="post" action="https://www.paypal.com/cgi-bin/webscr"> <input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="business" value="[email protected]" /> <!-- Seu email do paypal --> <input type="hidden" name="item_name" value="Zartha Donate"> <!-- Descrição do que você esta vendendo --> <input type="hidden" name="amount" value="100"/> <input type="hidden" name="currency_code" value="USD"/> <input type="hidden" name="no_note" value="0"/> <input type="hidden" name="no_shipping" value="1"/> <input type="hidden" name="rm" value="0"/> <input name="custom" type="text" value="" autocomplete="off" required="true" placeholder="Character:" size="15" maxlength="15"> USD <input name="amount" type="text" value="" autocomplete="off" required="true" placeholder="Value:" size="5" maxlength="5"> <button type="submit"> Donate </button> </form> <hr /> <font color="red"><b> Attention: </b></font> Making payment using paypal, please send us an email to <b>[email protected]</b> with all payment details with printscreen (.jpg .png). After this, we gonna give your points. <!-- Defina email para confirmar pagamento --> <p> <p> <p> <p> <hr /><center><b>Example payment:<br></b> <font color="red">1 US$ = 2 Points</center></b></font> <hr /> <font color="red"><b> Rules: </b></font><br><br> <b>Item 1:</b> The donator is aware that the donation can not be returned.<br> <b>Item 2:</b> Premium Points (Virtual Item) will be delivered within 24 hours in donor's account.<br> <b>Item 3:</b> The donator is aware that not is buying nothing, he is making one donate, and as a gratuity we will add Premium Points (virtual item) in your account. <br><center><b>If you accept the rules stated above, just continue your donation.</b></center><br><p> Zartha.com.br </body> </html> </html> Se te ajudar de alguma forma, rep+ @This life is filled with hurt When happiness doesn't work Trust me and take my hand When the lights go out you will understand
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.