Jump to content

Cannot select shop context in MultiStore Superadmin


Recommended Posts

 

Hi please see the above video..I am not able to select a shop context properly in MultiStore..We have to refresh the page everytime we select the new shop....Because after selecting the shop it still shows the old shop...

I am finding it really difficult to troubleshoot this issue...I have checked the .htacess file but it seems to be normal and also the store context selection dropdown works properly in the theme section..please give me some idea how should I solve this issue?..I have even installed prestashop on a new server but i am still getting this issue..Some1 please explain me the cause for this issue..Thanks

Link to comment
Share on other sites

  • 4 weeks later...

Yes..

Please add the below code outside the prestashop comments ( on the start of the .htaccess file line 1).The .htacess file that is in your root directory.It should fix the issue.

 

<ifmodule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 1 seconds"
  ExpiresByType text/html "access plus 0 seconds"
  ExpiresByType image/gif "access plus 518400 seconds"
  ExpiresByType image/jpeg "access plus 518400 seconds"
  ExpiresByType image/png "access plus 518400 seconds"
  ExpiresByType text/css "access plus 518400 seconds"
  ExpiresByType text/javascript "access plus 216000 seconds"
  ExpiresByType application/x-javascript "access plus 216000 seconds"
</ifmodule>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...