Hi, we've added a module to checkout steps by usin...
# suitecommerce
n
Hi, we've added a module to checkout steps by using checkout component. when customer is in login-register page it is loading means initialize function is triggering but upon successful login the initialize function is not triggering. can anyone face this issue earlier?
s
initalize()
function on your view, yes? So, if your view was added to the login page, it won't show on other pages. I'm confused a bit here.
n
we haven't added view in login register page. we've added a module to checkout steps. once customer redirect to login page. the initialize function of the view is triggering but after successful login, customer will see the checkout opc page, in that initialize function is not triggering again. hope this will make you understand