Currently, I have 2 STORES like store1 and store2. My question is, is it possible to share the same login in two stores? Then it will redirects the customer to store2 when the entered account is in store2, store1 when the entered account is in store1?
The URL structure is like this:
Store1: http://www.store.com/
Store2: http://www.store.com/store2
I need help! Thanks!
Magento supports two Magento stores in one installation. There's an option to determine whether customer accounts are global or website specific: System > Configuration > Customer Configuration > Account Sharing Options.
Hi Pronto. Yes, I did the account sharing option. I wanted is, if the customer A (store2 account) login in store1, it will redirects the customer A to store2 NOT in store1. Is this possible on magento?
yes this is possible, you probably need to use store switcher functionality on your website
Indeed, or just link to another store.