- This topic has 2 replies, 2 voices, and was last updated 12 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 – Force member to sign in before checkout?
Hello,
I love eStore and I’m trying to setup a checkout system similar to Amazon.com. Basically we want to allow anonymous (unregistered) visitors to add items to their shopping cart. This works already. However, when they go to checkout, I want to force the anonymous person to a screen that either allows them to login (if they have an account), or lets them sign up for a membership, then allows them to checkout.
I saw this option in eStore_payment_submission.php:
eStore_eMember_must_be_logged_to_checkout
But I don’t see anywhere to enable this option or set it to “1”. Any one else have this issue?
Which version of eStore do you have?
The setting can be found in the “WP eStore Settings” -> “AddOn Settings” and then check the “Only Logged In Members Can Checkout” field.
This will make it so anyone can add items to cart but they won’t be able to checkout unless they log in as a member.
This will help you setup registration scenario 3:
https://www.tipsandtricks-hq.com/wordpress-membership/a-typical-member-registration-flow-96
Ah, found it. Thanks for the help.