First search for your question or topic, or browse the discussions below
Hi Dev-Community 👋 I tested the Double Opt-In Feature on https://github.com/spryker-shop/b2c-demo-shop.git current master in development-mode and wasn't able to completely confirm its functionality: Expected Behavior: Customer creates an account Customer sees the "Almost there! We send you an email to validate your email…
Hello Team, I am looking for a way to prevent non-logged-in customers from accessing my Spryker shop. I want to know where the first script runs or where the session check occurs so that I can set up login prevention without adding logic to each controller. Is there an entry point where I can implement this?