I am running a marketplace and am launching a new product (within the app) which is available for signed-in users only. The product is in its own page.
The product is advertised in the Home page which provides a link that will take to a Showcase page visible to all, and this page advertises what features are available in the new product.
It provides the option to sign-in.
Current: Once the registered users sign-in, they are taken to the Homepage where the navigation option to the new product is available.
What I want: Users to be taken directly to the product page.
I couldn’t find a solution so far and any tip will be greatly appreciated.
The issue is this:
For general returning users and for the 1st time users, the post-login redirect has been set up to take them to Homepage and is working fine.
But for this particular new product (within the existing app), the Showcase page will display log/in/sign/up (if they are already not signed in) and once they do perform that task, they are taken to the main (Home) page; I want them to be taken to the new product page instead. That’s what is challenging.