Page 1 of 1

Encrypted button bug?

PostPosted: December 13th, 2011, 4:53 pm
by 5c0tt
Hello, I've just set s2member up with paypal and am trying to use encrypted buttons. However, the buttons aren't showing up in the pages.
When I look at the HTML, I see the code is there (so the shortcode is being interpretted) but it looks like there is a quote (") missing after the encrypted characters. Have a look here http://www.eurocalifornia.org/test-button-page/

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIILAQYJKoZIhvcNAQcEoIIK8jCC..........{lots of the encrypted code deleted}...........z9QCf/fRJA==-----END PKCS7-----<br />
&#8221; /><br />
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" />

Re: Encrypted button bug?

PostPosted: December 15th, 2011, 5:12 am
by Cristián Lávaque
Yeah, there's a shortcode parsing problem, very probably by your theme.

Could you, as a test, change to the default theme and check the button again? If that solves it, you could contact the theme developer to fix the problem. Or if your theme has [raw][/raw] tags, try those.

If it doesn't get solved, you could try deactivating other plugins one by one and see if the problem goes with one of them.

Re: Encrypted button bug?

PostPosted: December 16th, 2011, 2:05 pm
by 5c0tt
aha! yes, the [raw] tags worked
thanks

Re: Encrypted button bug?

PostPosted: December 18th, 2011, 5:25 am
by Cristián Lávaque
Cool. :)