Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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  
 



 
MoonSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Paypal Question 
 
root/language/yourlanguage/blocks/lang_paypal_block.php


add just after the commented string your code  
 



 
sonoangeloSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Paypal Question 
 
Thank you so mutch for your fast reaction, I will try that    
 



 
MoonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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    
 



 
MoonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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  
 



 
MoonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Paypal Question 
 
you have to create a NOT encrypted button from paypal site, then copy and past the code in that file
 



 
sonoangeloSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Paypal Question 
 
I have done that , I copied the file so you can take a look maybe?

Code: [Download] [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>
';
*/
?>

 



 
MoonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Paypal Question 
 
you have to remove the comment

use this code  


Code: [Download] [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>
';
?>

 



 
sonoangeloSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Paypal Question 
 
Yessssssssssssssssssss your the greatest LOL, thank you so mutch!!!  
 



 
MoonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Paypal Question 
 
you're welcome    
 



 
sonoangeloSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You 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


  

 

  cron