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 I Can't Active PayPal Button 
 
Hi.

Sorry for request support about this theme, but i had search in this forum, and the post can't help me very well.

See, i active the Button on CMS, and go to my language file (lang_main_settings.php)

I search this code:

Code: [Download] [Hide]
  1. $lang['Support_Us'] = 'Ayúdanos';  
  2. $lang['PayPal'] = '<img src="images/paypal.gif" alt="' . $lang['Support_Us'] . '" title="' . $lang['Support_Us'] . '" />';  
  3. /* Example of code you may add... replace with your own code.  
  4. $lang['PayPal'] = '  
  5. <form action="https://www.paypal.com/cgi-bin/webscr" method="post">  
  6. <input type="hidden" name="cmd" value="_s-xclick">  
  7. <input type="image" src="images/paypal.gif" border="0" name="submit" alt="' . $lang['Support_Us'] . '">  
  8. <input type="hidden" name="encrypted" value="">  
  9. </form>` 


I try changing the Encrypted" value="for my email address", but i think that is not the email, and i don't know what else fields i have to change.

Please help me is only this stupid step.

Thanks for your help.
 



 
Corporacion-UmbrellaSend private messageSend e-mail to user  
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: I Can't Active PayPal Button 
 
http://www.icyphoenix.com/viewtopic.php?t=2190

Paypal will give you the encrypted code for your email
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Can't Active PayPal Button 
 
Ohh now i understand, then the code i set in value"encrypted code provided by payapl" isn't?

Is only the one thing that i have to set?, or any else modification in the file?

Thanks.
 



 
Corporacion-UmbrellaSend private messageSend e-mail to user  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Can't Active PayPal Button 
 
Yes, only the encrypted code
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Can't Active PayPal Button 
 
Zuker, i have the code provided by paypal webmaster options, but don't work in the forum, i paste the code in my web html and work good, but in the forum not.

when i pass the mouse over the button don't appear the hand indicating that is a link.
Why happen that?

This is the complete code inside the lang_main_settings.php

[code]$lang['Support_Us'] = 'Gracias Por Apoyarnos';
$lang['PayPal'] = '<img src="images/paypal.gif" 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="_s-xclick">
<input type="image" src="http://www.corporacion-umbrella.com/foro/images/paypal.gif" border="0" name="submit" alt="Realice pagos con PayPal: es rápido, gratis y seguro.">
<img alt="" border="0" src="https://www.paypal.com/es_ES/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHNwYJKoZIhvcNAQcEoIIHKDCCByQCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQw
EgYDVQQKEwtQYXlQ Note: This code is not the original, is a fake END PKCS7-----
">
</form>
';
*/
I hope that you can help me
Thanks.
 



 
Corporacion-UmbrellaSend private messageSend e-mail to user  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Can't Active PayPal Button 
 
i've got it working just replacing the hidden code in that file

be sure that u didn't change anything but the code. maybe u did something wrong

there aren't further explanations than replacing the code
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Can't Active PayPal Button 
 
This is the original an non edited code:

Code: [Download] [Hide] [Select]
$lang['Support_Us'] = 'Ayúdanos';
$lang['PayPal'] = '<img src="images/paypal.gif" 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="_s-xclick">
<input type="image" src="images/paypal.gif" border="0" name="submit" alt="' . $lang['Support_Us'] . '">
<input type="hidden" name="encrypted" value="">
</form>
';
*/


This is the code provided by PayPal:

Code: [Download] [Hide] [Select]
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/es_ES/i/btn/x-click-but04.gif" border="0" name="submit" alt="Realice pagos con PayPal: es rápido, gratis y seguro.">
<img alt="" border="0" src="https://www.paypal.com/es_ES/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="encrypted" value="">
</form>


I don't know what's wrong  

CU and Thanks.
 



 
Corporacion-UmbrellaSend private messageSend e-mail to user  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Can't Active PayPal Button 
 
just replace yours

name="encrypted" value=""

inside the icy phoenix code!
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Can't Active PayPal Button 
 
Zuker, sorry for trouble you, but the code is perfect don't have problems, but the problem is that don't work the link, when you pass the Leader of the mouse over the button, the link does not work but if i use the code into a web page, work fine.

See:

In this web the PayPal button works:
Is in the Column left
http://www.corporacion-umbrella.com/inicio.html

In the forum, the button does no work:
Is in the Column right
http://www.corporacion-umbrella.com/foro/

The problem must be of the forum.

thanks for your patience, understanding and collaboration.
 



 
Corporacion-UmbrellaSend private messageSend e-mail to user  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Can't Active PayPal Button 
 
Zuker let it, the only way is creating a new block with html.

I think that the PayPal block does not work

Thanks for all.
 



 
Corporacion-UmbrellaSend private messageSend e-mail to user  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Can't Active PayPal Button 
 
on my site it's fully working
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Can't Active PayPal Button 
 
On this site I have this in lang_main_settings.php

Code: [Download] [Hide]
  1. $lang['PayPal'] = '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">  
  2. <input type="hidden" name="cmd" value="_s-xclick">  
  3. <input type="image" src="images/paypal.gif" border="0" name="submit" alt="' . $lang['Support_Us'] . '">  
  4. <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----XXXX-----END PKCS7-----">  
  5. </form><br />  
  6. <br />'; 

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit 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