scoopsat Posted August 7, 2022 Share Posted August 7, 2022 (edited) Hello, I had a problem with the add a product page, when I try to add the category to which the product belongs, it appears unformatted like the attached picture. How can you solve this problem please? Thank you Edited August 7, 2022 by scoopsat add other image (see edit history) Link to comment Share on other sites More sharing options...
endriu107 Posted August 7, 2022 Share Posted August 7, 2022 What PHP version you have? Link to comment Share on other sites More sharing options...
scoopsat Posted August 7, 2022 Author Share Posted August 7, 2022 1 hour ago, endriu107 said: What PHP version you have? PHP 7.4 In console I have the following error, does it have anything to do with this? Link to comment Share on other sites More sharing options...
scoopsat Posted August 9, 2022 Share Posted August 9, 2022 up Link to comment Share on other sites More sharing options...
endriu107 Posted August 9, 2022 Share Posted August 9, 2022 Did your theme have any visual composer like elementor? Link to comment Share on other sites More sharing options...
scoopsat Posted August 9, 2022 Share Posted August 9, 2022 2 hours ago, endriu107 said: Did your theme have any visual composer like elementor? No, The template does not contain it. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted August 9, 2022 Share Posted August 9, 2022 Kindly check whether any third party module is available on the admin product page or not using Inspect option. Screenshot for referernce : https://nimb.ws/q6owOa And try to comment them and check whether the issue is resolved or not. Link to comment Share on other sites More sharing options...
scoopsat Posted August 9, 2022 Share Posted August 9, 2022 58 minutes ago, Knowband Plugins said: Kindly check whether any third party module is available on the admin product page or not using Inspect option. Screenshot for referernce : https://nimb.ws/q6owOa And try to comment them and check whether the issue is resolved or not. Thank you very much for your help and guidance. I found the module that is causing the problem " squaremeter " , When I deactivate it, the categories appear normally. Link to comment Share on other sites More sharing options...
scoopsat Posted August 9, 2022 Share Posted August 9, 2022 The solution: in: Quote /src/PrestaShopBundle/Resources/views/Admin/Category/categories.html.twig Replace "display:block" with "display:contents" in Quote <div id="ps_categoryTags" class="pstaggerTagsWrapper" style="display: block;"> 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