sanebas2 Posted March 31, 2021 Share Posted March 31, 2021 Hello, I have problem with Pos Static Footer module, in module configuration I can not see any blocks, but in web front page I can see default blocks. When I add new block it display in front page, but not in module configuration. Maybe someone can help with this issue? Link to comment Share on other sites More sharing options...
Ziunio Posted May 9, 2021 Share Posted May 9, 2021 (edited) Hi, at file modules/posstaticfooter/models/Staticfooter.php, in line 55 there is a bug if(count($newObject>0)) { change it to if(count($object) > 0) { should fix it btw this code is nightmare 😐 Edited May 9, 2021 by Ziunio (see edit history) Link to comment Share on other sites More sharing options...
youbenick Posted October 8, 2021 Share Posted October 8, 2021 Hello, i have the same Problem, i have a multistore setup, in the first store i create i can edit the staticfooter, in the second store with a different language i can add a new block which is shown in the frontend, but i don´t see any blocks in the backend. the code above is already fixed in the new version of prestashop any ideas? Link to comment Share on other sites More sharing options...
sanebas2 Posted October 8, 2021 Author Share Posted October 8, 2021 1 minute ago, youbenick said: Hello, i have the same Problem, i have a multistore setup, in the first store i create i can edit the staticfooter, in the second store with a different language i can add a new block which is shown in the frontend, but i don´t see any blocks in the backend. the code above is already fixed in the new version of prestashop any ideas? My solution was to change language to original. Because as I understand if I do these changes in other languages, then frontend code doesn't work properly. Link to comment Share on other sites More sharing options...
youbenick Posted October 8, 2021 Share Posted October 8, 2021 ah ok, i think this could work, if i change the language in my multistore to the main language und then i create a block then its visible, afterwards i can switch back to another language und the blocks are still there. crazy but i might work, thank you 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