NOP Cookies and Log Ins - Mulit-store

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Is there a way to make the cookies for staying logged in work between stores?
We needed multiple payment gateways for different products on our site.
Product A has to be Purchased through gateway A,
Product B has to be Purchased through gateway B,
Product C has to be Purchased through gateway C

So we used the Multi-Store feature as they are all Authorize.net gateways.

However when moving from one product to another we lose our logged in status.
We are using simple sub-domains for the different stores.

Since they use the same login credentials and DB I was hoping they could stay logged into any of the sub-domains.
7 years ago
RCC wrote:
Is there a way to make the cookies for staying logged in work between stores?
We needed multiple payment gateways for different products on our site.
Product A has to be Purchased through gateway A,
Product B has to be Purchased through gateway B,
Product C has to be Purchased through gateway C

So we used the Multi-Store feature as they are all Authorize.net gateways.

However when moving from one product to another we lose our logged in status.
We are using simple sub-domains for the different stores.

Since they use the same login credentials and DB I was hoping they could stay logged into any of the sub-domains.


This will require some advanced custom development - please get in touch if you want to use our customization service -www.nopcontent.com

the basics are:

due to the fact this is browser security - the browser will not post the cookie to a different url, but luckily the customer has the same guid throughout the stores.

The first problem is the login - if the customer could log into each site the scenario could be accomplished with a customization to the Global.asax file.

and the issue of getting the customer logged into all the sites could be accomplished using an Api. We've done something similar - logging customers into nop without them vistiting the nop site - it was a ruby on rails intergration where they filled in a form first and then were transfered to the nop site for shopping already logged in.

we can also do this within a good time frame.

regards,
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.