prestashop_newuser Posted September 26, 2013 Share Posted September 26, 2013 Hi, I have created around 3-4 different modules and I want to show the demos in the installed prestashop. As for now I have used all the modules inside a single installation, so all the modules working in a single installation. But I want that there shall be 4 different stores where I will show different modules on different stores with a single installation. So can someone kindly tell me how to do this? Any help and suggestions will be really appreciable. Thanks Link to comment Share on other sites More sharing options...
vekia Posted September 26, 2013 Share Posted September 26, 2013 1) you have to turn multistore feature and create 4 separate stores 2) your modules must support multistore feature, otherwise these modules will not work well Link to comment Share on other sites More sharing options...
prestashop_newuser Posted September 26, 2013 Author Share Posted September 26, 2013 1) you have to turn multistore feature and create 4 separate stores 2) your modules must support multistore feature, otherwise these modules will not work well Then how to make the modules compatible for multistores? Is there any documentation or any helpful link? Link to comment Share on other sites More sharing options...
vekia Posted September 26, 2013 Share Posted September 26, 2013 it's a bit complicated, everything depends on what exactly your modules doing. if you use some database, you need to add information about shop there and fetch data based on shop id etc. the same with configuration functions, you have to include there multistore support Link to comment Share on other sites More sharing options...
Recommended Posts