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 :mricy:
Paypal Question
Subject: Re: Paypal Question
root/language/yourlanguage/blocks/lang_paypal_block.php ;)
add just after the commented string your code :mrgreen:
add just after the commented string your code :mrgreen:
Subject: Re: Paypal Question
Thank you so mutch for your fast reaction, I will try that :mricy: :mricy:
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 :oops: :oops:
I know were to place it now, I just dont know my code :oops: :oops:
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 :(
Subject: Re: Paypal Question
you have to create a NOT encrypted button from paypal site, then copy and past the code in that file :)
Subject: Re: Paypal Question
I have done that , I copied the file so you can take a look maybe?
<?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>
';
*/
?>
/***************************************************************************
* 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>
';
*/
?>
Subject: Re: Paypal Question
you have to remove the comment
use this code :wink:
use this code :wink:
<?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>
';
?>
/***************************************************************************
* 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>
';
?>
Subject: Re: Paypal Question
Yessssssssssssssssssss your the greatest LOL, thank you so mutch!!! :mrgreen:
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.3882s (PHP: 6% SQL: 94%)
SQL queries: 13 - Debug Off - GZIP Enabled