I'm assuming you're in the shopping application an...
# suitecommerce
s
I'm assuming you're in the shopping application and want to move to the checkout one to log in? Well, refreshing the entire web store is going to happen anyway, so it's not terrible
v
We're building a separate login page. Our webstore runs on a secure domain, do we still need to load the Login view in checkout context?
@Steve Goldberg Backbone.history.navigate('dashboard/login', {trigger: true}); is not working for me. Only the address updates in the browser, the view does not refresh.
s
Is it returning
false
?
That essentially means it's not a valid route
I believe it always returns
true
in shopping because its fallback is to try and search for a product with that URL, but you should end up at a 404 if it fails