macandcheese Posted January 3, 2009 Share Posted January 3, 2009 i want to have a wholesale version on my site at site.com/wholesale, but don't want to have customers need to register again. Is there anyway I can have the same member logons work at both of them? thank you so much! Link to comment Share on other sites More sharing options...
TropischBruin Posted January 4, 2009 Share Posted January 4, 2009 You could try to setup your second shop with a prefix for the tables belonging to that shop, only remove the prefix for the customer related ones.I'm not sure where PS stores the table-setting, could be something like databasetables.php Link to comment Share on other sites More sharing options...
Paul C Posted January 4, 2009 Share Posted January 4, 2009 I looked at doing the products this way, HOWEVER, you'll need to be very careful as the tables are sometimes referenced outside of their primary class using sql queries, so you would need to ensure that you've replaced every occurrence of the table.I'm now implementing this kind of thing directly within the database, so there's no need to change the shop code....Paul Link to comment Share on other sites More sharing options...
Recommended Posts