Ramon Ahnert
Forum Replies Created
-
Forum: Reviews
In reply to: [Require Login for WooCommerce] No need to look further, click install..Hi JohnDoe.
I glad to hear that. The idea of the plugin is to keep things simple.
Thanks for your feedback.
π
Forum: Plugins
In reply to: [Require Login for WooCommerce] Payment just for logged in usersHi @trixox.
No, it’s not possible to do what you want with this plugin. I think WooCommerce has an option to do that.
Forum: Reviews
In reply to: [Require Login for WooCommerce] RecommendedThanks benoitcassagnau for your feedback.
π
Forum: Plugins
In reply to: [Require Login for WooCommerce] Homepage issueHi @kahramanyum.
I’ve tested here and the plugin works when the Shop page is the homepage. I saw that your site is working too. Anyway, feel free to share more information about that, so I can investigate.
Forum: Plugins
In reply to: [Require Login for WooCommerce] Redirect to Private PageHi @fabloria.
By default, only public pages are loaded in the field “After login redirect to page”.
I can include the private pages, but can you share more context and explain why this is necessary? I’m asking that because the private pages are visualized only by admins and editors.
Forum: Plugins
In reply to: [Require Login for WooCommerce] multisite wordpressNo problems.
π
Forum: Plugins
In reply to: [Require Login for WooCommerce] multisite wordpressHello Olybop.
I’ve tested on a multisite and the plugin works. If you find some issue, share here the details of your environment and the error log.
Hello Venom.
I’m wondering about how to handle this kind of situation. I’m not pretty sure if an action is the best solution or a filter. Maybe I should add a hook and an option to allow specific pages. I’d really need to give that some thought.
In the meanwhile, you can add an action that removes the
redirect_not_logged_usersfunction when a condition is true. For example, to allow Cart page to not logged in users, you can add the code below:add_action('template_redirect', function () { if (is_cart()) { remove_action('template_redirect', 'redirect_not_logged_users'); } }, 5);Let me know if it works for you.
I’ve created an issue in Github to do that: https://github.com/Rahmon/woo-for-logged-users/issues/7
π
Forum: Plugins
In reply to: [Require Login for WooCommerce] What sort of logged in user?Hello Gerard.
The plugin checks if the user is logged in and doesn’t look to the role.
But I think itβs a good feature to be implemented. So Iβve created an issue in Github to do that: https://github.com/Rahmon/woo-for-logged-users/issues/6
Forum: Plugins
In reply to: [Require Login for WooCommerce] Redirect to Shop pageMaybe I need to change it to be more clear that it’s a searchable field.
I’ll set this topic as resolved.
π
Forum: Plugins
In reply to: [Require Login for WooCommerce] Redirect to Shop pageI guess I got it. By default, the field loads five pages. But if the page which you want doesn’t show there, you can type something to start searching for the page. Try to type “shop”.
You can upload a screenshot in https://imgur.com/ (or another service) and share the link here.
Forum: Plugins
In reply to: [Require Login for WooCommerce] Redirect to Shop pageHello NFWRo.
In version 1.2, there are two fields in the settings page: (1) Redirect to page; and (2) After login redirect to page.
The first one (“Redirect to page”) you can’t select the Shop page. Otherwise, the user would be redirected forever. The purpose of this field is to select a page that the user will be redirected when the user is not logged in.
The second field (“After login redirect to page”) you can select the Shop page. In this case, the user is logged in and can access any page of your store. I think you need to set this second field to the Shop page.
If you have any other doubt, let me know.
Forum: Plugins
In reply to: [Require Login for WooCommerce] Redirect to different pageNow itβs possible π . Update to version 1.2
Forum: Plugins
In reply to: [Require Login for WooCommerce] Redirect to different pageHello Olga.
It’s not possible. But I think it’s a good feature to be implemented. So I’ve created an issue in Github to do that: https://github.com/Rahmon/woo-for-logged-users/issues/3
π
Forum: Reviews
In reply to: [Require Login for WooCommerce] AWESOMEThanks raystrat for your feedback.
π