mreahnali Posted June 28, 2013 Share Posted June 28, 2013 Hi, I know that prestashop 1.5 supports multi-store functionality but, does prestashop 1.4 supports multi-store functionality? In prestashop 1.5: if the following lines are written in the modules main php file then the module functionality will work in all stores? e.g http://www.sample.com/store1 & http://www.sample.com/store2 if (Shop::isFeatureActive()) Shop::setContext(Shop::CONTEXT_ALL); And if i want my module to be compatible with v1.4 & v1.5 then to achieve this multistore functionality i'll have to make seperate modules for v1.4 & v1.5 or it can be done in one single module? if it can be done in one single module then how to do that??? waiting for reply Regards. Link to comment Share on other sites More sharing options...
vekia Posted June 28, 2013 Share Posted June 28, 2013 prestashop 1.4 doesn't support multistore, without external addon it isn't possible, here is an awesome El Patrons module: http://www.prestashop.com/forums/topic/165365-module-prestashop-14-multistore-mulitshop-pro/ 1 Link to comment Share on other sites More sharing options...
Jacob Smith Posted June 28, 2013 Share Posted June 28, 2013 yeah its true prestashop 1.4 does not contain multistore. I think you should change your prestashop version. Link to comment Share on other sites More sharing options...
Recommended Posts