vav_ Posted July 26, 2022 Share Posted July 26, 2022 (edited) Hi everyone, I recently noticed that a search bar was displayed on each product line in my cart. /themes/classic/templates/checkout/_partials/cart-detailed-product-line.tpl When I change the "col-md-5" class to another in file above, the search bar is removed. How can a Bootstrap class implement a widget in a template from a class? Thanks in advance. Edited July 26, 2022 by vav_ (see edit history) Link to comment Share on other sites More sharing options...
webprog Posted July 27, 2022 Share Posted July 27, 2022 There can be any changes in js files of your theme or influence of js files of other modules. Link to comment Share on other sites More sharing options...
vav_ Posted July 28, 2022 Author Share Posted July 28, 2022 17 hours ago, webprog said: There can be any changes in js files of your theme or influence of js files of other modules. thank you for answering me. I have indeed tried to desactivate the modules dating from the last 6 months but it does not change anything. I also deleted the templates of the child theme to see if a modification would add the search bar. I also deleted the custom css of the child theme. I also checked the module positions on the hooks, when I remove the ps_searchbar module from the hooks: "displayTop" or "displayNav1", it's only then that the bar disappears from the product lines of the cart. I really don't see what can add a search bar at these places. If I apply the parent theme, the bar disappears, but obviously this is not the goal. Regards. Link to comment Share on other sites More sharing options...
webprog Posted July 28, 2022 Share Posted July 28, 2022 Standart positions for search bar are: displaySearch and displayTop hooks for classic theme. 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