This topic contains 0 replies, has 1 voice. Last updated by Joe Moya 3 years, 11 months ago.
Topic Author | Topic |
---|---|
Posted: Friday Jan 18th, 2013 at 2:52 pm #38147 | |
I am using a database table to store my membership plans details. In my post/page I use a [shortcode] for which the callback function runs a query on the table, extracts the values for the fields and returns the data to the post/page. The problem is that if I use the “Resulting PayPal® Button Code” produced by S2Member, the Paypal page shows the following for the description (Terms and Amount are OK) : Premium / description and pricing details here. Obviously the problem is the php code which doesn’t get interpreted and instead is passed to Paypal in the description field. If I use the WordPress shortcode produced by S2Member, I just get the entire shortcode displayed on the post/page. Any idea on how to get around this issue? For example:
Thanks, |