Jump to content

Prestashop 1.4 support multistore functionality


Recommended Posts

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

×
×
  • Create New...