meesteryan Posted September 28, 2012 Share Posted September 28, 2012 Hi, Got Multistore working locally on two subdirectories /uk and /worldwide (tho oddly, BO insists on being at /uk//admin) but am not able to change shop context. This means any updates are being made to both stores or in the case of the SEO & URLs page that I can't see the page list. If I change the shop context using the drop down at top of page it just reloads to say "Multistore configuration for... All Shops". Have tried across most of the BO now and same happens on all. Anyone else seen this or know a fix or workaround? Thanks, 'yan Link to comment Share on other sites More sharing options...
glennlawre Posted December 3, 2012 Share Posted December 3, 2012 meesteryan, did you ever get this resolved? I have the same issue, but for me it keeps selecting my first store, not all stores. Thanks... Link to comment Share on other sites More sharing options...
Cari Posted May 9, 2013 Share Posted May 9, 2013 Me too! If someone has a solution please post it. Link to comment Share on other sites More sharing options...
tinyDev Posted May 30, 2013 Share Posted May 30, 2013 It's a cookies/cache problem. I had the same problem in Chrome so I switched to IE/Firefox and it wasn't there... after clearing the cache in Chrome it worked correctly too. 1 Link to comment Share on other sites More sharing options...
JoelWebsites Posted December 15, 2014 Share Posted December 15, 2014 Yes how to solve this issue? Link to comment Share on other sites More sharing options...
promod Posted March 3, 2015 Share Posted March 3, 2015 Same bug without solution :'( Link to comment Share on other sites More sharing options...
JoelWebsites Posted March 3, 2015 Share Posted March 3, 2015 add this code on the bottom of your .htacess to solve this 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 More sharing options...
promod Posted March 3, 2015 Share Posted March 3, 2015 By following your code I have removed all expires of the .htaccess. It's seems to working but now the shops name are renamed sometimes by the name of shop group... it's weird... Link to comment Share on other sites More sharing options...
JoelWebsites Posted March 3, 2015 Share Posted March 3, 2015 Hi,please do not remove any code/edit any other code....just copy paste my code on the last line outside prestashop comments..it will work Link to comment Share on other sites More sharing options...
Recommended Posts