- This topic has 7 replies, 3 voices, and was last updated 13 years, 8 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore eMember: registration
Tagged: content, estore emember, member, protect, protected, Register, register befor pay, shortcode
I’ve eStore and eMember. I neet that the customer must register before to pay the product.
is it possible?
How?
tnks
Roby
Please go to WP eStore->Settings->Addon Settings->WP eMember Plugin Specific Settings section and check the “Only Logged In Members Can Checkout” option. Now anyone who is not registered or logged in won’t be able to checkout.
You can also specify a URL in the “Redirection URL for Anonymous Checkout” field to redirect the anonymous users if they try to checkout.
It’ s fantastic!!!!
thank you very much!!! and thanks for the fast reply!!!
there is a bug, the emember registration before the payment don’t run with subscription… [wp_eStore_subscribe:product_id:PRODUCT-ID:end]
For subscription or buy now type button there is no checkout. You click on the button and you are taken directly to PayPal. This feature is effective when you add multiple items to the cart (e.g. add to cart type button) and do a checkout.
if I want to create an account for this client? which is the method?
Shortcode maybe..
<h2>Content for member</h2>
[emember_protected]
<p>content</p>
[/emember_protected]
<h2>Content for member level 2</h2>
[emember_protected for=2]
<p>content</p>
[/emember_protected]
<h2>Content for member level 2, 3 & 4</h2>
[emember_protected for=2-3-4]
<p>content</p>
[/emember_protected]
<h2>Content for member id 1</h2>
[emember_protected member_id=1]
<p>content</p>
[/emember_protected]
WP eStore Shortcodes and Functions Reference
Very good! tnks!