bea77 Posted June 24, 2014 Share Posted June 24, 2014 Hello, i have a multi-stores shop 1.6, the block cms block info clients is ok in shop 1, but is not visible in shop 2, shop 3... i configured the block each time selecting the correct context shop in the back office, i tried to delete cache etc. there's a way to solve this? thanks! Link to comment Share on other sites More sharing options...
bea77 Posted June 24, 2014 Author Share Posted June 24, 2014 (edited) i tried to dessintall + install the module, and that's the result... i didn't touch the code of this module i can't understand why he can't found the id shop... thanks! Edited June 24, 2014 by bea77 (see edit history) Link to comment Share on other sites More sharing options...
pliciweb_stephane Posted July 8, 2014 Share Posted July 8, 2014 Hello, There is a bug on this module. Change line 122 on file : modules/blockcmsinfo/blockcmsinfo.php : if (Shop::isFeatureActive()) By : if (Shop::isFeatureActive() && Tools::getValue('checkBoxShopAsso_configuration') !== false) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now