Paypal Question »  Show posts from    to     

Icy Phoenix


Old Support Topics - Paypal Question



Moon [ Sun 04 Mar, 2007 20:43 ]
Post subject: Paypal Question
Hi all,

I have installed the XS version and maybe later I will be switching over to Icy, but I have a question about the paypal block in the portal from XS.
I see the block on my portal but I have no cleu how to make it work, were do I fill in my paypal acount and all other things that are needed so members can make a donation?

Thanks in advance for the help


sonoangelo [ Sun 04 Mar, 2007 20:59 ]
Post subject: Re: Paypal Question
root/language/yourlanguage/blocks/lang_paypal_block.php


add just after the commented string your code


Moon [ Sun 04 Mar, 2007 21:02 ]
Post subject: Re: Paypal Question
Thank you so mutch for your fast reaction, I will try that


Moon [ Sun 04 Mar, 2007 21:36 ]
Post subject: Re: Paypal Question
I just made a paypal account but I cant figure out my code, can someone help me with that??
I know were to place it now, I just dont know my code


Moon [ Mon 05 Mar, 2007 00:36 ]
Post subject: Re: Paypal Question
Ok I made a new button on the paypal site and I have put in the code in the file you said, but nothing


sonoangelo [ Mon 05 Mar, 2007 00:45 ]
Post subject: Re: Paypal Question
you have to create a NOT encrypted button from paypal site, then copy and past the code in that file


Moon [ Mon 05 Mar, 2007 09:54 ]
Post subject: Re: Paypal Question
I have done that , I copied the file so you can take a look maybe?

Code: [Hide] [Select]
<?php

/***************************************************************************
* lang_paypal_block.php [Dutch}
* -------------------
* begin : Saturday, April 18, 2004
* copyright : (C) 2004 masterdavid - Ronald John David
* website : http://www.integramod.com
* email : webmaster@integramod.com
*
***************************************************************************/
// Vertaald door Brandsrus (martenkorfbalt@hotmail.com) voltooid op : 18-10-2006 16:06 uur GMT + 1

$lang['Title_paypal'] = 'PayPal';
$lang['Support_Us'] = 'Ondersteun ons';
$lang['PayPal'] = '<img src="images/paypal.gif" border="0" alt="' . $lang['Support_Us'] . '" title="' . $lang['Support_Us'] . '" />';

/* Example of code you may add... replace with your own code.
$lang['PayPal'] = '
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="bordeauxdog1@chello.nl">
<input type="hidden" name="item_name" value="Molossers">
<input type="hidden" name="item_number" value="molossers">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="NL">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/nl_NL/i/btn/x-click-but04.gif" border="0" name="submit" alt="Betalingen verrichten met PayPal is snel, gratis en veilig!">
<img alt="" border="0" src="https://www.paypal.com/nl_NL/i/scr/pixel.gif" width="1" height="1">
</form>
';
*/
?>


sonoangelo [ Mon 05 Mar, 2007 10:22 ]
Post subject: Re: Paypal Question
you have to remove the comment

use this code


Code: [Hide] [Select]
<?php

/***************************************************************************
* lang_paypal_block.php [Dutch}
* -------------------
* begin : Saturday, April 18, 2004
* copyright : (C) 2004 masterdavid - Ronald John David
* website : http://www.integramod.com
* email : webmaster@integramod.com
*
***************************************************************************/
// Vertaald door Brandsrus (martenkorfbalt@hotmail.com) voltooid op : 18-10-2006 16:06 uur GMT + 1

$lang['Title_paypal'] = 'PayPal';
$lang['Support_Us'] = 'Ondersteun ons';
$lang['PayPal'] = '<img src="images/paypal.gif" border="0" alt="' . $lang['Support_Us'] . '" title="' . $lang['Support_Us'] . '" />';

// Example of code you may add... replace with your own code.
$lang['PayPal'] = '
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="bordeauxdog1@chello.nl">
<input type="hidden" name="item_name" value="Molossers">
<input type="hidden" name="item_number" value="molossers">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="NL">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/nl_NL/i/btn/x-click-but04.gif" border="0" name="submit" alt="Betalingen verrichten met PayPal is snel, gratis en veilig!">
<img alt="" border="0" src="https://www.paypal.com/nl_NL/i/scr/pixel.gif" width="1" height="1">
</form>
';
?>


Moon [ Mon 05 Mar, 2007 10:44 ]
Post subject: Re: Paypal Question
Yessssssssssssssssssss your the greatest lol, thank you so mutch!!!


sonoangelo [ Mon 05 Mar, 2007 11:48 ]
Post subject: Re: Paypal Question
you're welcome




Powered by Icy Phoenix