- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the image attached shows the sidebar in a category page that lists all its products with this sidebar that shows search block and compare block then this div that shows that error. I don't know how this been generated but I want to remove this error info div
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you can remove the unwanted div.
or you can do css tricks , like get your class name - example - class name is test
.test{display:none;}
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: remove sidebar div displaying error message We can't find products matching the selection
Are you using any extension to display this price slider ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: remove sidebar div displaying error message We can't find products matching the selection
No, Actually this is the standalone installation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: remove sidebar div displaying error message We can't find products matching the selection
okay so have you installed any theme ? or are you using luma theme ?
Because AKAIK - price slider is not coming with the default theme so
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: remove sidebar div displaying error message We can't find products matching the selection
yes, I'm using SM Market Theme,
I figure it how to solve the problem
1- enable template hints for frontends
2- refresh the page with the error
3- get the template file path, then remove the unwanted div
^_^
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you can remove the unwanted div.
or you can do css tricks , like get your class name - example - class name is test
.test{display:none;}