PriMoThemes — now s2Member® (official notice)

This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™

PayPal button encryption not working

s2Member Plugin. A Membership plugin for WordPress®.

PayPal button encryption not working

Postby keystone » May 23rd, 2011, 5:56 pm

HI Folks...
I have set up encryption on my PayPal buttons...downloaded all the API information, ticked the right boxes both In S2 and PayPal. However when I produce the PayPal button and try to test it Paypal advises that they only use encrypted buttons and won't let me in. Can you tell me what I am missing at all?
We cannot all play lead violin...someone has to push the wind through the Tuba!
Gordon J
User avatar
keystone
Registered User
Registered User
 
Posts: 16
Joined: May 23, 2011

Re: PayPal button encryption not working

Postby Cristián Lávaque » May 23rd, 2011, 8:26 pm

Could you please show us the shortcode for your button?
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010

Re: PayPal button encryption not working

Postby keystone » May 23rd, 2011, 8:35 pm

[s2Member-PayPal-Button level="1" ccaps="" desc="Premium Membership" ps="paypal" cc="USD" ns="1" custom="fbweightloss.mysite.com" ta="0" tp="0" tt="D" ra="7.00" rp="1" rt="M" rr="1" image="default" output="button" /]

The mysite.com does have my correct url in it I just didn't want to post it on the forum...

I am also having an issue with the "open my button in another window" info from the forum which advises how to open a button in another window. If I follow the instructions, at the very least, should the word "checkout" not appear on my site with the paypal button link? Then I attach this to a button picture?

When I check my page most of the code is showing
We cannot all play lead violin...someone has to push the wind through the Tuba!
Gordon J
User avatar
keystone
Registered User
Registered User
 
Posts: 16
Joined: May 23, 2011

Re: PayPal button encryption not working

Postby Cristián Lávaque » May 23rd, 2011, 8:51 pm

Be sure to have two decimal spaces in your amounts (e.g. 0.00) and see if that helps with the encryption. viewtopic.php?f=4&p=8670#p8671

keystone wrote:I am also having an issue with the "open my button in another window" info from the forum which advises how to open a button in another window.


Could you post the URL to those instructions?
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010

Re: PayPal button encryption not working

Postby keystone » May 23rd, 2011, 8:55 pm

We cannot all play lead violin...someone has to push the wind through the Tuba!
Gordon J
User avatar
keystone
Registered User
Registered User
 
Posts: 16
Joined: May 23, 2011

Re: PayPal button encryption not working

Postby keystone » May 23rd, 2011, 9:01 pm

Cristián Lávaque wrote:Be sure to have two decimal spaces in your amounts (e.g. 0.00) and see if that helps with the encryption. viewtopic.php?f=4&p=8670#p8671

keystone wrote:I am also having an issue with the "open my button in another window" info from the forum which advises how to open a button in another window.


Could you post the URL to those instructions?


Thanks for that...but I think in the code I pasted the $7.00 does have two decimal places?
We cannot all play lead violin...someone has to push the wind through the Tuba!
Gordon J
User avatar
keystone
Registered User
Registered User
 
Posts: 16
Joined: May 23, 2011

Re: PayPal button encryption not working

Postby Cristián Lávaque » May 23rd, 2011, 9:35 pm

Yes, but the ta (trial amount) is 0, change it to 0.00.

Regarding opening in a new window, that works if you write the HTML for the anchor yourself and add target="_blank" to it, then the shortcode output should be changed to URL to use in the anchor, as shown by Jason in the last example here viewtopic.php?f=4&p=8154#p8154

I hope that helps. :)
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010

Re: PayPal button encryption not working

Postby keystone » May 23rd, 2011, 9:41 pm

Thanks for your speedy and helpful response...this is a handful for the inexperienced but the videos and your hlp here are certainly an assett
We cannot all play lead violin...someone has to push the wind through the Tuba!
Gordon J
User avatar
keystone
Registered User
Registered User
 
Posts: 16
Joined: May 23, 2011

Re: PayPal button encryption not working

Postby Cristián Lávaque » May 23rd, 2011, 10:02 pm

Thanks! We really appreciate it. :)

And I'm glad I could help you sort it out.
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010

Re: PayPal button encryption not working

Postby keystone » May 23rd, 2011, 10:04 pm

OK...The 0.00 advice seems to work fine so thanks for that.

Unfortunately the button in a new window advice now appears on my page as <a href=" then a picture of the button followed by " target="_blank">Checkout</a>

If I change the word button to url...all I get is code
We cannot all play lead violin...someone has to push the wind through the Tuba!
Gordon J
User avatar
keystone
Registered User
Registered User
 
Posts: 16
Joined: May 23, 2011

Re: PayPal button encryption not working

Postby keystone » May 23rd, 2011, 11:14 pm

:lol: Hey...I fixed it. :o What I did was this: :lol:

1. Uploaded a picture of a button
2. Used the basic button short code as the link changing the "button" to "url" as suggested.
3. Entered the short code as the button link without all the A HREF info
4. Used wordpress picture uploads to open in a new window.

Thanks again for your time...you certainly pointed me in the right direction to help me get there. :?

GJ
We cannot all play lead violin...someone has to push the wind through the Tuba!
Gordon J
User avatar
keystone
Registered User
Registered User
 
Posts: 16
Joined: May 23, 2011

Re: PayPal button encryption not working

Postby Cristián Lávaque » May 23rd, 2011, 11:41 pm

Awesome! Well done for sorting it out! :)
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010


Return to s2Member Plugin

Who is online

Users browsing this forum: No registered users and 0 guests

cron