Hello there,
I would like to add a section to my website but i want it to be visible only for my logged in customers only.
Here is the details and the path :
-
Every body can see the “Outlet” title on the header
-
Customer click on the title on the header “Outlet”
-
Customer land on a page with explanations about how the Outlet works (which says that you need to login)
Now :
-
Either customer is already logged in, then he click on the button “view the selection” on the bottom of the explanation page and access to the outlet collection page
-
Or, customer isn’t logged in, then the button “view the selection” is hidden and a button “log in” replace it
-
The customer can now click on “log in”, connect to his account, and only then access the selection.
To clarify there is only 2 scenario (maybe i can create 2 different pages and show one or the other depending on if the customer his logged in or not ? I don’t know…) The customer can access the outlet selection directly on the explanation page, or the customer have to logged in before and when logged in he is directly redirected on the outlet page.
I hope its clear, i don’t know if this is possible, i’m sure a little bit of coding can make it happen…
Thanks a lot,
Victor