Hi <@U8X7E86M6>, can the NS SC team add a event fo...
# suitecommerce
s
Hi @Steve Goldberg, can the NS SC team add a event for "Checkout as Guest" form in the next release as they have done for the login and registration forms? Currently, the LoginRegisteraPage component has some events that gets called before/after registration or before login.
s
Not sure I follow exactly what you want. Could you be more specific, give an example use case?
s
Yeah, sure. A customer has 2 ways to checkout. One is by signing up and another is by checking out as a guest. For the signup process, we have two built-in extensibility event (beforeRegister & afterRegister ) that works like webhooks to perform some operations before/after registration happens. So my request is to add a similar kind of extensibility event to the "checkout as a guest" method that can be triggered before creating a customer record for the guest shopper. For example, an event named
beforeGuestShopperRegister
that will perform some operations before registering that guest shopper in NS. Does that make things more clear?
s
So beforeRegister and afterRegister don't trigger on guest checkouts?
I suppose that makes sense
s
No, they don't.
👍🏻 1