Forum Replies Created
-
AuthorPosts
-
rentoMember
I wish I knew that when I bought eMember plugin!
I should of bought eMember and eStore bundle then, but I wasn’t aware of this email relationship issue. You should mention it in documentation so people who by this product would be aware of it.
Now I need to by eStore plugin as well, is it possible to get discount because I already bought eMember plugin?
rentoMemberIs it possible to upgrade membership level with simple PayPal button, if I use just eMember plugin and member registration address is different from one he is using to make a payment?
Example scenario:
Visitor registers on the site for Free Membership using email address – x@x.com, but later decides to upgrade to Paid Membership account, but for payment in PayPal is using emai laddress – y@y.com
Is there some solution on how to achieve this?
Version of eMember is v7.0.5
Many thanks in advance!
rentoMemberYes, this way it worked as well. But I got it working by replacing all “return $contents;” with “return do_shortcode($contents);” in protected tag function between lines 792 and 864 in wp_eMember1.php file. Your fix of course is better.
Thanks!
rentoMemberHi there,
I have problem running my custom shortcode within [emember_protected] shortcode. It is created using proper WordPress shortcode API and not filtering technique. Any ideas what might be the problem?
Shortcode is very simple:
function signature_shortcode( $atts, $content = null ) {
return ‘<span class=”signature”>’ . $content . ‘</span>’;
}
add_shortcode(‘sign’, ‘signature_shortcode’);
-
AuthorPosts