This topic contains 3 replies, has 3 voices. Last updated by cassel 3 years ago.
Topic Author | Topic |
---|---|
Posted: Saturday Dec 14th, 2013 at 6:45 pm #61940 | |
I use dynamically generate the shortcode for s2member paypal pro forms using the solution here: http://www.s2member.com/kb/using-variables-in-a-shortcode/ “1”, “ra” => “24.95”); // Any Shortcode Attribute you like. It worked fine for a long time. But on the more recent versions of s2member, it no longer works. The checkout form is generated but the layout is wrong. For example, the billing information isn’t hidden until a payment method is selected, but instead is shown by default. Also, if the user is already logged in, the email, name, etc fields are not prepopulated. I tried generating the shortcode string and using do_shortcode($shortcode_string) but that doesn’t help. How do I get it to work properly again? |